PowerTip: Use PowerShell Tab Expansion to Navigate Registry

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), &nbs...