
Some Windows 10 users are complaining about an issue they are having Microsoft Store on. Whenever they try to open Store, they get an error message "Try again. Something happened at the end of us.“The most likely reason behind this error is corruption in the System File Store. Follow these fixes on your computer and the problem will be solved very easily.
Fix-1 Reset store cache
Sometimes corrupted store cache can cause this problem.
1. Close “wsreset.exe “ from the Windows 10 search bar.
2. When you see "wsreset.exe“It appeared in the search, click on it to run it.
A CMD terminal will appear. The restart process will be activated at the same time.
Wait a bit and then start again your computer.
Solution 2: Restore the Windows store using Powershell
1. Click on the Windows icon and type "shell power".
2. Now, the right mouse button PowerShell icon and choose run as administrator.
3. Next, copy and paste below the command in the PowerShell window and hit the Enter key to run.
Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
After the program has completely run, close the PowerShell window.
Solution 3: Use Command Prompt
1. Write "cmd“In the search box.
2. Then the right mouse button in "Symbol of the system"In the elevated search result, then click"Run as administrator".
3. Now you need to run these codes copy paste each of these one by one and then hitting Log in. This will execute these commands in sequence.
SC config wuauserv start= auto SC config bits start= auto SC config cryptsvc start= auto SC config trustedinstaller start= auto
Next, close the cmd window and restart your computer. Please try again to see if the problem persists.
Fix-4 Rename Software Distribution Folder-
Renaming the Software Distribution folder can solve this problem for you.
1. Press Tasto Windows + R, gender "cmd"And then click"ok".
2. Run these sets of commands to temporarily suspend some services on your computer.
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver
This process will interrupt some services for a short period of time.
3. For the main step, copy paste these commands one at a time and press Log in rename 'Software Distribution' and the 'Catroot2' binder.
ren C:WindowsSoftwareDistribution SoftwareDistribution.old ren C:WindowsSystem32catroot2 catroot2.old
4. However, restart those services again. To do this, run these commands in sequence.
net start wuauserv net start cryptSvc net start bits net start msiserver
Close Window system symbol.
Restart your computer.
After restarting your computer, check if Shop is working or not.
Fix-5 Restart the Windows Store service from CMD-
Restart Windows Store The service on your computer can solve your problem.
1. To open an elevated Window System Symbol, type "cmdA Look for the box next to the Windows icon.
2. Then the right mouse button in "Symbol of the system"In the elevated search result, then click"Run as administrator".
3 inch Window system symbol, copy paste this command and press Log in to run the command on your computer.
sc config WSService start= demand
Close Window system symbol.
Restart your computer.
After restarting your computer, check if Shop is working or not.