Windows 10 Is it possible to reinstall Microsoft Store?

  • Thread starter Thread starter It-Guy-808
  • Start date Start date
I

It-Guy-808

Guest
Hi

Is it possible to reinstall Microsoft Store?

My OS is Windows 10 Enterprise 64 Bit, v. 1809

I have tried several powershell scripts found online

e.g.

Uninstall & Reinstall Store Right click on Windows Start > Right click on Windows Powershell (Admin) > Copy the following from below and right click in Powershell to paste > Enter <o:p></o:p>

Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage<o:p></o:p>

Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer <o:p></o:p>

Get-AppxPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} <o:p></o:p>

<u1:p></u1:p>

More...
 

Similar threads

S
Replies
0
Views
265
Sean R Callahan
S
R
Replies
0
Views
171
Riccardobianchi1
R
Back
Top