Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Sep 18, 2023
1 parent 4b9f9e4 commit ace6a46
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/playbook/Configuration/tweaks/debloat/scheduled-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ privilege: TrustedInstaller
actions:
# https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks

- !scheduledTask:
path: '\Microsoft\Windows\Location'
operation: deleteFolder
- !scheduledTask:
path: '\Microsoft\Windows\Location'
operation: deleteFolder

- !scheduledTask: {path: '\Microsoft\Windows\Application Experience\PcaPatchDbTask', operation: delete}
- !scheduledTask: {path: '\Microsoft\Windows\Application Experience\StartupAppTask', operation: delete}
Expand Down Expand Up @@ -37,7 +37,8 @@ actions:
# - !scheduledTask: {path: '\Microsoft\Windows\AppID\EDP Policy Manager', operation: delete}
# - !scheduledTask: {path: '\Microsoft\Windows\ApplicationData\appuriverifierdaily', operation: delete}
# - !scheduledTask: {path: '\Microsoft\Windows\ApplicationData\appuriverifierinstall', operation: delete}
# - !scheduledTask: {path: '\Microsoft\Windows\BrokerInfrastructure\BgTaskRegistrationMaintenanceTask', operation: delete} # - !scheduledTask: {path: '\Microsoft\Windows\Defrag\ScheduledDefrag', operation: delete}
# - !scheduledTask: {path: '\Microsoft\Windows\BrokerInfrastructure\BgTaskRegistrationMaintenanceTask', operation: delete}
# - !scheduledTask: {path: '\Microsoft\Windows\Defrag\ScheduledDefrag', operation: delete}
# - !scheduledTask: {path: '\Microsoft\Windows\Device Setup\Metadata Refresh', operation: delete}
# - !scheduledTask: {path: '\Microsoft\Windows\InstallService\SmartRetry', operation: delete}
# - !scheduledTask: {path: '\Microsoft\Windows\Maintenance\WinSAT', operation: delete}
Expand Down

0 comments on commit ace6a46

Please sign in to comment.