 |
Enable the Write behind Caching
This tweak lets you enable the write behind caching feature of Windows for increasing the system performance.
Click Here to Run a Free Scan for None Related Errors
Description: The feature, write behind caching is used to write data to the fixed disks to increase the performance. This means that in the event of a system failure, there is a possibility that data would not be completely written to the disk. If you have a system critical application, you can disable this functionality to be sure that data is written directly to the disk bypassing the cache. For this, go to start > run menu, enter regedit and navigate to the registry path listed below. Now, create a binary value name, drivewritebehind in the right panel, if this value does not exist. Right-click this value name and modify the data value with 01 00 00 00 to enable the setting and 00 00 00 00 to disable it. Note: the value data can also be modified with 01 00 00 00 to enable the write behind on drive c or 00 00 00 80 to enable the write behind on drives/partitions c, d, e and f or to enable write behind on all local/remote drives (c to z) set with ff ff ff 03 and 00 00 00 00 to disable. Click ok and close the registry editor. Restart the system or logoff to see the changes taking effect.
Level: Recommended For Experts Only
Path: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem\] |
Location: Local Machine |
Value Name: DriveWriteBehind |
Data Type: REG_BINARY (Binary Value) |
Enabled Value: 00 00 00 00 |
Disabled Value: ff ff ff ff |
Action Type: Add an Entry |
|
 |
First, click the 'Start' button, and select 'Run'. In the resulting dialog box, type 'regedit'. |
|
 |
Next, go to <b> [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem\] </b> and create a Binary value as 'DriveWriteBehind'. |
|
 |
Now, right click on the Binary value 'DriveWriteBehind' and select 'Modify'. |
|
 |
Finally set the value data as '00 00 00 00' and click 'OK' to enable the Write behind Caching. |
|
|