Saturday 12 November 2016

How to Change the Default Homepage of Browsers for All Users in Local and Domain users

 

How to Change the Default Homepage of Browsers for All Users in Local and Domain users




Mozilla Firefox

Click "Start" and type "notepad" into the search box. Select "notepad.exe" from the search results.
Copy and paste the following text into Notepad: [XRE] EnableProfileMigrator=false Save the file to your desktop with the name "override.ini". This will disable the Migration Wizard.
Click "File" and then click "New." Copy and paste the following text: pref("general.config.obscure_value", 0); pref("general.config.filename", "mozilla.cfg"); Save the file to the desktop as "local-settings.js" to lock the configuration file.
Create a new file, then copy and paste the following text: // set Firefox Default homepage pref("browser.startup.homepage", "http://<website>"); Replace "<website>" with the URL of the target homepage. Save the file as "mozilla.cfg".
Right-click "Start" and click "Open Windows Explorer." Navigate to "C:\Program Files\Mozilla Firefox."
Go to the desktop. Hold down "Ctrl" and select the files "override.ini" and "mozilla.cfg." Drag the files over the Windows Explorer icon on the taskbar to re-open the window. Drop both files into the Mozilla Firefox folder.
Navigate to "C:\Program Files\Mozilla Firefox\defaults\pref." Go to the desktop, select "local-settings.js" and drag-and-drop the file into the "pref" folder by following the same instructions as in the preceding step. This will set the default homepage for all users.

Internet Explorer

Click "Start" and type "gpedit.msc" into the search box. Press "Enter" to run Local Group Policy Editor.
Select "User Configuration," "Administrative Templates," "Windows Components" and then "Internet Explorer" from the left pane.
Right-click "Disable Changing Home Page Settings" from the right pane and then click "Edit." Click "Enabled."
Enter the website address into the "Home Page" field. Click "OK" to set the default homepage in Internet Explorer.

No comments:
Write comments