Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/5e78b1b9085125707915 to your computer and use it in GitHub Desktop.
Save garystafford/5e78b1b9085125707915 to your computer and use it in GitHub Desktop.
Remove URLBlacklist (blocks Chrome Web Store) and Forced Homepage, for Chrome on Windows
rem needs some logic added...
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\URLBlacklist /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\RestoreOnStartupURLs /f
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\Recommended /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome /t REG_SZ /v HomepageLocation /d http://www.google.com /f
rem needs some logic added to stay open afterwards?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment