diff --git a/src/playbook/Configuration/atlas/components.yml b/src/playbook/Configuration/atlas/components.yml index 77d28526f7..62b612ff8f 100644 --- a/src/playbook/Configuration/atlas/components.yml +++ b/src/playbook/Configuration/atlas/components.yml @@ -10,8 +10,6 @@ actions: # ----------------------- END NOTES ----------------------- # - - !taskKill: {name: 'explorer'} - # ---------- Windows Defender - !writeStatus: {status: 'Removing Windows Defender'} - !taskKill: {name: 'NisSrv'} @@ -288,8 +286,6 @@ actions: - !file: path: 'C:\Program Files\PCHealthCheck' - - !run: {exe: 'explorer.exe', wait: false} - # This could be done in config.yml, however on the off-chance that # the Playbook fails or the system shuts down, we want the users converted # before potentially making any MS Accounts inoperable in packages.yml. diff --git a/src/playbook/Configuration/custom.yml b/src/playbook/Configuration/custom.yml index b3f27c9266..2eaf823b0a 100644 --- a/src/playbook/Configuration/custom.yml +++ b/src/playbook/Configuration/custom.yml @@ -8,7 +8,7 @@ features: - tweaks\qol\config-powershell.yml - atlas\start.yml - atlas\services.yml - - atlas\appx.yml - atlas\components.yml + - atlas\appx.yml - atlas\packages.yml - tweaks.yml \ No newline at end of file