Guest MS-Rep Posted July 1, 2019 Posted July 1, 2019 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... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.