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
C:\> wmic bios get serialnumberOr you can make it a script:
@echo off REM Command to get Service Tag in XP wmic bios get serialnumber pause
Tested
September 2009
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
You must be logged in to post a comment.