Skip to content

Commit

Permalink
fix(start): remove duplicate component cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Nov 26, 2023
1 parent 8ef0ad0 commit 16a967b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/playbook/Configuration/atlas/start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ actions:
# - !run: {exeDir: true, exe: 'REFRESHENV.cmd'}

- !writeStatus: {status: 'Configuring Optional Features'}
- !run: {exe: 'DISM.exe', args: '/Online /Cleanup-Image /StartComponentCleanup', weight: 30}
- !run: {exe: 'DISM.exe', args: '/Online /Enable-Feature /FeatureName:"DirectPlay" /NoRestart /All', weight: 30}
- !run: {exe: 'DISM.exe', args: '/Online /Disable-Feature /FeatureName:"Internet-Explorer-Optional-amd64" /NoRestart', weight: 30, builds: [ '!>=22000' ]}
- !run: {exe: 'DISM.exe', args: '/Online /Disable-Feature /FeatureName:"Printing-Foundation-Features" /NoRestart', weight: 30}
Expand Down

0 comments on commit 16a967b

Please sign in to comment.