Skip to content

Instantly share code, notes, and snippets.

@ianfabs
Last active August 25, 2018 16:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianfabs/40d9053969f64ef389661938d55d8278 to your computer and use it in GitHub Desktop.
Save ianfabs/40d9053969f64ef389661938d55d8278 to your computer and use it in GitHub Desktop.
  • Open an admin PowerShell, paste this command and go.

  • Once done, click Ctrl-Shift-Esc

  • From there, at the bottom of the window, click "OPEN SERVICES"

  • Then, Look for the entry marked "Microsoft Store Install Service"

  • Change startup type from "disabled" to "manual"

  • You're all set!

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment