windows registry

  • Thread starter Thread starter iolav
  • Start date Start date
I

iolav

Hello, I would like know (if exists?!?) an algorithm to find all
application installed and their execution path (path + file name).

Thanks in advance...
 
It would depend on the definition of the word 'installed'. The
HKey_Classes_Root hive contains all file associations for your system, and
what 'open' action to use for it, but there are executable files copied to
your system with no entry in the registry at all. If you did a Search
(including system and hidden files,) for *.exe, *.com, and so on, you would
see all the executable file names.
 
Hello, I would like know (if exists?!?) an algorithm to find all
application installed and their execution path (path + file name).

Thanks in advance...

That would be a bit of a job, depending on whether the program was
installed only for the current user or all users.
If you just want to know the path to the programs' executables you
could get the info from this excellent system reader utility (free):

SIW
http://www.gtopala.com/siw-download.html

Look under Software => Applications
 

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

Back
Top