March 29th, 2014

PowerTip: Use PowerShell to Find Internet Explorer Settings

Summary: Learn how to use Windows PowerShell to find Internet Explorer settings.

Hey, Scripting Guy! Question How can I use Windows PowerShell to explorer the various settings for Internet Explorer?

Hey, Scripting Guy! Answer Use the Get-Item cmdlet and explore the Internet Explorer main hive for the current user:

get-item 'HKCU:\Software\Microsoft\Internet Explorer\Main'

Author

0 comments

Discussion are closed.