How to remove/restore MS Store in Windows 10 /11
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.