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:
Post a Comment