Get a list of Software installed on your PC using PowerShell

Posted by KrishKT KrishKT
Options
Just easy enough to run below cmdlet,

Get-WmiObject -Class Win32_Product | Select-Object -Property Name

ps apps installed