Is it possible to change home page in Internet Explorer in C# application? Solution for other browsers (Firefox, Chrome) would be also nice.
Open Internet Explorer, select the Tools button , and then select Internet options. On the General tab, under Home page, enter the URL of the site you want to set as a home page.
Open Google Chrome, then select the three, vertical dots next to the profile icon. Select Settings, then under Appearance, turn the toggle for Show home button to on. Choose the option you'd like to use: New Tab page or Enter custom web address.
Well, for IE, you have to set registry key:
HKCU\Software\Microsoft\Internet Explorer\Main\Start Page
For firefox, you will need to edit the js file: prefs.js
.
This can be found in: C:\Users\ [USERNAME]\AppData\Roaming\Mozilla\Firefox\Profiles\ [User Subfolder]
Chrome, Stores it data in:
C:\Users\<username>\AppData\Local\Chromium\User Data\Default
folder in a Preferences
file.
This is in JSON format. Editing it shouldn't be trouble
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