Created
April 17, 2020 13:18
-
-
Save Torxsmind/56e73b17b96d8b23fba179a1a94dd6e8 to your computer and use it in GitHub Desktop.
Bypass_Windows_Store_GPO_Block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsStore] | |
| "DisableStoreApps"=dword:00000000 | |
| "RemoveWindowsStore"=dword:00000000 | |
| [HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\WindowsStore] | |
| "DisableStoreApps"=dword:00000000 | |
| "RemoveWindowsStore"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment