Summary: Use the Windows PowerShell tab expansion feature to quickly navigate the Windows registry.
How can I use Windows PowerShell to explore settings in the Windows registry?
Use a cmdlet like Get-Item, Get-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>