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

SQL Server–Alter failed for Server

Generate Data Time Dimension Table in SAP HANA

Access HANA view in SQL Console