We all know that Windows employees make terrible software and constantly are screwing up the Windows OS with bizarre and unfixable errors.
With that say, if you have a problem with the Windows Store there is no way to throubleshoot, windows makes sure that looking on the internet for a solution its imposible, i bet there are houndreds of errors regarding the Windows Store. So, my script is simple: It clears and reinstall Windows Store so Any error can be fixable.
##Doesnt seem to work for some. Use option 2, please, while i try to fix it.
- Step 1: Download this Script
- Step 2: Un rar it
- Step 3: Look for the file inside the "Windows Store Reinstaller" folder.
- Step 4: Right click it and "Execute with Powershell"
- Step 1: Open Windows Menu
- Step 2: Start writing "Powershell"
- Step 3: Open "Powershell" with Administrator priviligies.
- Step 4: Paste the next lines and hit "Enter" one line at a time.
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Hit enter.
Start-Process WSReset.exe
Hit enter.