If this helped you, consider starring the repo β
π Windows Store Fixer β One-Click Edition
### β¨ *Fix the Microsoft Store in one double-click. No stress.* β¨
```
F I X I T I N O N E C L I C K
```
π Double-click the βFix-Windows-Store.batβ file β accept it to ran it as admin
π― What Is This?
| If your Microsoft Store⦠| This fix⦠|
|---|---|
| π« Wonβt open | Re-registers the Store app |
| π Is stuck or broken | Runs the official reset tool |
| β Shows weird errors | Does it all with one double-click |
You just: double-click β click βYesβ when Windows asks β done. β
Step-by-step (really, thatβs it)
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β STEP 1 Find the file: Fix-Windows-Store.bat β
β (Itβs in the folder you downloaded.) β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β¬οΈ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β STEP 2 Double-click it. (Click twice, quickly.) β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β¬οΈ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β STEP 3 A box will pop up: βDo you want to allowβ¦β β
β Click YES (or βAllowβ). β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β¬οΈ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β STEP 4 Wait a few seconds. The Store will open and β
β reset. Youβre done! π β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Thatβs the whole process. β
π Two Ways to Run (Pick One)
| Option | File to double-click | Best for |
|---|---|---|
| A β Easiest β | Fix-Windows-Store.bat |
Most people. One click, one βYesβ, done. |
| B β No black window | Fix-Windows-Store.vbs |
Same fix, but no extra command window before the script. |
Both do the exact same fix. Choose the one you like. π
π Whatβs In This Folder?
| π File | What it does |
|---|---|
| Fix-Windows-Store.bat | π±οΈ Double-click this for the one-click fix. Asks for admin once, then runs the fix. |
| Fix-Windows-Store.vbs | Same fix, launched via a tiny helper so you donβt see a batch window first. |
| Fix-WindowsStore.ps1 | The actual fix (PowerShell). The .bat and .vbs run this for you. |
You only need to use one of the launchers (.bat or .vbs). The rest are there so the one-click works from any folder. π
π§ What Does the Fix Actually Do?
In technical terms it:
- Re-registers the Windows Store app for all users (
Add-AppxPackagewith the Store manifest). - Starts the official Store reset tool (
WSReset.exe).
So itβs the same fix that works when you run the famous two-line fix manually β we just packed it into one double-click. π
β οΈ If Something Goes Wrong
βNothing happens when I double-clickβ
- Right-click
Fix-Windows-Store.batβ Run as administrator. - Make sure you click Yes when Windows asks for permission.
βI want to run it myself in PowerShellβ
- Open PowerShell as Administrator (search βPowerShellβ β right-click β βRun as administratorβ). Type
-
Get-AppXPackage WindowsStore -AllUsers Foreach {Add-AppxPackage -DisableDevelopmentMode -Register β$($_.InstallLocation)\AppXManifest.xmlβ} - Hit enter.
- Start-Process WSReset.exe
- Hit enter.
If this helped you, consider starring the repo or sharing it with someone whoβs stuck. β
π Windows Store Fixer Β· One-Click Edition Β·
</div>