如何使用java获取BIOS信息?
请告诉我是否可以使用java程序获取BIOS设置信息。我使用windows7作为操作系统。
Please let me know if i can get the BIOS setting information's using a java program.I am using windows7 as operating system.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您要阅读的信息。
Java 无法读取 BIOS,但 java 可以查询 WMI(google for jWMI),这可能会获取您需要的数据。
It rather depends on what information you're trying to read.
Java can't read the BIOS, but java can query the WMI (google for jWMI) which might get the data you need.