List Installed Applications in your Laptop

Get your installed application on your PC or laptop by using a single-line command in PowerShell. All theapplications will be stored in a text file.


Command:

Get-WmiObject -Class Win32_Product | Select-Object -Property Name > F:PCapps.txt

Comments

Popular posts from this blog

SSIS BULK INSERT–“fetch a row from OLE DB provider "BULK"…”

SSRS–Maximum request length exceeded

WEBI Query Properties