Nastavitve izklopa diskov

Konec

Guru
Izključen uporabnik
22. avg 2007
1.924
753
113
GO rica
V racunalnik sem za sistem ugradil ssd disk in opravil par nastavitev po tem vodicu.
Nastavil sem naj se disk nikoli ne izlaplja, ker pa imam v racunalniku tudi navaden magnetni disk za dokumente bi zelel da se ta disk vseeno izklaplja. Sedaj nevem ali ta nastavitev v vodicu velja samo za ssd ali ko nastavis na nikoli to velja za vse diske v racunalniku?
 

bratusm

Fizikalc
29. jan 2014
615
38
28
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
 
Nazadnje urejeno:

ngc2392

Guru
4. okt 2007
2.172
512
113
kranj
ok, ne velja za napredne uporabnike
smile-1.gif