Please try this:
Press Windows + R, type wsreset.exe and click OK.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
my Microsoft store is not opening and working. I can't install any apps in my system
Please try this:
Press Windows + R, type wsreset.exe and click OK.
Hello,
You can reinstall the Microsoft Store by following the steps below; this usually resolves issues where the app won't open or downloads fail:
Right-click the Start menu, select "PowerShell (Admin)," and enter the following commands:
Get-AppxPackage Microsoft.WindowsStore | Remove-AppxPackage
Get-AppxPackage -AllUsers Microsoft.WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Restart your computer after completion, and the Microsoft Store should return to normal operation.