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

PowerTip: Use PowerShell Tab Expansion to Navigate Registry

$
0
0

Summary: Use the Windows PowerShell tab expansion feature to quickly navigate the Windows registry.

Hey, Scripting Guy! Question How can I use Windows PowerShell to explore settings in the Windows registry?

Hey, Scripting Guy! Answer Use a cmdlet like Get-ItemGet-ItemProperty, or Get-ItemPropertyValue, specify the drive (such as HKCU),
            and then press the Tab key to navigate the registry, for example:

Get-ItemProperty HKCU:\SOFTWARE\ <TAB>


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>