如何在 Windows 和 Mac 上获取硬件 UUID
我想知道是否有办法在 windows 和 mac 上获取此信息?就像我们可以通过 [[UIDevice currentDevice] uniqueIdentifier] 在 iPhone 上获取它一样。提前致谢!
I wonder if there is a way to get this info on windows and mac? Like the way we can get it on iphone via [[UIDevice currentDevice] uniqueIdentifier]. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请注意, [[UIDevice currentDevice] uniqueIdentifier] 在 iOS 中已弃用,对于 OS X,您可以从 gethostuuid() 或注册表获取它,例如:
Be aware that [[UIDevice currentDevice] uniqueIdentifier] is deprecated in iOS , for OS X you can get it from gethostuuid() or the registry e.g.:
适用于 Windows< /a>
运行 mountvol 命令!
for windows
run mountvol command !
通过Windows Management Instrumentation。
Via Windows Management Instrumentation.