Linux:
# 获取主板序列号
sudo dmidecode -s system-serial-number
# 获取UUID
sudo dmidecode -s system-uuid
Windows:
# 主板序列号
wmic baseboard get serialnumber
# 获取UUID
wmic csproduct list full | findstr UUID
Linux、Windows获取主板序列号和UUID
阅读 184
2022-02-18
Linux:
# 获取主板序列号
sudo dmidecode -s system-serial-number
# 获取UUID
sudo dmidecode -s system-uuid
Windows:
# 主板序列号
wmic baseboard get serialnumber
# 获取UUID
wmic csproduct list full | findstr UUID
相关推荐
精彩评论(0)