Difference between revisions of "Registry Uninstall GUIDS"

From Wiki.CoreyBlair.US
Jump to navigation Jump to search
(Created page with "To find the Microsoft Windows Registry Uninstall GUIDS and other information, follow these paths in the registry <br/> <br/> 64bit apps :<code>HKEY_LOCAL_MACHINE\SOFTWARE\Micr...")
 
(No difference)

Latest revision as of 11:55, 5 February 2019

To find the Microsoft Windows Registry Uninstall GUIDS and other information, follow these paths in the registry

64bit apps

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall[1]

32bit apps on 64bit OS

HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall[2]


References

  1. Author: nhinkle, [1]
  2. Author: Annino, [2]