Created
July 24, 2019 20:39
-
-
Save zsoumya/6cba9d887a81882a4b0ec6c7a0372e4e to your computer and use it in GitHub Desktop.
Fix Disabled Chrome Sync and Disabled Incognito Mode
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
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