Skip to content

Instantly share code, notes, and snippets.

View rodrigoborgesdeoliveira's full-sized avatar

Rodrigo Borges de Oliveira rodrigoborgesdeoliveira

View GitHub Profile
@rodrigoborgesdeoliveira
rodrigoborgesdeoliveira / winget-file-hash.ps1
Created January 26, 2023 14:21
Get file's hash using winget
winget hash --file <path-to-file>
@rodrigoborgesdeoliveira
rodrigoborgesdeoliveira / product-code-registry-locations.md
Created January 26, 2023 14:30
Possible registry locations to find an installed program and get the product code from
  • HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
  • HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall
  • HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall