Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, April 18, 2018 3:34 PM | 3 votes
Can someone suggest how in a student computer lab, I can uninstall or disable the Microsoft Store, and all of the games and applications. Very helpful for a teacher.
Kevin
All replies (18)
Wednesday, April 18, 2018 6:58 PM | 2 votes
Hi Kevin.
The simplest way to disable the Store is using Group Policy: open the Local Group Policy Editor and go to Computer Configuration -> Administrative Templates -> Windows Components -> Store; in the Settings pane on the right, double click Turn off Store application, select Enabled in the properties page for the policy and click OK.
Remember that enabling this policy turns off app updates from Microsoft Store.
You can read here for further information about configuring access to Microsoft Store in Windows 10.
Bye.
Luigi Bruno
MCP, MCTS, MOS, MTA
Thursday, April 19, 2018 9:24 AM | 10 votes
Hi Kevin,
We also could 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
Bests,
Joy.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Monday, April 23, 2018 5:57 AM
Hi Kevin,
Please feel free to drop us a note if there is any result. And if you have any concerns, please do not hesitate to let us know.
Bests,
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Friday, April 27, 2018 9:02 AM
Hi Kevin,
Haven't received your message a few days, was your issue resolved?
I am proposing previous helpful replies as "Answered". Please feel free to try it and let me know the result. If the reply is helpful, please remember to mark it as answer which can help other community members who have same questions and find the helpful reply quickly.
Best regards,
Joy
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].
Thursday, August 9, 2018 2:57 AM
Thank you so much for that comlet. That removed Microsoft Store from my computer.
MCSD .NET developer in Dallas, Texas
Thursday, August 9, 2018 7:35 AM
Thank you so much for that comlet. That removed Microsoft Store from my computer.
MCSD .NET developer in Dallas, Texas
You're welcome.
Bye.
Luigi Bruno
MCP, MCTS, MOS, MTA
Tuesday, October 16, 2018 9:11 AM
However the STORE key does not exist in Windows 10 LOCAL Group Policy, so you need to edit the registry manually:
- Click START, type REGEDIT.EXE and press ENTER Key
- Expand KEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore
- Right click and select NEW > REG_DWORD
- Name it RemoveWindowsStore
- Set the value to 1
- Reboot the PC and notice that the store is locked
Momominta
Tried this under 1709 release but doesn't work. Created the key, restarted but the Store app still opens.
Tuesday, November 13, 2018 10:25 PM
I have the same issue and I have tried them all but does not work for me (excluding the powershell). I dont want to remove the app completely, but block it or prevent it from showing up for some standard users on a PC.
Any other advice?
Wednesday, November 28, 2018 9:32 AM | 1 vote
For those that find this through web search tools. Microsoft removed the GPO option for Windows 10 Pro from version 1511 and later. The only way is the Powershell route.
If you want to use Group Policy or AppLocker to remove or disable the store in the latest Windows 10, you must be using the Enterprise or Education editions. If you're using Pro, you can no longer use Group Policy, and Pro doesn't feature AppLocker.
https://www.theregister.co.uk/2016/05/05/microsoft_windows_10_pro_store/
Thursday, January 10, 2019 4:09 AM
Thank you so much. Big help!
Saturday, February 9, 2019 8:27 AM
You can Block (disable) All build-in (UWP), metro , Store or called windows Apps easily . for example ; EDGE , Microsoft store and all of the games with help of a portable freemium AskAdmin v1.6
**Home Page **│ How to use video
Wednesday, February 20, 2019 2:17 PM
and how to rollback?
Thursday, February 28, 2019 10:22 PM
help the robot at the Microsoft store in the MoA is starting to speak in its own language. also it has kidnapped the manager at the apple store right across the walkway. Please send someone to stop him please he is scaring off everyone.
Thursday, February 28, 2019 11:21 PM
LOL lol lol
Thursday, March 14, 2019 1:36 AM
So, with the powershell script it's actually working per user.
So:
Get-AppxPackage -name "*windowsstore*" **-user "**username" | Remove-AppxPackage
https://docs.microsoft.com/en-us/powershell/module/appx/get-appxpackage?view=win10-ps
Tuesday, May 21, 2019 2:59 PM
This cmdlet removes the store from your device, and blocks all Universal Apps updates...
Twitter: @MatAitAzzouzene | Linkedin: Mathieu Ait Azzouzene
Sunday, October 6, 2019 10:40 PM
very best
Friday, January 17, 2020 8:17 PM
Hi There these instructions worked perfectly.
Many Thanks
Best Regards
T