How to find UUID and SERIAL number?

Moderator: Theet

Theet
Posts: 200
Joined: Mon 27 Sep 2010, 16:35

How to find UUID and SERIAL number?

Post by Theet »

UUID, open PowerShell in Windows

Code: Select all

get-wmiobject Win32_ComputerSystemProduct | Select-Object -ExpandProperty UUID
SERIAL number, open CMD in Windows

Code: Select all

WMIC BIOS GET SERIALNUMBER
You can also find system info with system information,open CMD in Windows

Code: Select all

msinfo32