How to set Internet Explorer Home Page in Windows 10?

There are various ways to set a home page in Internet Explorer. In this blog post, we will set the IE Home Page via GPO and registry.

Navigate to:

  • User Configuration
  • Policies
  • Administrative Templates
  • WindowsComponents
  • Internet Explorer

iehomepage1

Edit the “Disable changing home page settings” policy and select Enabled.

iehomepage

Another option: Use the registry to set the homepage

Deploy the following registry key:

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.DefaultWebSite.com/"

Use PowerShell to perform this task:

PS > Set-Location "HKCU:\Software\Microsoft\Internet Explorer\Main"

Next:

PS > Set-ItemProperty . -Name "Start Page" -Value "http://www.DefaultWebSite.com"

 

Thanks for reading! You can follow me on Twitter @PrigentNico

About Nicolas 282 Articles
I work as an IT Production Manager, based in Paris (France) with a primary focus on Microsoft technologies. I have 10 years experience in administering Windows Servers. . I am a Microsoft MVP for Cloud & Datacenter Management. I also received the PowerShell Hero 2016 award by PowerShell.0rg. And finally, I am "MCSE: Cloud Platform and Infrastructure", "MCSA: Windows Servers", "Administering & Deploying SCCM", and CheckPoint CCSA certified.