PowerTip: Use PowerShell to Find Internet Explorer Settings

ScriptingGuy1

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'

0 comments

Discussion is closed.

Feedback usabilla icon