Skip to content

获取系统唯一信息

Windows

Windows 获取系统的 UUID 信息:

bash
wmic csproduct get uuid

Linux

Linux(需要 root 权限):

bash
dmidecode -s system-uuid