How to Create a List of Your Installed Programs on Windows

Want to learn how to create a full list of all the programs you have installed on your windows operating system? I will so you how quick and easy it is to generate a program list of all you application installed on your windows 10, windows 7 or windows 8/8.1 computer
This can be very useful when formatting the computer back to factory settings, this way you get a full list of all your programs.

Once Windows is reinstalled, just work of the list to reinstall all your programs. I am sure there are many other reasons why you would want to backup a list of programs.

These to methods are easy to do.

Powershell:

Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize

to make a text list just add

C:\Users\Britec\Documents\Programs-List.txt

(Make sure you change the user name to your user name)

Another options are:

1. CCleaner

2. Secunia

3. Belarc Advisor

(done a videos on these software)

Need help with computer problems?
join my forum https://briteccomputers.co.uk/forum

Latest Comments

  1. chalres norville August 31, 2016

Leave a Reply