Skip to content

Commit

Permalink
fix(start): remove robocopy for pfps
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Sep 11, 2023
1 parent 1e6d6be commit 30fa409
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/playbook/Configuration/atlas/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ actions:
- !run: {exe: 'powercfg.exe', args: '/setdcvalueindex scheme_current sub_sleep standbyidle 0'}

- !writeStatus: {status: 'Copying files'}
- !cmd:
command: 'robocopy "User Account Pictures" "%programdata%\Microsoft\User Account Pictures" /E /PURGE /IM /IT /NP > nul'
weight: 10
wait: true
exeDir: true
- !cmd:
command: 'robocopy "AtlasModules" "%windir%\AtlasModules" /E /PURGE /IM /IT /NP > nul'
weight: 10
Expand Down

0 comments on commit 30fa409

Please sign in to comment.