Skip to content

Instantly share code, notes, and snippets.

@kmondesir
Last active October 10, 2019 15:47
Show Gist options
  • Save kmondesir/b0d6fddd72be655df5c14fb4bd514d2b to your computer and use it in GitHub Desktop.
Save kmondesir/b0d6fddd72be655df5c14fb4bd514d2b to your computer and use it in GitHub Desktop.
Get all installed software
$allSystemSoftware = Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment