SkipComponentCleanup Parameter

OSDBuilder normally processes the following DISM command when performing Offline Servicing

DISM /Cleanup-Image /StartComponentCleanup /ResetBase

Unfortunately this doesn't work too well for Citrix PVS Target Device

Use the following command line to skip the DISM Cleanup Image step

Update-OSMedia -SkipComponentCleanup

Last updated