Programmatically set Google Chrome home page

Asked

Viewed 1,942 times

3

To define the home page of Internet Explorer, we can do as follows:

REG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "Start Page" /D "http://www.google.com/" /F

But for Google Chrome things complicate and do not know the correct way to interact with the preferences of the same with a view to having a batch script that sets me the home page.

How can I set the Chrome homepage programmatically?

  • 1

    Just so people can help you in a better way, you why inform what motivates you to want to do this?

  • 2

    I voted to reopen the question, it is perfectly valid and the practical application of what is intended is immense. Personally, in managing large structures, I make use of these solutions to keep all jobs equal and/or quickly resolve new configurations.

  • 2

    @Zuul also think valid, it can work in a large office, where there are several computers that need to follow a standard established by the company, each computer can have more than one user, the BAT would just save him the trouble. For me it’s a valid question.

  • I have a total of 120 machines here in the company to configure the new web page of the company that will be standard on all computers, and this batch would help me a lot if it also had application in firefox and Chrome browsers

1 answer

1

Hello

You can download Google Chrome templates on this site - http://www.chromium.org/administrators/policy-templates (zip file. )

Extract the file.

Done this go in the Director of Policies, and in Computer Settings, Administrative Templates, import the Chrome model (ADM, en).

All right, go to Computer Settings, Administrative Templates, Classic Administrative Templates (ADM), Google, Google Chrome, Home, Configure home page url.

Place the desired page and ready.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.