Software Uninstall Record

  • Thread starter Thread starter HKReader HKfai
  • Start date Start date
H

HKReader HKfai

Hi,

I would like to run a script to make a text file for
uninstall registry.
HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/WINDOWS/
CURRENTVERSION/UNINSTALL

Just includes display name and display version of software
in text files

Please help.

Thanks
 
HKReader HKfai wrote in
Hi,

I would like to run a script to make a text file for
uninstall registry.
HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/WINDOWS/
CURRENTVERSION/UNINSTALL

Just includes display name and display version of software
in text files

I'll be curious to see if anyone can do this. Since not every entry
has "DisplayName" and some have either nothing or "DisplayVersion" or
"Version" or "VersionMajor"/"VersionMinor" ...

You might do better using a 3rd-party tool. One would be psinfo.exe
from www.sysinternals.com (free).
Using it's "-s" switch you can list installed software.

Jv16 is another one as is AIDA32. The results may not be identical
though.
 
Back
Top