Wednesday, June 17, 2015

How to Know Install Software with CMD?

Do you want to know install software install in your system.
Just type following command in your cmd or Create Batch file.

Open Run-->CMD
Type Command

wmic product get name

Or want to creat batch File

Copy above Command in Notpad

wmic product get name >> Info.txt

save this file info.bat

now run your info.bat file you will all information in notpad format.

No comments:

Post a Comment