-
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!
Last active
August 25, 2018 16:39
-
-
Save ianfabs/40d9053969f64ef389661938d55d8278 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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