Use comlet in PowerShell to uninstall Microsoft Store. Please search for PowerShell and right click it to run as administrator, then copy the following comlet and press Enter key to execute.

Get-AppxPackage *windowsstore* | Remove-AppxPackage



  1. Open Registry Editor as described on Method 1.
  2. Navigate to 'HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\AppXSvc'.
  3. On the right panel, right click on “Start” and choose Modify…, then change the value from 3 to 4.
  4. Now, restart your system to see the changes.