Delphi中如何获取主板序列号?
可能的重复:
如何获取主板 ID 或序列号?[Delphi]
Delphi中有没有免费的组件可以获取主板序列号?
Possible Duplicate:
how to get motherboard id or serial number ?[Delphi]
Is there any free component to get the motherboard serial number in Delphi?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您绝对需要组件: MagWMI 组件允许访问和更新 Windows 系统使用 Windows Management Instrumentation (WMI) 的信息
If you absolutely need a component : MagWMI component allows access and update of windows system information using Windows Management Instrumentation(WMI)
如果您正在寻找免费的 Delphi WMI 库,请查看 StackOverflow 用户的 GLibWMI 项目 < a href="https://stackoverflow.com/users/17487/neftali">内夫塔利
If you are looking for a free Delphi WMI library, have a look at GLibWMI project by StackOverflow user Neftalí