how to get installed software inventory

  • Thread starter Thread starter bruce
  • Start date Start date
B

bruce

there is stuff in the computer management/system
information but is there something that shows time/date
stamp of when applications were installed ?
thanks,
bruce
 
Check the Windows Installer log, which will give you some
info.

You could also read the last access time of the installed
files if you know what files were installed

To get a list of the installed programs then use regedit
from the run box (START, RUN, REGEDIT) then navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio
n\Uninstall]
 
Back
Top