If this helped you, consider starring the repo ⭐
👆 Double-click the "Fix-Windows-Store.bat" file → accept it to ran it as admin
| 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 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. ⭐
| 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. 🎀
| 📄 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. 📂
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. 🎁
- Right-click
Fix-Windows-Store.bat→ Run as administrator. - Make sure you click Yes when Windows asks for permission.
- 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 ·