Configure Chrome Default Homepage
I have found the Chrome .msi along with the templates for Group Policy, but it seems if you configure the homepage through GP it doesn't allow the user to change it.
I am interested in just setting the default homepage with a custom silent installation of the .msi. Is this possible?
I am interested in just setting the default homepage with a custom silent installation of the .msi. Is this possible?
0 Comments
[ + ] Show comments
Answers (3)
Answer Summary:
Please log in to answer
Posted by:
ewagner
12 years ago
The Chrome preferences are stored in cleartext the following file (in Windows 7):
"C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Preferences"
Setting the homepage is just a matter of parsing out that text file and setting the "homepage" line to your desired homepage, and the "homepage_is_newtabpage" line to 'false'.
"C:\Users\%username%\AppData\Local\Google\Chrome\User Data\Default\Preferences"
Setting the homepage is just a matter of parsing out that text file and setting the "homepage" line to your desired homepage, and the "homepage_is_newtabpage" line to 'false'.
Comments:
-
thanks for that... very useful - PatriotPhantom 12 years ago
Posted by:
piyushnasa
12 years ago
Comments:
-
that is a nice rundown of the options we have available, thanks! - muebel 12 years ago
Posted by:
Joson
10 years ago