CyberKeeda In Social Media

Windows Server : One Liner Command to get List of Installed Software

 


Open Windows Command Prompt and type wmic and hit enter.

C:\Users\Administrator>wmic

wmic:root\cli>


Now hit the below command to extract a report in text file named list.txt



C:\Users\Administrator>wmic

wmic:root\cli> /output:C:\list.txt product get name, version

Above command will extract a list of installed programs, saved within C directory. 

No comments:

Post a Comment

Designed By Jackuna