Category Archives: how to find uninstall code of application

How to retrieve Uninstall Information of various applications?

1. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\Application_Name
      

2. HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Application_Name
     (From here you can get information regarding the installed applications)