Skip to content

Commit

Permalink
fix: ignore errors on UCPD
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jun 6, 2024
1 parent 0119f19 commit 81b4b4c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ actions:
# Updates compatibility database
- !scheduledTask: {path: '\Microsoft\Windows\Application Experience\PcaPatchDbTask', operation: disable}

# UCPD
- !scheduledTask: {path: '\Microsoft\Windows\AppxDeploymentClient\UCPD velocity', operation: disable}
# UCPD - might not exist on all installs, so ignore errors
- !scheduledTask: {path: '\Microsoft\Windows\AppxDeploymentClient\UCPD velocity', operation: disable, ignoreErrors: true}

# -------------------------------------------------------------------------------------
# Here are the scheduled tasks that are currently commented as they're under review.
Expand Down

0 comments on commit 81b4b4c

Please sign in to comment.