Fix dism tasks

This commit is contained in:
Przemek Grondek 2023-05-01 01:42:39 +02:00
parent bf9ecfd166
commit 0c30f1683a

View File

@ -135,12 +135,10 @@ actions:
- !writeStatus: {status: "Cleaning up the WinSxS folder"}
- !cmd:
exeDir: true
command: 'DISM /Online /Cleanup-Image /StartComponentCleanup'
weight: 30
# Uninstall Work Folders Client
- !cmd:
exeDir: true
command: 'dism /online /Disable-Feature /FeatureName:WorkFolders-Client /Quiet /NoRestart'
weight: 30