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?
Just so people can help you in a better way, you why inform what motivates you to want to do this?
– Victor Stafusa
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.
– Zuul
@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.
– Guilherme Nascimento
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
– ALFAEX