Thursday, May 20, 2021

Chrome SyncDisabled

Chrome SyncDisabled The Chrome sync may be disabled using Google Chrome Policy. To check if it is disabled open chrome://policies and search for Sync. On Windows Chrome settings are stored under Registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome To check from Command Prompt, run reg query HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome /v SyncDisabled To change from Command Prompt, run reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome /v SyncDisabled /t REG_DWORD /d 0 BUT you may get an error: ERROR: Access is denied. In this case, try running regedit... and take ownership of the Chrome key... No luck... What's next? Also you can change the default home page: HomepageLocation

No comments:

Post a Comment