What “wmic bios get serialnumber” actually retrieves?

*爱你&永不变心* 提交于 2019-12-21 03:52:09

问题


I wonder what sort of serialnumber wmic bios get serialnumber Windows commad actually gives you?

Is it serial number of your motherboard? Documentation is not clear about it.


回答1:


the wmic bios get serialnumber command call the Win32_BIOS wmi class and get the value of the SerialNumber property, which retrieves the serial number of the BIOS Chip of your system.




回答2:


run cmd

Enter wmic baseboard get product,version,serialnumber

Press the enter key. The result you see under serial number column is your motherboard serial number




回答3:


wmic bios get serialnumber     

if run from a command line (start-run should also do the trick) prints out on screen the Serial Number of the product,
(for example in a toshiba laptop it would print out the serial number of the laptop.
with this serial number you can then identify your laptop model if you need ,from the makers service website-usually..:):)

I had to do exactly that.:):)



来源:https://stackoverflow.com/questions/18911180/what-wmic-bios-get-serialnumber-actually-retrieves

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!