Collections:
Other Resources:
Registry Locations of Installed Programs on Windows 7
Where are registry locations for all installed programs and software on my Window 7 system?
✍: FYIcenter.com
Registry keys of installed programs and software are located in several places:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall - List of installed programs available to all users.
HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall - List of installed programs that are 32-bit on 64-bit system and available to all users.
HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall - List of installed programs available to the currently logged in user.
HKCU\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall - List of installed programs that are 32-bit on 64-bit system and available to the currently logged in user.
HKU\...\Software\Microsoft\Windows\CurrentVersion\Uninstall - List of installed programs available to a specific user.
HKU\...\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall - List of installed programs that are 32-bit on 64-bit system and available to a specific user.
⇒ View Registry Keys of Installed Programs on Windows 7
⇐ Uninstall Installed Programs and Software on Windows 7
2017-06-28, ∼3409🔥, 0💬
Popular Posts:
How to create your PHP configuration file, php.ini? If you have followed our Installing PHP Engine t...
Where to find tutorials on using Windows PowerShell? I want to learn everything about Windows PowerS...
Where to find tutorials on using Windows 10? I want to learn how to use Windows 10 more efficiently....
Can I disable Windows service "DCOM Server Process Launcher" to speedup my computer? Windows service...
Why I am getting the "Warning: Unresponsive Script" message box? How to avoid this message box? When...