ghacks Technology News

Remove Ntfs Timestamps to speed up Vista


If you are using the nfts filesystem in windows xp you might know this registry hack to speed things up a little bit. The default mode is that every time you alter a file a timestamp will be saved which is for most users completely useless. Some backup programs or synchronizers use this feature but most others don’t.

If you are not using a program that needs the timestamp you can easily edit the registry key in vista to speed up your system. Hit Windows + R, type regedit and press enter.  Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem

Right-click the key NtfsDisableLastAccessUpdate and change the value of it to 1. While you are there you could also disable the creation of files in Dos format (8+3) by altering the value of the key NtfsDisable8dot3NameCreation to 1 as well.



Tags: , , , , , , ,
Categories: Operating Systems, Windows




Related posts:

  1. Block installation of Windows XP SP3 and Vista SP1
  2. Disable Balloon Tips in Windows Vista
  3. Remove System Folders from the Startmenu
  4. Change the Print Spooler Directory
  5. Search in all Filetypes in Windows XP
  6. Extend Vista Activation Period to 12 Months
  7. Remove Windows Media Player Menu Items
  8. Disable Recent Documents Listing in Registry

7 Responses to “Remove Ntfs Timestamps to speed up Vista”

  1. MrBuddha says:

    Not sure whether this works in Vista, but in XP you can also do that on the command line without the need to modify the registry directly:

    fsutil behavior set disablelastaccess 1

    and

    fsutil behavior set disable8dot3 1

    Providing a 0 instead of the 1 activates the features again.

  2. Martin says:

    I try that out the next time I boot into Vista.

  3. Martin says:

    MrBuddha yes it is working

  4. Thomas says:

    On Windows Vista, updating last access timestamps is disabled by default, so the “trick” doesn’t do anything useful.

    You can use “fsutil behavior query” to check that this is true.

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

© 2005-2010 Ghacks.net. All Rights Reserved. Privacy Policy - About Us