NETWizz
Well-Known Member
- Reaction score
- 2,037
Ever working on a typical, Big-Box desktop or laptop? i.e. A Dell and want the Service Tag/Serial Number, yet the sticker is hard to find, in microprint, under the battery, in the setup utility, or you have to install silly utilities like Dell Detect.
Try this from a command prompot.
wmic bios get serialnumber
Then to convert to an express code:
http://creativyst.com/Doc/Articles/HT/Dell/DellNumb.htm
Basically, what dell does is use Base 32 for the numbering of serial numbers. Hence, they use 0 - 9, and A-Z
The express code is base 10 with 0-9
Try this from a command prompot.
wmic bios get serialnumber
Then to convert to an express code:
http://creativyst.com/Doc/Articles/HT/Dell/DellNumb.htm
Basically, what dell does is use Base 32 for the numbering of serial numbers. Hence, they use 0 - 9, and A-Z
The express code is base 10 with 0-9