

Now paste the following command to generate a text file in the root C drive which will contain the list of all the intalled programs on your PC: /output:C:\list.txt product get name, version.Type in the following to enter WMIC prompt: wmic.Open Windows PowerShell with administrative rights.Here is how to use it to obtain a complete list of the installed programs: Windows Management Instrumentation Command-Line Utility (WMIC) is a command-line utility integrated into Windows which can be used to perform Windows Management Instrumentation (WMI) operations. You can now use your mouse pointer to highlight and copy this data and save it locally on your PC. Now run the following command to obtain a list of the installed programs: Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate |Format-Table -AutoSize.To confirm the command, enter “ A” for Yes to All.Now paste the following command which will enable you to run scripts in PowerShell: Set-ExecutionPolicy Unrestricted.

Open PowerShell with administrative privileges.Perform the following steps to obtain a complete list of installed programs using the Get-ItemProperty cmdlet: There are several ways to do so using PowerShell alone. Windows PowerShell lets you get a complete list of the installed programs on your computer. Getting The List Of Installed Programs Using Windows PowerShell
