Answers for "how to check if an application is istalled on windows cmdline"

0

how to check if an application is istalled on windows cmdline

Get-WmiObject -Class Win32_Product | Select-Object -Property Name > C:\InstalledSoftwareList.txt
Posted by: Guest on October-01-2021

Code answers related to "how to check if an application is istalled on windows cmdline"

Browse Popular Code Answers by Language