Na tem forumu:
http://superuser.com/questions...each-hard-drive
pravijo da se da:
Citat:
Yes, it is possible to use individual idle times for each hard drive. You need to set the shortest idle time that should be used via the advanced power settings GUI. Then set individual longer idle times for each hard disk instance via registry, by setting the MinimumIdleTimeoutInMS key. This registry key sets the lower limit for the idle timer of the respective disk instance. So setting a value higher than the value used in the advanced power settings GUI will effectively keep the disk turned on for a longer time as it is configured in the GUI.
Example: You have three disks. Two of them should turn off after 20 minutes, and the third one after 3 hours:
Go to advanced power settings
Navigate to "Hard disk\Turn off hard disk after"
Set it to 20 minutes
Run regedit.exe
Navigate to "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\SCSI\DEVICEID \INSTANCE\DeviceParameters\Storport\" for the third harddisk.
DEVICEID is a unique identifier for the disk model, e.g. “Disk&Ven_Seagate&Prod_ST750LX003-1AC15”
INSTANCE is a unique identifier for the specific disk, should multiple disks of the same model be deployed, e.g. “ 4&2a8c9e62&0&000000”
Add the following key:
Name: MinimumIdleTimeoutInMS
Type: REG_DWORD
Specify a value of 10800000 to set the min. idle timer to 3 hours. (3*60*60*1000)
Konec citata.
Tu sicer piše za tri ure, če pa (po moje) daš na 24 ur, pomeni, da dela en nonstop... 24*60*60*1000 = 86400000