In accordance with this publication, information is stored in the first 28 bytes of the SlowInfoCache registry value found on the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache
Value format (in VB.Net):
Structure SlowInfoCache Dim cLen As Integer ' size of the SlowInfoCache (552 bytes) Dim Flag As Boolean ' has a name Dim Size As Long ' program size in bytes Dim LastUsed As Long ' API-style FILETIME Dim Frequency As Integer ' 0-2 = rarely; 3-9 = occassionaly; 10+ = frequently Dim Path As String ' remaining 524 bytes (max path of 260 + null) in unicode End Structure
If you are interested in other information displayed on the control panel β "Add or Remove Programs", you will find it for each product under the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
source share