Summary: Use Windows PowerShell to read a registry key property value.
How can I use Windows PowerShell to read a registry key property value so I can find the version of a particular software package?
Use the Get-ItemProperty cmdlet, for example:
Get-ItemProperty -Path HKCU:\Software\ScriptingGuys\Scripts -Name version