cBrandon Community

General Category => Windows Fixes => Topic started by: branx86 on December 21, 2023, 07:53:34 PM

Title: Create List of all installed Programs on Windows
Post by: branx86 on December 21, 2023, 07:53:34 PM
In admin CMD window
wmic /output:C:\list.txt product get name, version

Then go to C:\ and you'll see the file list.txt with all your installed softwares.