Last active
September 7, 2019 12:14
-
-
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.
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