windows:get_last_accessed_date_and_time_of_all_applications
This is an old revision of the document!
Windows - Get last accessed date and time of all applications
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall does not contain the last accessed date and time, but does contain a list of all applications installed.
Get the file path of the installed applications: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
The properties of the file from the file path should show last accessed date and time.
WARNING: The registry path with the “App Paths” may not contain all software.
TODO: Check if this is True.
windows/get_last_accessed_date_and_time_of_all_applications.1577978695.txt.gz · Last modified: 2020/07/15 09:30 (external edit)