Want to get an inventory of all your software on your computer. Just use the PowerShell script below to help you get that information for the reinstallation of your computer.
Powershell
Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*| select-Object DisplayName, DisplayVersion, Publisher, InstallDate |Format-Table -AutoSize > c:\software.txt