Removing Built-in apps from Windows 10 WIM-File with Powershell – Version 1.1
When creating a Windows-10-Image for the Enterprise you may not want to include all of the default Windows Store Applications.
This script takes a simple list of Apps and then removes the Apps from the default install.wim.
The Script works aso for Windows 8 and Windows 8.1.
Create Temp-Directory -> Mount Windows 10 WIM-File -> Remove all Built-in apps -> Unmount WIM-File -> Remove Temp-Directory. Thats all!
Leave a Reply