Fix dism tasks
This commit is contained in:
parent
bf9ecfd166
commit
0c30f1683a
@ -135,12 +135,10 @@ actions:
|
|||||||
|
|
||||||
- !writeStatus: {status: "Cleaning up the WinSxS folder"}
|
- !writeStatus: {status: "Cleaning up the WinSxS folder"}
|
||||||
- !cmd:
|
- !cmd:
|
||||||
exeDir: true
|
|
||||||
command: 'DISM /Online /Cleanup-Image /StartComponentCleanup'
|
command: 'DISM /Online /Cleanup-Image /StartComponentCleanup'
|
||||||
weight: 30
|
weight: 30
|
||||||
|
|
||||||
# Uninstall Work Folders Client
|
# Uninstall Work Folders Client
|
||||||
- !cmd:
|
- !cmd:
|
||||||
exeDir: true
|
|
||||||
command: 'dism /online /Disable-Feature /FeatureName:WorkFolders-Client /Quiet /NoRestart'
|
command: 'dism /online /Disable-Feature /FeatureName:WorkFolders-Client /Quiet /NoRestart'
|
||||||
weight: 30
|
weight: 30
|
||||||
|
Loading…
Reference in New Issue
Block a user