Skip to content

Instantly share code, notes, and snippets.

@thiagotpc
Created July 25, 2016 15:17
Show Gist options
  • Save thiagotpc/71968f0d0e1cb4dd4cf98e4cb3f5dde4 to your computer and use it in GitHub Desktop.
Save thiagotpc/71968f0d0e1cb4dd4cf98e4cb3f5dde4 to your computer and use it in GitHub Desktop.
get list installed software on windows
Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment