Disabling or Remove Microsoft Store

Daniel Russell 1 Reputation point
2022-06-16T20:23:29.783+00:00

I am currently on Windows 10 Home and am wondering how I might disable access to the Microsoft Store. I am willing to upgrade to Pro/Enterprise if it makes the fix easy. I am wanting restrict access to the Microsoft Store on my only and single computer. Assuming I am running Win10 Enterprise/Pro, could I set up a login that has admin privileges that has control over the Local Security Policy / Group Policy (and in these policies disable/remove the Store?), then create a secondary login(s) on the same computer that would be beholden to the group policy settings (these accounts would not have admin privileges)?

Are the suggestions in this forum still valid? https://social.technet.microsoft.com/Forums/Lync/en-US/a8405957-5025-427e-9405-331b1a8dde21/uninstall-or-disable-the-microsoft-store?forum=win10itprogeneral

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,325 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,591 Reputation points
    2022-06-20T07:35:26.553+00:00

    Hi there,

    Yes, you can try out the steps as per the forum as the steps in the article still help you to disable the Store.

    If you are familiar with Powershell then you can try the below steps.Right-click your Start Button, then choose Powershell (admin)

    Paste this into Powershell and hit Enter, to uninstall the Store App from Windows 10:

    Get-AppxPackage -allusers WindowsStore | Remove-AppxPackage

    If you want to re-install the Store App at a later stage, you can use this command:

    Get-AppxPackage -allusers WindowsStore | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    Hope this resolves your Query !!

    -------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.