August 21st, 2015

PowerTip: Use PowerShell Tab Expansion to Navigate Registry

Doctor Scripto
Scripter

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>

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.