/build/static/layout/Breadcrumb_cap_w.png

Chrome deployment without login chrome id

PLease can you help me to deploy chrome without id page "welcome to google chrome", and without update.

how to do it.

Thanks for your help


0 Comments   [ + ] Show comments

Answers (2)

Posted by: ncsutmf 10 years ago
Green Belt
1

You can set the default home page and other default settings for the first time a user launches chrome by using a master preferences file that gets copied to the chrome install directory.

http://support.google.com/chrome/a/bin/answer.py?hl=en&answer=187948

Looking at the sample provided there and for the specific settings you mentioned, you probably want to at least use the homepage entry to set a homepage and under "distribution",  set "show_welcome_page" : false

 

Posted by: chucksteel 10 years ago
Red Belt
1

You can also control chrome through group policy settings or the registry. I have a script setup that imports registry keys to suppress the login page. 

These are the settings I push that control the startup page:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"RestoreOnStartup"=dword:00000004
"HomepageIsNewTabPage"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\RestoreOnStartupURLs]
"1"="http://www.dickinson.edu/"

Note that in order to suppress the welcome page and have Chrome go to a specific homepage you have to set RestoreOnStartup to 4 and then set a homepage in the RestoreOnStartupURLs key.

 

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ