Skip to content

Instantly share code, notes, and snippets.

@kmondesir
Last active September 7, 2019 12:14
Show Gist options
  • Save kmondesir/7e5ac4b7b9f9c934ad39f2a93ec24ff9 to your computer and use it in GitHub Desktop.
Save kmondesir/7e5ac4b7b9f9c934ad39f2a93ec24ff9 to your computer and use it in GitHub Desktop.
PowerShell script for getting all software currently installed on a Win 10 system.
$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