如何使用Win32 API检查BIOS硬盘密码状态?
有些硬盘支持启动密码保护。是否有一个Win32 API可以调用来检查硬盘密码状态?
类:Win32_ComputerSystem 似乎没有这方面的字段。
谢谢。
Some hard disks support password protection on boot up. Is there a Win32 API that we can call to check for the hard disk password status?
The class: Win32_ComputerSystem doesn't seem to have a field on this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://sourceforge.net/tracker/?func=detail&aid=1668007& group_id=136732&atid=736684
MSDN 文档 ATA_PASS_THROUGH(调用 DeviceIoControl)。
http://sourceforge.net/tracker/?func=detail&aid=1668007&group_id=136732&atid=736684
MSDN documents ATA_PASS_THROUGH (call DeviceIoControl).