Hard Drive Speed Boost
On my laptop, Windows constantly is resetting the hard drive speed to PIO which makes it crawl. Prior to this tweak, I had to delete the IDE driver and then reboot twice. Thanks to James Barton for this tweak
Forcing UltraDMA-6
- Open up the Registry Editor.
- Navigate to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}.
- There are several sub-keys under this one, such as 0000, 0001, etc. You are interested in two of them that say Primary IDE Channel and Secondary IDE Channel.
- Make the following changes to both of those keys:
- Delete any attributes named MasterIdDataCheckSum or SlaveIdDataCheckSum. This resets the tracking for errors that Windows uses to determine when the transfer mode should be lowered.
- Add an attribute with the name ResetErrorCountersOnSuccess and a DWORD value of 1. This tells Windows that it should lower the transfer mode when there are six consecutive errors instead of six cumulative errors.
- If they exist, set the following keys to a hexadecimal value of ffffffff (eight F’s). This will change the transfer modes to UltraDMA-6:
- MasterDeviceTimingMode
- MasterDeviceTimingModeAllowed
- SlaveDeviceTimingMode
- SlaveDeviceTimingModeAllowed
- UserMasterDeviceTimingModeAllowed
- UserSlaveDeviceTimingModeAllowed
- Reboot your computer and check the devices to see if they are set to UltraDMA Mode 6.
Created on July 4, 2006 00:16:17
by
Max Dunn
(69.226.231.152)