Skip to content

Instantly share code, notes, and snippets.

@oko
Created August 21, 2019 19:14
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 oko/f1a900dc2c009a500fc52e3cd4b6820f to your computer and use it in GitHub Desktop.
Save oko/f1a900dc2c009a500fc52e3cd4b6820f to your computer and use it in GitHub Desktop.
Get-ChildItem "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" | % { Get-ItemProperty $_.PSPath -Name DisplayName | Select -Property DisplayName } | Sort-Object -Property DisplayName | ConvertTo-Json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment