Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 C++ 或 C# 除了计算机名和 ip,我还能从 Windows 获得什么标识?我需要尽可能多的唯一标识 - 最重要的是:序列号、制造商、型号、Windows 许可证是否可能?
您可以从 WMI 获取序列号、资产标签、UUID、MAC 地址和无数其他识别信息。
WMI 表
ComputerSystem 表是有用的,Win32_BIOS 表也是如此。还有一个操作系统表。