Use Windows Management Instrumentation Command line tool (WMIC) in the Command Prompt window, that will help you to get List of Programs.
Step 1:
Open Command Prompt, Win + R (type "cmd")
Step 2:
type “wmic” and press Enter at command prompt.
You will get prompt as wmic:root\cli>
Type following command that will create text file with the details.
wmic:root\cli> /output:C:\ListOfInstalledPrograms.txt product get name,version
Note: you can use any number of column at the end of command
once the command is executed, it will be back to command prompt, type "exit" to quite from wmic prompt.
Step 1:
Open Command Prompt, Win + R (type "cmd")
Step 2:
type “wmic” and press Enter at command prompt.
You will get prompt as wmic:root\cli>
Type following command that will create text file with the details.
wmic:root\cli> /output:C:\ListOfInstalledPrograms.txt product get name,version
Note: you can use any number of column at the end of command
once the command is executed, it will be back to command prompt, type "exit" to quite from wmic prompt.
No comments:
Post a Comment
Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.Please don't spam,spam comments will be deleted upon reviews.