php Editor Banana pointed out that many Windows users may encounter the error message "Sorry! Something went wrong, but we got it right" when opening the Microsoft Store. This problem may cause users to be unable to download or update applications, causing trouble to users. However, don’t worry, we will introduce you to effective methods to solve this problem in detail in this article, so that you can easily solve the problem that the Microsoft Store cannot be opened.
Method 1
You can press Win R → enter cmd and then hold down ctrl shift → click OK (click Yes after UAC pops up) and then the cmd window pops up (administrator mode) and then copy and paste the following Content:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
ipconfig /registerdns
inetcpl.cpl
secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose
RD /S /Q “%WinDir%\System32\GroupPolicyUsers”
RD /S /Q “%WinDir%\System32\GroupPolicy”
gpupdate /force
SC config wuauserv start= auto
SC config bits start= auto
SC config cryptsvc start= auto
SC config trustedinstaller start= auto
SC config wuauserv type =share
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\ SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
USOClient StartInteractiveScan
After pressing enter, Advanced → Restore Advanced Settings → Apply → and then take a look.
Method 2
If it cannot be solved, it is a system problem. You need to reinstall the system to solve this problem.
The above is the detailed content of Microsoft Store cannot be opened and displays 'Sorry! Something went wrong, but we got it right' - [Detailed Solution]. For more information, please follow other related articles on the PHP Chinese website!