Skip to content

Instantly share code, notes, and snippets.

@wildmichael
Created August 8, 2020 19:45
Show Gist options
  • Save wildmichael/81baef8029ebbaeaf18e5f1b160a024e to your computer and use it in GitHub Desktop.
Save wildmichael/81baef8029ebbaeaf18e5f1b160a024e to your computer and use it in GitHub Desktop.
Temporarily enable Windows Store
# enable windows store again overriding group policy
# TODO does not work properly...
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v DoNotConnectToWindowsUpdateInternetLocations /d 0 /t REG_DWORD /f
reg add HKLM\SOFTWARE\Policies\Microsoft\WindowsStore /v RemoveWindowsStore /d 0 /t REG_DWORD /f
reg add HKLM\SOFTWARE\Policies\Microsoft\WindowsStore /v RequirePrivateStoreOnly /d 0 /t REG_DWORD /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment