6.03.2016

Extract a Text list of Windows Programs and Features

Extract a Text list of Windows Programs and Features

Powershell: Get-WmiObject Win32_Product | Sort-Object Name | Select Name,version,Vendor |export-csv myprogramlist.csv

WMIC: wmic product get name,version,vendor >myprograms.txt


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.