How to find UUID and SERIAL number?
Posted: Mon 13 Feb 2017, 17:12
UUID, open PowerShell in Windows
SERIAL number, open CMD in Windows
You can also find system info with system information,open CMD in Windows
Code: Select all
get-wmiobject Win32_ComputerSystemProduct | Select-Object -ExpandProperty UUID
Code: Select all
WMIC BIOS GET SERIALNUMBER
Code: Select all
msinfo32