How To Remove Microsoft Store from Computer

Page 1 of 3 123 LastLast

  1. Posts : 28
    WIN10
       #1

    How To Remove Microsoft Store from Computer


    Yes, this has been asked over time, but I am at a loss how to remove the Microsoft Store from the 45 laptops we use for the school since the installation of Win 10 Pro 20H2.

    Any references or help is deeply appreciated.

    I have attempted to use the following registry entries:
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore]
    "RemoveWindowsStore"=dword:00000001
    "DisableStoreApps"=dword:00000001
    Last edited by SSN651; 07 Dec 2020 at 20:51. Reason: Additional Information to Clarify
      My Computer


  2. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #2

    Can you disable the ability for anyone without admin access to run/access the store app executable by changing permissions of the executable instead?
      My Computer


  3. Posts : 7,724
    3-Win-7Prox64 3-Win10Prox64 3-LinuxMint20.2
       #3

    Hi,
    Shouldn't you be on a enterprise or an actual education version ?
      My Computers


  4. Posts : 23,611
    Win 10 Home ♦♦♦19045.4529 (x64) [22H2]
       #4

    SSN651 said:
    Yes, this has been asked over time, but I am at a loss how to remove the Microsoft Store from the 45 laptops we use for the school since the installation of Win 10 Pro 20H2.

    Any references or help is deeply appreciated.

    I have attempted to use the following registry entries:
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore]
    "RemoveWindowsStore"=dword:00000001
    "DisableStoreApps"=dword:00000001


    Open Powershell as Admin, and run this command...

    Code:
    Get-AppxPackage *windowsstore* | Remove-AppxPackage


    How To Remove Microsoft Store from Computer-image1.png
      My Computer


  5. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #5

    Ghot said:
    Open Powershell as Admin, and run this command...

    Code:
    Get-AppxPackage *windowsstore* | Remove-AppxPackage
    ...
    Good idea and maybe add the [-AllUsers] option to the Remove command and confirm the students can't add it back.
      My Computer


  6. Posts : 23,611
    Win 10 Home ♦♦♦19045.4529 (x64) [22H2]
       #6

    steve108 said:
    Good idea and maybe add the [-AllUsers] option to the Remove command and confirm the students can't add it back.


    Apparently, adding it back it not possible.
    I found a way but it's difficult.
      My Computer


  7. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #7

    Ghot said:
    Apparently, adding it back it not possible.
    I found a way but it's difficult.
    Good to know. I was meaning for op to confirm depending on student PC configs.
      My Computer


  8. Posts : 69,616
    64-bit Windows 11 Pro for Workstations
       #8

    You can uninstall the Microsoft Store app for all users using the command below in an elevated PowerShell.

    Uninstall Apps in Windows 10

    Code:
    Get-appxpackage -allusers *Microsoft.WindowsStore* | Remove-AppxPackage -allusers

    If needed, doing a repair install of Windows 10 is The easiest way to reinstall the Microsoft Store app.

    Repair Install Windows 10 with an In-place Upgrade
      My Computers


  9. Posts : 21,421
    19044.1586 - 21H2 Pro x64
       #9

    Brink said:
    You can uninstall the Microsoft Store app for all users using the command below in an elevated PowerShell.

    Uninstall Apps in Windows 10

    Code:
    Get-appxpackage -allusers *Microsoft.WindowsStore* | Remove-AppxPackage -allusers

    If needed, doing a repair install of Windows 10 is The easiest way to reinstall the Microsoft Store app.

    Repair Install Windows 10 with an In-place Upgrade
    According to this, there's an easier way:
    Restore or Reinstall Windows Store in Windows 10 after uninstalling it with PowerShell
    Code:
    Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
      My Computer


  10. Posts : 69,616
    64-bit Windows 11 Pro for Workstations
       #10

    steve108 said:
    According to this, there's an easier way:
    Restore or Reinstall Windows Store in Windows 10 after uninstalling it with PowerShell
    Code:
    Get-AppXPackage -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    Hello Steve,

    That command is for reinstalling and re-registering all available app packages on the computer for all users.

    Reinstall and Re-register Apps in Windows 10

    Unfortunately, it will not help if the app package for the Microsoft Store app has been uninstalled for all users.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:41.
Find Us




Windows 10 Forums