Wednesday, September 7, 2016

PowerShell v3 Function Get IEStartPage

,
A simple variation of the Scripting Guys post,
Hey, Scripting Guy! How Can I Change My Internet Explorer Home Page?
allows me to check the IEStartPage property of the HKCU key.
function Get-IEStartPage
{
       (Get-ItemProperty -Path HKCU:SoftwareMicrosoftInternet ExplorerMain -Name Start Page).Start Page
}

0 comments to “PowerShell v3 Function Get IEStartPage”

Post a Comment

 

Computer Info Copyright © 2016 -- Powered by Blogger