Is there a tool to collect a list of all installed programs?

You're not set on List view
You're on details view.
oo.jpg
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom assembled by me :}
OS
Win-7-Pro64bit 7-H-Prem-64bit
CPU
i7-5930K 2nd i9-9940x both water blocked VRM's too
Motherboard
ASUS SABERTOOTH X99 2nd ASUS x299 Apex
Memory
Trident-z 3200C14 2nd Trident-z 3600C16
Graphics Card(s)
EVGA 1080ti ftw3 2nd Titan Xp both water blocked
Sound Card
Built-in Realtek
Monitor(s) Displays
1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24" 144Hz
Screen Resolution
1920 x 1080 144Hz
Hard Drives
2-Samsung M.2 Evo & Evo Plus
2-Samsung 850 EVO 500GB SSD's/ 3-2.5 W.D. Black 1tb-&3-1tb/3-3.5 WD Black 1tb hdd's
PSU
EVGA SuperNOVA 1000-P2 2nd 1200-P2
Case
2-Corsair Obsidian Series 450D Black ATX Mid Tower
Cooling
Custom water loops
Keyboard
Logitech G710+/ 2nd Logitech G910
Mouse
2-RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
Internet Speed
Comcast Ping 19ms 89.31mbps download speed 6.12mbps upload
Antivirus
Malwarebytes Pro/ Superantispyware Pro
Browser
FireFox & Pale moon
Other Info
2nd ASUS X299 Apex/Intel i9-9940x with Custom water loop/7H-Prem-x64/Corsair 450D case/Ram Trident-z 3600C16 4x8gb / Samsung970Evo plus 500gb SSD/Dual ssd EZ swap evo/PSU EVGA SuperNova 1200w-P2 80+Platinum/GPU Titan Xp /8-ML-140 on push-pull on 2-280GTX rads
Thanks. Yes, of course I can do all this. I just thought that there was a tool in Windows to do that.
 

My Computer My Computer

OS
Windows
Depending on whom ever you're dealing with the graphic's approach is a lot easier than cmd for novice to do,
And is a process they can repeat for other chores ;)
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom assembled by me :}
OS
Win-7-Pro64bit 7-H-Prem-64bit
CPU
i7-5930K 2nd i9-9940x both water blocked VRM's too
Motherboard
ASUS SABERTOOTH X99 2nd ASUS x299 Apex
Memory
Trident-z 3200C14 2nd Trident-z 3600C16
Graphics Card(s)
EVGA 1080ti ftw3 2nd Titan Xp both water blocked
Sound Card
Built-in Realtek
Monitor(s) Displays
1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24" 144Hz
Screen Resolution
1920 x 1080 144Hz
Hard Drives
2-Samsung M.2 Evo & Evo Plus
2-Samsung 850 EVO 500GB SSD's/ 3-2.5 W.D. Black 1tb-&3-1tb/3-3.5 WD Black 1tb hdd's
PSU
EVGA SuperNOVA 1000-P2 2nd 1200-P2
Case
2-Corsair Obsidian Series 450D Black ATX Mid Tower
Cooling
Custom water loops
Keyboard
Logitech G710+/ 2nd Logitech G910
Mouse
2-RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
Internet Speed
Comcast Ping 19ms 89.31mbps download speed 6.12mbps upload
Antivirus
Malwarebytes Pro/ Superantispyware Pro
Browser
FireFox & Pale moon
Other Info
2nd ASUS X299 Apex/Intel i9-9940x with Custom water loop/7H-Prem-x64/Corsair 450D case/Ram Trident-z 3600C16 4x8gb / Samsung970Evo plus 500gb SSD/Dual ssd EZ swap evo/PSU EVGA SuperNova 1200w-P2 80+Platinum/GPU Titan Xp /8-ML-140 on push-pull on 2-280GTX rads
I also figured out why wmic did not return the full list. It returns only MSI installers. And some software (a good chunk of it) does not use MSI. Firefox for instance.... I'll need to keep looking.
Yes. To clarify, WMI's Win32_Product class will only provide information for software installed using Microsoft's MSI packages (.msi files). Any software installed through executables (.exe files) will not be listed in the wmic product command (which is indeed "a good chunk of it").

A slightly better way to retrieve a list of installed programs through the command line, while maintaining a degree of simplicity, is to use the line below.
Code:
for /f "tokens=1,2,* delims= " %I in ('reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" /s ^| find "DisplayName "') do @echo(%K
What this command line actually lists is a fact you can judge for yourself by observing the specified registry key name.

I haven't tested how accurate this command line is when compared to the GUI, appwiz.cpl panel (Control Panel\All Control Panel Items\Programs and Features). Perhaps you guys can help verify this solution.


Depending on whom ever you're dealing with the graphic's approach is a lot easier than cmd for novice to do,
And is a process they can repeat for other chores ;)
+1

And this graphical approach will include each of the softwares' icons too.
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
Yep and if you want more information about an entry from the first screen shot you can ask them to change the page view to details and get the versions and install dates... ;)

Everyone is or wants to learn about graphic's feature built into the os chances are better that they might already know about them :)

CMD is way to complicated with the stings to copy and paste... imho
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom assembled by me :}
OS
Win-7-Pro64bit 7-H-Prem-64bit
CPU
i7-5930K 2nd i9-9940x both water blocked VRM's too
Motherboard
ASUS SABERTOOTH X99 2nd ASUS x299 Apex
Memory
Trident-z 3200C14 2nd Trident-z 3600C16
Graphics Card(s)
EVGA 1080ti ftw3 2nd Titan Xp both water blocked
Sound Card
Built-in Realtek
Monitor(s) Displays
1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24" 144Hz
Screen Resolution
1920 x 1080 144Hz
Hard Drives
2-Samsung M.2 Evo & Evo Plus
2-Samsung 850 EVO 500GB SSD's/ 3-2.5 W.D. Black 1tb-&3-1tb/3-3.5 WD Black 1tb hdd's
PSU
EVGA SuperNOVA 1000-P2 2nd 1200-P2
Case
2-Corsair Obsidian Series 450D Black ATX Mid Tower
Cooling
Custom water loops
Keyboard
Logitech G710+/ 2nd Logitech G910
Mouse
2-RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
Internet Speed
Comcast Ping 19ms 89.31mbps download speed 6.12mbps upload
Antivirus
Malwarebytes Pro/ Superantispyware Pro
Browser
FireFox & Pale moon
Other Info
2nd ASUS X299 Apex/Intel i9-9940x with Custom water loop/7H-Prem-x64/Corsair 450D case/Ram Trident-z 3600C16 4x8gb / Samsung970Evo plus 500gb SSD/Dual ssd EZ swap evo/PSU EVGA SuperNova 1200w-P2 80+Platinum/GPU Titan Xp /8-ML-140 on push-pull on 2-280GTX rads
A slightly better way to retrieve a list of installed programs through the command line, while maintaining a degree of simplicity, is to use the line below.
Code:
for /f "tokens=1,2,* delims= " %I in ('reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" /s ^| find "DisplayName "') do @echo(%K
What this command line actually lists is a fact you can judge for yourself by observing the specified registry key name.

I haven't tested how accurate this command line is when compared to the GUI, appwiz.cpl panel (Control Panel\All Control Panel Items\Programs and Features). Perhaps you guys can help verify this solution.

I get this output:

Installed Programs.jpg

Or 52 detected programs.

If I run SIV I get:

Code:
SIV64X - System Information Viewer V4.44 PC::Chris  Released 14-Apr-2014  [1252]  Command ["C:\Users\Chris\Desktop\Toolbox\System Information Viewer\SIV64X.exe" ] [] [C:\Windows\system32\SIV_PC.txt]


[software]  [windows]

Installed         Description - Packages 141                                      wow  Install Source

2014-08-21 22:50  Active@ Disk Editor 4.0                                         32
2015-07-20 17:48  Ad Muncher v4.94.34121 (Free)                                   32
2016-02-02 23:05  Adobe Flash Player 20 NPAPI                                     32
2015-07-20 17:48  Adobe Photoshop CS2                                             32
2016-02-03 00:09  Advanced Uninstaller PRO - Version 11                           32
2015-06-12 09:51  Airfox                                                          32   C:\Users\Chris\Desktop\
2014-05-19 20:26  Anonymous FTP Finder version 0.1 Beta                           32
2015-05-14 18:53  AOMEI Partition Assistant Pro Edition 5.6                       32
2014-10-08 23:40  AOMEI PE Builder 1.0.0                                          32
2014-05-19 20:26  ATK Package                                                     32
2014-07-18 23:19  Autopsy                                                         64   C:\Users\Chris\Desktop\
2014-11-22 18:28  Autorun Organizer version 1.31                                  32
2014-06-09 09:53  Aviator                                                         32
2015-07-20 17:48  Balabolka                                                       32
2015-07-20 17:48  Belarc Advisor 8.4                                              32
2015-07-20 17:48  BleachBit                                                       32
2014-05-19 20:26  Broken Shortcut Fixer                                           32   D:\My Completed Downloads
2015-07-20 17:48  CCleaner                                                        64
2014-05-19 20:26  CheckDrive                                                      32
2015-07-20 17:48  Clover 3.0                                                      32
2014-05-19 20:26  COMODO Internet Security                                        64
2015-07-20 17:48  ContextEdit (PC Magazine)                                       32
2015-10-17 13:23  Cyberfox Web Browser                                            64
2014-05-19 20:26  CyberLink PhotoDirector 4                                       32
2015-01-10 15:19  Daphne_x64                                                      64   C:\Users\Chris\Desktop\
2015-07-20 17:48  Daum PotPlayer 1.6.52515 x64 Edition                            64
2015-06-27 00:15  Disk Drill 1.0.0.188                                            32   V:\AppData\Local\Temp\Update-f83781f8-b26d-4d36-8d82-290e6c6035a1\
2015-08-23 11:32  DiskMax 4.85                                                    64
2014-05-19 20:26  DnsEye 1.6.3                                                    32
2015-07-20 17:48  Document Metadata Cleaner 3                                     32
2015-07-20 17:48  Duplicate Cleaner Free 3.2.1                                    32
2014-07-20 19:27  EaseUS Partition Master 10.0                                    32
2016-02-03 03:57  eM Client                                                       32   C:\Users\Chris\Desktop\
2014-08-25 17:18  EmEditor (64-bit)                                               64
2014-05-19 20:26  EMET 4.1                                                        32   C:\Users\Chris\Desktop\
2015-03-04 00:10  Essential NetTools                                              32
2015-07-20 17:48  ETDWare PS/2-X64 10.5.10.0                                      64
2015-07-20 17:48  Fiddler                                                         32
2014-05-19 20:26  FileMover v1.0                                                  32
2015-07-20 17:48  FormatFactory 3.2.1.0                                           32
2015-07-20 17:48  Free Video Cutter Expert (remove only)                          64
2014-05-19 20:26  GhostBuster                                                     32   D:\My Completed Downloads\
2014-05-19 20:26  gpedt.msc 1.0                                                   32
2015-07-20 17:48  GPL Ghostscript                                                 32
2015-07-20 17:48  GPL Ghostscript                                                 64
2014-10-14 01:39  Greenshot 1.1.9.13                                              64
2015-07-03 21:25  Hekasoft Backup & Restore 0.53                                  64
2015-07-20 17:48  HitmanPro.Alert                                                 64
2014-05-19 20:26  HostsMan 4.2.97                                                 32
2014-08-21 23:04  HxD Hex Editor version 1.7.7.0                                  32
2014-07-25 20:34  Icecream Screen Recorder version 1.01                           32
2015-07-20 17:48  IconViewer                                                      64
2014-05-20 15:39  IObit Uninstaller                                               32
2015-07-20 17:48  IrfanView (remove only)                                         32
2014-05-19 20:26  ISO Opener                                                      32
2014-05-19 20:26  JetClean                                                        32
2015-06-30 00:56  JumpList Editor version 2.0                                     64
2014-06-05 02:47  Junction Link Magic 2.0                                         64
2015-07-20 17:48  KeyTweak - Keyboard Remapper (remove only)                      32
2014-05-31 01:48  LockHunter 3.1, 32/64 bit                                       64
2014-05-19 20:26  Macrium Reflect Free Edition                                    64
2016-02-03 02:31  Microsoft .NET Framework 4.5.2                                  64
2015-10-03 13:31  Microsoft Tool Web Package : EXCTRLST.EXE                       32   V:\AppData\Local\Temp\IXP000.TMP\
2014-05-19 20:26  Microsoft Visual C++ 2005 Redistributable                       32
2015-04-12 23:49  Microsoft Visual C++ 2005 Redistributable                       32
2015-04-12 23:49  Microsoft Visual C++ 2005 Redistributable (x64)                 64
2015-08-23 11:32  Microsoft Visual C++ 2008 Redistributable - x86 9.0.21022       32
2015-08-23 11:32  Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.17    32
2015-10-08 00:18  Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729.6161  32   d:\5b710467f78898409892b4e1\
2014-05-19 20:26  Microsoft Visual C++ 2010  x64 Redistributable - 10.0.40219     64
2015-04-12 23:51  Microsoft Visual C++ 2010  x86 Redistributable - 10.0.40219     32
2015-07-20 17:48  Microsoft Visual C++ 2012 Redistributable (x64) - 11.0.50727    32
2015-07-20 17:48  Microsoft Visual C++ 2012 Redistributable (x86) - 11.0.50727    32
2015-07-20 17:48  Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.30501    32
2015-07-20 17:48  Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.30501    32
2015-07-20 17:48  Moo0 Video Info 1.10                                            32
2015-07-20 17:48  MozBackup 1.5.1                                                 32
2015-07-20 17:48  Mozilla Maintenance Service                                     32
2015-11-30 01:02  Mozilla Thunderbird 38.4.0 (x86 en-GB)                          32
2014-05-19 20:26  MRU-Blaster v1.5 (Database 3.28.04)                             32
2014-09-05 18:06  music2pc 2.18                                                   32
2015-07-20 17:48  MusicBee 2.1                                                    32
2014-05-19 20:26  Nitro Reader 3                                                  64   C:\Users\Chris\AppData\Roaming\Downloaded Installations\{9EA981E5-EE67-4662-86F1-58937D31FE07}\
2014-07-21 22:53  NoVirusThanks File Governor v1.7                                64
2014-08-25 17:18  OSForensics                                                     64
2015-09-16 19:10  PatchCleaner                                                    32   V:\AppData\Local\Temp\7zSF8FE.tmp\
2015-09-22 18:32  PC Tasks Optimizer                                              64   C:\Users\Chris\AppData\Roaming\Smart PC Utilities\PC Tasks Optimizer 1.0.162\install\39367EC\
2014-10-26 18:56  PeaZip 5.5.0 (WIN64)                                            64
2014-05-19 20:26  PeerBlock 1.1 (r518)                                            64
2015-07-20 17:48  Pegasus Mail                                                    32
2015-07-20 17:48  Prio                                                            64
2014-07-14 17:56  Process Hacker 2.33 (r5590)                                     64
2016-02-03 03:45  Process Lasso                                                   32
2015-07-20 17:48  Process Revealer Free Edition 1.0                               32
2014-05-19 20:26  Puran Defrag 7.7                                                64
2015-07-20 17:48  Q-Dir                                                           64
2014-05-19 20:26  Qualcomm Atheros WiFi Driver Installation                       32   D:\Win 7 Downloaded Program Files\WLAN_Athero_Win7_64_Z920496\
2014-05-19 20:26  ReadyDriver Plus 1.2                                            64
2015-03-01 19:04  RealSpeak Solo for UK English Emily                             32
2016-02-03 02:11  Realtek High Definition Audio Driver                            32   C:\Users\Chris\Desktop\Audio_Realtek_Win7_64_Z6016622\
2015-07-20 17:48  Recuva                                                          64
2014-05-19 20:26  RegAuditor 2.4                                                  32
2014-05-19 20:26  RegRun Reanimator                                               32
2014-05-19 20:26  Remove Empty Directories version 2.2                            32
2014-05-19 20:26  Resource Hacker Version 3.6.0                                   32
2015-07-20 17:48  Secunia PSI (2.0.0.4003)                                        32
2015-07-20 17:48  ShanaEncoder 2.4                                                32
2015-06-18 17:08  SiSoftware Sandra Lite 2015.SP2                                 64
2014-05-19 20:26  SlimCleaner                                                     32   C:\Users\Public\Documents\Downloaded Installers\{6B8D6199-EE44-4FD7-813A-6D8C62C9B384}\
2014-05-19 20:26  SlimDrivers                                                     32
2014-08-11 17:12  Smart-X AppLocker                                               32   C:\Users\Chris\Desktop\
2015-10-17 02:02  Soft Organizer version 4.13                                     32
2014-05-19 20:26  SoftMaker FreeOffice                                            32
2014-05-19 20:26  SoftPerfect RAM Disk 3.4                                        64
2015-01-07 00:36  Software Informer 1.2                                           64
2015-09-28 22:45  Spybot Anti-Beacon                                              32
2015-07-20 17:48  SpyTheSpy                                                       32
2014-05-19 20:26  System Ninja version 3.0                                        32
2015-07-20 17:48  TakeOwnershipEx                                                 32
2014-05-19 20:26  TCPEye 1.0                                                      32
2015-07-20 17:48  Technitium MAC Address Changer v6.0.5                           32
2014-11-05 23:20  TEncoder Video Converter version 4.5.3                          32
2015-06-26 21:43  TeraCopy 2.27                                                   64
2014-10-11 15:41  ThreatFire                                                      32
2015-07-20 17:48  TrueCrypt                                                       32
2014-05-19 20:26  TSR Copy Changed Files software version 1.7.0.1                 32
2015-07-20 17:48  Tweaking.com - Advanced System Tweaker                          32
2015-07-20 17:48  Tweaking.com - Registry Backup                                  32
2015-07-20 17:48  Types                                                           64
2016-02-03 02:38  UVK - Ultra Virus Killer                                        64
2015-07-20 17:48  VeraCrypt                                                       32
2016-02-02 22:10  VoodooShield version 2.86                                       64
2015-10-08 00:18  VSDC Free Video Editor version 3.3.0.394                        32
2014-05-19 20:26  VSO Downloader 3.1.1.5                                          32
2014-05-19 20:26  VSO EVE Network Driver version 0.4                              32
2015-04-13 03:51  What's Running 3.0                                              32
2014-10-20 09:49  Windows Inspection Tool Set 3.2.3 (64 bit)                      64
2014-06-28 21:31  Windows Installer Clean Up                                      32   C:\Program Files (x86)\MSECACHE\WICU3\
2015-07-20 17:48  WinPcap 4.1.2                                                   32
2014-05-19 20:26  Wise Registry Cleaner 7.94                                      32
2016-02-02 22:06  Zemana AntiMalware                                              32

Or 141 programs.

Control Panel also shows 141 Programs

Other sofware uninstallers that I use list the following:


141 Programs (AUP)
140 Programs (IOBit)
143 Programs (Geek)
127 Programs (Soft Organizer)
132 Programs (UVK)
143 Programs (WinAudit)
140 Programs (S***Cleaner)
156 Programs (Ccleaner)
165 Programs (ESET SysInspector)
171 Programs (Belarc)
171 Programs (Farbar)
172 Programs (D7)
 
Last edited:

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD C-60 APU with Radeon(tm) HD Graphics
Motherboard
ASUSTeK COMPUTER INC. X501U
Memory
4.00 GB
Graphics Card(s)
AMD Radeon HD 6290 Graphics
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
Hitachi HTS545050A7E380 SATA Disk Device
Antivirus
Comodo CIS & FW, SecureAplus App Whitelisting, Threatfire
Browser
Cyberfox 64bit, Opera 64bit, Airfox
Other Info
Spy-The-Spy, HitmanPro.Alert, Norton Connect Safe, MJRegWatcher, BitDefender TrafficLight, Voodoo Shield, Zemana AntiMalware
Callender what do you get if you run Belarc?
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home made Desktop
OS
Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
CPU
Intel i7-6800K @ 4.3
Motherboard
ASUS X-99 Deluxe II
Memory
Corsair Platinum 16 gig @2400
Graphics Card(s)
EVGA GTX 1070 OC
Monitor(s) Displays
Asus 27" LED LCD/VE278Q
Screen Resolution
1920-1080 or 1280-720 HDMI
Hard Drives
INTEL SSD 730-240 Gb Sata 3.0/
PSU
EVGA Platium 1200W
Case
Phanteks Luxe Tempered Glass 8 fans/ one radiator
Cooling
XSPC/ Water Cooled CPU
Keyboard
Das 4 Professional
Mouse
Logitech M705/MX Anywhere 2-S
Internet Speed
100 mbits
Antivirus
Microsoft Security Essentials/ Malwarebytes Premium 3.0/ SAS
Browser
I.E. 11 default/Firefox/ ISP Time Warner Cable/Spectrum
Other Info
LG BluRay Burner/
Sound system-KLipsch-THX/
Icy Dock ssd Hot Swap bays.
Callender what do you get if you run Belarc?

I get 171 Programs installed. Added to the list in my earlier post. So far it wins.

Edit. Belarc ties with Farbar.

Edit. D7 lists 172 Programs. I use an old version that was free and has more functionality than the currently available version.

D7 v6.6.4.jpg
 
Last edited:

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD C-60 APU with Radeon(tm) HD Graphics
Motherboard
ASUSTeK COMPUTER INC. X501U
Memory
4.00 GB
Graphics Card(s)
AMD Radeon HD 6290 Graphics
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
Hitachi HTS545050A7E380 SATA Disk Device
Antivirus
Comodo CIS & FW, SecureAplus App Whitelisting, Threatfire
Browser
Cyberfox 64bit, Opera 64bit, Airfox
Other Info
Spy-The-Spy, HitmanPro.Alert, Norton Connect Safe, MJRegWatcher, BitDefender TrafficLight, Voodoo Shield, Zemana AntiMalware
Problem I see is the op didn't want to have to install anything :p
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom assembled by me :}
OS
Win-7-Pro64bit 7-H-Prem-64bit
CPU
i7-5930K 2nd i9-9940x both water blocked VRM's too
Motherboard
ASUS SABERTOOTH X99 2nd ASUS x299 Apex
Memory
Trident-z 3200C14 2nd Trident-z 3600C16
Graphics Card(s)
EVGA 1080ti ftw3 2nd Titan Xp both water blocked
Sound Card
Built-in Realtek
Monitor(s) Displays
1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24" 144Hz
Screen Resolution
1920 x 1080 144Hz
Hard Drives
2-Samsung M.2 Evo & Evo Plus
2-Samsung 850 EVO 500GB SSD's/ 3-2.5 W.D. Black 1tb-&3-1tb/3-3.5 WD Black 1tb hdd's
PSU
EVGA SuperNOVA 1000-P2 2nd 1200-P2
Case
2-Corsair Obsidian Series 450D Black ATX Mid Tower
Cooling
Custom water loops
Keyboard
Logitech G710+/ 2nd Logitech G910
Mouse
2-RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
Internet Speed
Comcast Ping 19ms 89.31mbps download speed 6.12mbps upload
Antivirus
Malwarebytes Pro/ Superantispyware Pro
Browser
FireFox & Pale moon
Other Info
2nd ASUS X299 Apex/Intel i9-9940x with Custom water loop/7H-Prem-x64/Corsair 450D case/Ram Trident-z 3600C16 4x8gb / Samsung970Evo plus 500gb SSD/Dual ssd EZ swap evo/PSU EVGA SuperNova 1200w-P2 80+Platinum/GPU Titan Xp /8-ML-140 on push-pull on 2-280GTX rads
Problem I see is the op didn't want to have to install anything :p

Yes you're correct of course. The OP has contradicted the question contained in the first post when posting the following:

Thank you. I was hoping to have some tool already available in Windows because to use what you suggested I will have to explain to the person how to download and install it first.

It's still interesting to see what is listed by various methods. :)
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD C-60 APU with Radeon(tm) HD Graphics
Motherboard
ASUSTeK COMPUTER INC. X501U
Memory
4.00 GB
Graphics Card(s)
AMD Radeon HD 6290 Graphics
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
Hitachi HTS545050A7E380 SATA Disk Device
Antivirus
Comodo CIS & FW, SecureAplus App Whitelisting, Threatfire
Browser
Cyberfox 64bit, Opera 64bit, Airfox
Other Info
Spy-The-Spy, HitmanPro.Alert, Norton Connect Safe, MJRegWatcher, BitDefender TrafficLight, Voodoo Shield, Zemana AntiMalware
Other sofware uninstallers that I use list the following:

141 Programs (AUP)
140 Programs (IOBit)
143 Programs (Geek)
127 Programs (Soft Organizer)
132 Programs (UVK)
143 Programs (WinAudit)
140 Programs (S***Cleaner)
156 Programs (Ccleaner)
165 Programs (ESET SysInspector)
171 Programs (Belarc)

How do you know which uninstaller is best to use when uninstalling a program ?
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
home built
OS
Multi-Boot W7_Pro_x64 W8.1_Pro_x64 W10_Pro_x64 +Linux_VMs +Chromium_VM
CPU
AMD Athlon II x4 620
Motherboard
Gigabyte GA-MA785G-UD3H
Memory
6GB GSkill DDR2 800
Graphics Card(s)
AMD 4670 GPU + AMD 4200 IGP
Sound Card
on board Realtek ALC889A
Monitor(s) Displays
RCA 40" LCD TV, Insignia 32" LCD TV, HP 15" LCD monitor
Screen Resolution
1680 x 1050
Hard Drives
OCZ Vertex 3 120GB,
Samsung F3 1TB (3),
Several others - WD, Seagate, Hitachi, ...
PSU
Corsair 500 W
Case
Rosewill mid tower
Cooling
CM 90mm rifle
Keyboard
Gyration wireless, Logitech wireless, Dell USB wired
Mouse
Gyration wireless, Logitech wireless, V7 USB wired
Internet Speed
Spectrum - 100Mbps D / 10Mbps U
Antivirus
Avast, MBAM3, EMET, WinPatrol
Browser
Pale Moon, Firefox, IE
Other Info
2 multi-boot PC's
Mainly HTPC/Office/Gen purpose (no gaming).
Trendnet USB KVM.
LG DVD burner/Blue Ray Player.
Tray system for removable SATA backup drives.

Not currently OCd, under-volted.
I use Hybrid sleep, rarely re-boot or shutdown.

Hauppauge HD-PVR, Avermedia PCIe TV Tuner, Hauppauge PCI TV Tuner.
Actually it was not correct for me to say that those are all uninstallers. Currently I find that Soft Organizer does the best job but I might use Geek or similar if the program isn't listed in the list of programs that used Windows Installer when they were installed.

I will always perform a manual file and registry search in any case.
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD C-60 APU with Radeon(tm) HD Graphics
Motherboard
ASUSTeK COMPUTER INC. X501U
Memory
4.00 GB
Graphics Card(s)
AMD Radeon HD 6290 Graphics
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
Hitachi HTS545050A7E380 SATA Disk Device
Antivirus
Comodo CIS & FW, SecureAplus App Whitelisting, Threatfire
Browser
Cyberfox 64bit, Opera 64bit, Airfox
Other Info
Spy-The-Spy, HitmanPro.Alert, Norton Connect Safe, MJRegWatcher, BitDefender TrafficLight, Voodoo Shield, Zemana AntiMalware
I understand that the OP doesn't want a 3rd party but I don't know of any way to do what the OP wants without a 3rd party program.
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home made Desktop
OS
Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
CPU
Intel i7-6800K @ 4.3
Motherboard
ASUS X-99 Deluxe II
Memory
Corsair Platinum 16 gig @2400
Graphics Card(s)
EVGA GTX 1070 OC
Monitor(s) Displays
Asus 27" LED LCD/VE278Q
Screen Resolution
1920-1080 or 1280-720 HDMI
Hard Drives
INTEL SSD 730-240 Gb Sata 3.0/
PSU
EVGA Platium 1200W
Case
Phanteks Luxe Tempered Glass 8 fans/ one radiator
Cooling
XSPC/ Water Cooled CPU
Keyboard
Das 4 Professional
Mouse
Logitech M705/MX Anywhere 2-S
Internet Speed
100 mbits
Antivirus
Microsoft Security Essentials/ Malwarebytes Premium 3.0/ SAS
Browser
I.E. 11 default/Firefox/ ISP Time Warner Cable/Spectrum
Other Info
LG BluRay Burner/
Sound system-KLipsch-THX/
Icy Dock ssd Hot Swap bays.
I've been trying a few command lines and powershell scripts but none of them list everything!
 

My Computer My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ASUS
OS
Microsoft Windows 7 Home Premium 64-bit 7601 Multiprocessor Free Service Pack 1
CPU
AMD C-60 APU with Radeon(tm) HD Graphics
Motherboard
ASUSTeK COMPUTER INC. X501U
Memory
4.00 GB
Graphics Card(s)
AMD Radeon HD 6290 Graphics
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
Hitachi HTS545050A7E380 SATA Disk Device
Antivirus
Comodo CIS & FW, SecureAplus App Whitelisting, Threatfire
Browser
Cyberfox 64bit, Opera 64bit, Airfox
Other Info
Spy-The-Spy, HitmanPro.Alert, Norton Connect Safe, MJRegWatcher, BitDefender TrafficLight, Voodoo Shield, Zemana AntiMalware
Problem I see is the op didn't want to have to install anything :p

Yes you're correct of course. The OP has contradicted the question contained in the first post when posting the following:

Thank you. I was hoping to have some tool already available in Windows because to use what you suggested I will have to explain to the person how to download and install it first.

It's still interesting to see what is listed by various methods. :)
No doubt you're a mad scientist :D
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom assembled by me :}
OS
Win-7-Pro64bit 7-H-Prem-64bit
CPU
i7-5930K 2nd i9-9940x both water blocked VRM's too
Motherboard
ASUS SABERTOOTH X99 2nd ASUS x299 Apex
Memory
Trident-z 3200C14 2nd Trident-z 3600C16
Graphics Card(s)
EVGA 1080ti ftw3 2nd Titan Xp both water blocked
Sound Card
Built-in Realtek
Monitor(s) Displays
1-AOC G2460PG 24"G-Sync 144Hz/ 2nd 1-ASUS VG248QE 24" 144Hz
Screen Resolution
1920 x 1080 144Hz
Hard Drives
2-Samsung M.2 Evo & Evo Plus
2-Samsung 850 EVO 500GB SSD's/ 3-2.5 W.D. Black 1tb-&3-1tb/3-3.5 WD Black 1tb hdd's
PSU
EVGA SuperNOVA 1000-P2 2nd 1200-P2
Case
2-Corsair Obsidian Series 450D Black ATX Mid Tower
Cooling
Custom water loops
Keyboard
Logitech G710+/ 2nd Logitech G910
Mouse
2-RedDragon M901 Perdition 16400 dpi Gaming mouse = wired
Internet Speed
Comcast Ping 19ms 89.31mbps download speed 6.12mbps upload
Antivirus
Malwarebytes Pro/ Superantispyware Pro
Browser
FireFox & Pale moon
Other Info
2nd ASUS X299 Apex/Intel i9-9940x with Custom water loop/7H-Prem-x64/Corsair 450D case/Ram Trident-z 3600C16 4x8gb / Samsung970Evo plus 500gb SSD/Dual ssd EZ swap evo/PSU EVGA SuperNova 1200w-P2 80+Platinum/GPU Titan Xp /8-ML-140 on push-pull on 2-280GTX rads
Thank you fellas for your research into this.

You are correct. I was hoping to find a Windows-only solution. But now it looks like I need a third party software to do that. So from all that were suggested, is there one that runs just from an exe, without the need to install anything?
 

My Computer My Computer

OS
Windows
CCleaner has a portable version here:
CCleaner - Builds

On the Tools / Uninstall window there is a Save to text file... button that saves a list of installed programs.

Or, can you get them to download and run TeamViewer Quick Support (portable) so you can connect remotely ?
 

My Computer My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
home built
OS
Multi-Boot W7_Pro_x64 W8.1_Pro_x64 W10_Pro_x64 +Linux_VMs +Chromium_VM
CPU
AMD Athlon II x4 620
Motherboard
Gigabyte GA-MA785G-UD3H
Memory
6GB GSkill DDR2 800
Graphics Card(s)
AMD 4670 GPU + AMD 4200 IGP
Sound Card
on board Realtek ALC889A
Monitor(s) Displays
RCA 40" LCD TV, Insignia 32" LCD TV, HP 15" LCD monitor
Screen Resolution
1680 x 1050
Hard Drives
OCZ Vertex 3 120GB,
Samsung F3 1TB (3),
Several others - WD, Seagate, Hitachi, ...
PSU
Corsair 500 W
Case
Rosewill mid tower
Cooling
CM 90mm rifle
Keyboard
Gyration wireless, Logitech wireless, Dell USB wired
Mouse
Gyration wireless, Logitech wireless, V7 USB wired
Internet Speed
Spectrum - 100Mbps D / 10Mbps U
Antivirus
Avast, MBAM3, EMET, WinPatrol
Browser
Pale Moon, Firefox, IE
Other Info
2 multi-boot PC's
Mainly HTPC/Office/Gen purpose (no gaming).
Trendnet USB KVM.
LG DVD burner/Blue Ray Player.
Tray system for removable SATA backup drives.

Not currently OCd, under-volted.
I use Hybrid sleep, rarely re-boot or shutdown.

Hauppauge HD-PVR, Avermedia PCIe TV Tuner, Hauppauge PCI TV Tuner.
Back
Top