Windows - put HDD stand-by and sleep mode
- by iulianchira
How can I put a hard disk drive in stand-by or sleep mode in Windows, in a programmatic manner.
Does the Windows API or any .Net libraries provide any functions to achieve this? (I am aware that I should probably not interfere with Windows's power management mechanism, but this is not something I intend to use in a production environment, it is a proof of concept for some algorithms).