Set Internet Explorer Homepage via PowerShell

Here’s a quick command you can run to change your homepage in PowerShell, you can run this if you accidentally set your homepage to Google and you need to change this to Bing J

PowerShell Command

set-ItemProperty -Path ‘HKCU:SoftwareMicrosoftInternet Explorermain’ -Name “Start Page” -Value “http://www.bing.com/”

Just change the value in Red above to match the URL you would like to be your homepage J

 

About the author