Skip to content


Get serial number off Dell Laptop

Summary of Issue

If you need to get the serial number off of a Dell PC you can use the following command.

Methods to resolve the problem

user@computer:$ wmic bios get serialnumber

Or you can make it a script:

@echo off
REM Command to get Service Tag in XP
wmic bios get serialnumber
pause

Tested

September 2009

Posted in Hardware.

Tagged with , .


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.