Top Ad 728x90

,

How to Recover All Software list installed on Windows

For some reason, you need to get the list of all software installed on your pc? I offer two ways to get there.

The first solution is the Ccleaner software. Of course, this does not work if you are on a computer where you do not have sufficient rights to install software.

Method 1 : Recover the software list with Ccleaner


Ccleaner is a software to clean up temporary files, and cover browsers that are stored on the PC. Alongside this main functionality useful, it extracts a list of installed software. For it : -

1. download Ccleaner , install and run it.

2. Go left into the "Tools" tab, then "Uninstall Programs" and click "Save List" at the bottom right.

3. a text file "install.txt" is generated that contains the list. You are free to rename and save it wherever you want.


Method 2 : Recover the software list with PowerShell


PowerShell is a command prompt interface from Windows 7.
To use and recover the list of software, proceed as follows:

1. Go to "Start> All Programs> WIndows PowerShell" and launch "WIndows PowerShell" to open the command prompt window.

2. Enter the command « Get-WmiObject -Class Win32_Product | Select-Object -Property Name » to verify that the software list is generated.

3. Then take this fuller command: « Get-WmiObject -Class Win32_Product | Select-Object -Property Name > liste.txt«


The "liste.txt" file in the command is the name of the text file that will be generated with the software list. This file will be saved in the user folder " C:\Users\Username" .

Also Read: How To Change The DNS (Domain Name System) With Easiest Way?

0 commentaires:

Post a Comment

Top Ad 728x90