Summary: Learn how to use Windows PowerShell to find Internet Explorer settings.
How can I use Windows PowerShell to explorer the various settings for Internet Explorer?
Use the Get-Item cmdlet and explore the Internet Explorer main hive for the current user:
get-item 'HKCU:\Software\Microsoft\Internet Explorer\Main'