How do I remove Microsoft Store? I have Windows 10 Home.

Tech22
Tech22 Member Posts: 1 Newbie
edited October 5 in Windows 10

How do I remove Microsoft Store? I have Windows 10 Home.

Answers

  • Jack22
    Jack22 ACE Posts: 3,967 Pathfinder

    @Tech22

    Hit the Windows key + R and type regedit or just go to the Start menu and type the same thing. Once you're in the WindowsStore key, right-click the right side of the pane and go to New > D-WORD (32-bit) Value to create a new registry entry that must be called RemoveWindowsStore.

    Click on 'Yes' if the comment answers your question!
  • billsey
    billsey ACE Posts: 33,660 Trailblazer

    A much easier way is to use Powershell in run as administrator mode and type:

    Get-AppxPackage *Microsoft.WindowsStore* | Remove-AppxPackage

    Though be aware that if your remove the store, and have any store based apps, they will no longer update, which can open some nasty security holes.

    Click on "Like" if you find my answer useful or click on "Yes" if it answers your question.