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></o>
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage<o></o>
Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer <o></o>
Get-AppxPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} <o></o>
<u1></u1>
More...
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></o>
Get-AppxPackage -allusers *WindowsStore* | Remove-AppxPackage<o></o>
Copy the following from below and right click in Powershell to paste > Enter > Reboot your computer <o></o>
Get-AppxPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} <o></o>
<u1></u1>
More...