Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

No matter that

  • in SettingsBasicsOn startup, I have selected Open the home page
  • Home page is set to my internal address

Chrome still opens with two tabs: my Home page and a Sign in tab (in foreground!).

How do I disable this Sign in thing? I do not ever want to use it.

The version I'm using is Chrome 18.0.1025.168. (For purposes of testing, I'm intentionally using older version.)

share|improve this question

3 Answers

Open the "Preferences" file from your profile* and edit the "sync_promo" section.

(...)    
   "sync_promo": {
   "startup_count": 6,
   "view_count": 4
},
(...)

And add "user_skipped": true (don't forget the comma at the end of the line)

Find the information in this YouTube video. So, thanks to Vlăduţ Frăţiman.

  • profile path: open chrome://version/ or C:\Users\user-name\AppData\Local\Google\Chrome\User Data\Default\Preferences in Windows 7. You can use Notepad to edit it.
share|improve this answer
Make sure Chrome is closed before you edit the file. Otherwise your changes will be overwritten when Chrome closes. – Ian Dunn Jan 12 at 20:36

in SettingsBasicsOn startup, choose Open the following pages and put this link

chrome://newtab
share|improve this answer
Simple but effective. Thanks – skan Mar 9 at 19:54

Run chromium-browser --bwsi to "browse without sign-in" and disable it.

share|improve this answer
OP is running chrome. Does this also work with vanilla chrome? – Jeremy W Jun 23 '12 at 12:02
"...and disable it."? The Q is that I don't know how to disable it. – Alois Mahdal Aug 16 '12 at 13:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.