Last active
October 10, 2019 15:47
-
-
Save kmondesir/b0d6fddd72be655df5c14fb4bd514d2b to your computer and use it in GitHub Desktop.
Get all installed software
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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