Page 1 of 1

How to find UUID and SERIAL number?

Posted: Mon 13 Feb 2017, 17:12
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