Use PowerShell to get information from Add/Remove Programs
Here’s how you can use Windows PowerShell to get information about your applications from the Add/Remove Programs feature of Windows.
dir “HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall” | % { get-itemproperty $_.pspath }
Tags: Add/Remove, Programs
Trackback from your site.