Spin Down Hard Disk Programmatically on Windows?

前端 未结 5 442
名媛妹妹
名媛妹妹 2021-02-01 19:44

How do you request Windows to spin down a hard disk programmatically? Is there any user-mode function I can call (or kernel-mode function to call or IRP to send) in order to mak

5条回答
  •  轮回少年
    2021-02-01 20:11

    I believe the Devcon Command line utility should be able to accomplish what you need to do. If it does - the source code is available in the Windows Ddk.

提交回复
热议问题