WMIC is an acronym whose full form is Windows Management Interface Command. This is a very important and used command in Microsoft's operating system. The utility of this command is very, with this command you can easily find out the serial number, model number of your laptop, computer desktop. Not only this, you can also find out the MAC address of your computer, the size of the RAM, the model number of the motherboard.
So how can you know all this? Let us see its commands further. If you like working on CMD then this will be great fun for you!!!
First of all I would suggest you to open the command prompt. But open only by doing open run as administrator. Doing this gives a lot of rights to your command prompt.
Common WMIC Command
Find Computer Name , Host Name & Types of OS (like 64 bit or 32 bit) :-
Command for host name & computer name :-
command :- wmic computersystem get name
Command :- wmic computersystem get name, systemtype
Find Model Of Your Computer -
For getting model number of your computer , just type below command on CMD & press enter.
command :- wmic computersystem get model
Command :- wmic bios get serialnumber
&
wmic csproduct get identifyingnumber
Check MAC Address of computer
command :- wmic nic get macaddress,description
Check computer manufacturer
command :- wmic computersystem get manufacturer
Friends, how did you like this information, do tell us. If there is any correction or error then let us know, we will definitely rectify it.Related Post :-
Thanks,
Post a Comment