Windows 10 Windows 10 Appx package re-appear after successful uninstall.

  • Thread starter Thread starter MS-Rep
  • Start date Start date
M

MS-Rep

Guest
I am trying to create new Windows 10 gold wim by capturing it from MDT. I want to uninstall all default Windows store apps. I carry out following steps,
1. Install source windows 10 1809 on a VM from MDT, update the WIM file with WSUS.

2. Remove all the appx which I dont want to using Powershell, AppxPackage -AllUsers | Remove-AppxPackage

3. After successful uninstall, I run capture Task Sequence and capture the WIM.

4. If I deploy the the captured WIM, I see few apps re-appear in the image. Apps like, Asphalt, Gardenscapes, Candy Crush are appearing again.

How do I make sure that these apps are does not install again?

Note: before uninstalling, I went windows store, downloaded the game fully and then uninstalled them. After uninstall, it looks like clean start Menu. It re-appears after I capture it and install the captured WIM. It initially shows, "Great app is on its way" and installs them

More...
 
Back
Top