有没有办法使用 win32 API 调用获取 MachineGuid(而不是从注册表中读取它)

Is there any way to get MachineGuid using win32 API call (not reading it maually from registry)?

本文关键字:注册表 读取 MachineGuid win32 获取 调用 API 有没有      更新时间:2023-10-16

有没有办法使用 win32 API 调用获取 MachineGuid(而不是从注册表中读取它)?

你应该能够使用 WMI Win32_ComputerSystemProduct 类获取 GUID。