In order to create a list of all your installed programs you need to:
- Open Windows PowerShell and paste this command:
Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize
- Select and copy (CTRL+C) the generated text
- Open notepad or other text editor and paste (CTRL+V) the list.