Microsoft Consumer Experiences – Windows Apps

If you manually Windows update, you have to delete Windows App Store Apps otherwise you get an error while Sysprep the system:

  • Twitter
  • Candy Crush

You can resolv it to add the follow regkey before you run Windows Update:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CloudContent]
“DisableWindowsConsumerFeatures”=dword:00000001

Example Powershell commandline (Run as Administrator):

Import-Module Appx
Import-Module Dism
 
Get–AppxPackage *twitter* | Remove–AppxPackage
Get-AppxPackage *CandyCrush* | Remove-AppxPackage

One comment

  1. You made some respectable points there. I appeared on the web for the problem and found most individuals will go along with with your website.

Leave a Reply

Your email address will not be published. Required fields are marked *