Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Find Internet Explorer Settings

$
0
0

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'


Viewing all articles
Browse latest Browse all 3333

Trending Articles