Software Uninstall Record

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
 
M

Mark V

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top