Skip to content

Instantly share code, notes, and snippets.

@juanino
Created January 22, 2019 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanino/0b12e33dae81d3225b0fcda533b5118d to your computer and use it in GitHub Desktop.
Save juanino/0b12e33dae81d3225b0fcda533b5118d to your computer and use it in GitHub Desktop.
powershell list of installed apps
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