I'm trying to get my motherboard's serial number through the following command in windows 10 cmd:
wmic baseboard get serialnumber
but I receive this Error:
wmic is not recognized as an internal or external command, operable program or batch file
while, this command works on other systems of mine (for example my office pc). What may be wrong with it?