Wednesday, 13 April 2016

How to create a List of Installed Programs on Windows


Reinstalling is the best solution to fix issues happening on Windows PC, but before reinstall it’s good to keep a list of installed programs on your computer. Here’s how to.





How to create a List of Installed Programs on Windows 7, 8, 8.1 or 10


·        Open PowerShell Command (by clicking start and search PowerShell).
·        Select first option that comes up and you will be greeted with an empty PowerShell prompt.
·        Copy and paste the following command and press enter.
Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize

·        PowerShell will give you complete list of installed programs.


That’s all and spread this with your dear and near ones


If you like this please like my page “tecnobug” and follow me on twitter @akhiljoseph


Cheers!!!



0 comments: