Citrix PVS Target Device

If you are creating images for Citrix PVS Target Device, you should not run DISM Component Cleanup when performing Offline Servicing. Adding these two settings to your OSDBuilder Global Settings will prevent this from happening by default

{
    "UpdateOSMediaSkipComponentCleanup":  true,
    "NewOSBuildSkipComponentCleanup":  true
}

Last updated