Batlez / Batlez-Tweaks

Batlez Tweaks is a batch tweaking script that optimizes your system to provide the best gaming experience possible. It is free and open-source, and works on Windows 10 & 11!
https://github.com/Batlez/Batlez-Tweaks/releases/latest
The Unlicense
69 stars 5 forks source link

Store #2

Closed Galamooth closed 7 months ago

Galamooth commented 7 months ago

Hola, This tool is effective and very powerful. I love it. But I have a problem that I hope you can help me solve. Microsoft store does not work correctly after applying the script. Could you tell me how to make it work again? I try to check for updates in the store and a triangle appears with an s Exclamation mark and when searching for the apps I use the store closes. Please help me get it back

Batlez commented 7 months ago

To fix Microsoft Store, you will have to enter powershell (as admin) and enter the following:

Get-AppxPackage -allusers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

If that doesn't work, try running a widget command from the command prompt (as admin):

winget install 9WZDNCRFJBMP

Galamooth commented 7 months ago

Solved