I located the Profiles folder for Chrome, but I'm unable to find any file which stores my homepage.
Basically I want to change my Chrome homepage using VB.NET, but I can't find where it is stored. I have already checked the Registry and in the Profiles folder.
Any help would be appreciated.
A quick glance at the documentation concerning the User Data Directory tells us that Chrome stores information and parameters for specific users in the following locations:
Windows XP
C:\Documents and Settings\<username>\Local Settings\Application Data\Google\Chrome\User Data\DefaultWindows Vista
C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default
In that folder, you'll find a file named "Preferences". The file is saved in JSON format. You can open this file as plain text, search for the string "homepage", and modify one or both of the settings. The first one indicates what Chrome uses as your homepage. The second indicates whether Chrome automatically opens the "New Tab" page (True), or if it navigates to your specified homepage (False).
For example, the relevant two lines in my "Preferences" file look like this:
"homepage": "http://www.google.com/",
"homepage_is_newtabpage": true,
I found that we can Chrome homepage from entry point of the browser itself. But perhaps your application should be getting admin's permission in that particular machine.
If Im not mistaken, you can set in vb.net so that the app will automatically ask for admin's permission (UAC)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With