How To Check If An Application Is Istalled On Windows

[Solved] How To Check If An Application Is Istalled On Windows | Shell - Code Explorer | yomemimo.com
Question : how to check if an application is istalled on windows cmdline

Answered by : xenophobic-xenomorph-zhc4cy5xvuec

Get-WmiObject -Class Win32_Product | Select-Object -Property Name > C:\InstalledSoftwareList.txt

Source : https://www.maketecheasier.com/get-installed-software-list-windows/ | Last Update : Fri, 08 Oct 21

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

Code Explorer Popular Question For Shell