How to remove/restore MS Store in Windows 10 /11
Tutorials · jag1208@*.ru · posted 23:54 27/01/2022 · edited 00:03 28/01/2022 · 294 views

For removing:
Run PowerShell as Administrator and paste the following string:
Get-AppxPackage *windowsstore* | Remove-AppxPackage 
Hit Enter.

For restoring:
Run PowerShell as Administrator and paste the following string: 
wsreset -i
Hit Enter.









Like (3)

Please Login or Register to reply this topic.