开发者

How to check BIOS hard disk password status using Win32 API?

开发者 https://www.devze.com 2023-03-16 10:54 出处:网络
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?

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 t开发者_运维技巧his.

Thanks.


http://sourceforge.net/tracker/?func=detail&aid=1668007&group_id=136732&atid=736684

It supports XP SP2 and 2003 if driver implements ATA_PASS_THROUGH. It also supports 2000 and XP SP1 if undocumented IDE_PASS_THROUGH is available.

MSDN documents ATA_PASS_THROUGH (call DeviceIoControl).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号