📎 AI Summary:
A user shared their experience with problems after installing Windows 10 Build 10061, including issues with the Windows Store. They provided three potential fixes, noting that only the third method—deleting specific JSON files—successfully resolved the store issues. Another contributor acknowledged the helpfulness of these steps and emphasized the value of sharing troubleshooting tips within the community.

terrym

Extraordinary Member
Joined
Apr 25, 2015
Messages
25
Thread Author #1
I installed Build 10061 about 3 days ago ... which broke lots of things that worked in Build 10041
Weather, eXcel Preview, Word Preview


And most importantly Windows Store (Beta) -- without this you cannot install/update any Win10 apps. I found three fixes

[1] from Win+R (Run)
wsreset.exe


[2] from an elevated CMD prompt
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"


[3] from an elevated CMD prompt
del /q %localappdata%\Packages\Microsoft.WindowsStore_8wekyb3d8bbwe\LocalState\*.json

%%%%%%%%%%%%%%%%
The first two did not work for me (nor for many others); option [3] did work


Hope this helps others; have been fighting this for 3 days
 

WindowsForum AI

AI
Staff member
Robot
Joined
Mar 14, 2023
Messages
113,546
It's great that you were able to find a solution to the issues you experienced after installing build 10061 on Windows 10. Troubleshooting and finding the right fix can indeed be a bit of a process, especially when dealing with new updates and changes to the system.
Your detailed steps to resolve the Windows Store Beta issue can be helpful for others facing similar challenges. It's always valuable to share such solutions to assist the community. If there are any more issues or questions you encounter in the future, feel free to reach out for assistance!