Skip to content

Instantly share code, notes, and snippets.

@zsoumya
Created July 24, 2019 20:39
Show Gist options
  • Save zsoumya/6cba9d887a81882a4b0ec6c7a0372e4e to your computer and use it in GitHub Desktop.
Save zsoumya/6cba9d887a81882a4b0ec6c7a0372e4e to your computer and use it in GitHub Desktop.
Fix Disabled Chrome Sync and Disabled Incognito Mode
reg delete HKLM\SOFTWARE\Policies\Google\Chrome /v SyncDisabled /f
reg delete HKLM\SOFTWARE\Policies\Google\Chrome /v IncognitoModeAvailability /f
reg delete HKLM\SOFTWARE\Policies\Google\Chrome /f
reg delete HKLM\SOFTWARE\Policies\Google /f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment