Skip to main content

Notes

Show GUID installed applications

wmic product get Name,IdentifyingNumber

Check installed applications

  • Machine x64: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
  • Machine x86: HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall
  • User x64: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
  • User x86: HKCU\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall