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.

Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook or Twitter.

Related Articles:

10 Simple Ways to Speed up Windows Vista
Speed up Hard Drives under Windows Vista
Speed Up Windows Vista Reinstallation
Manage NTFS Compression With NTFS Ratio
Format an USB Device as NTFS in Windows XP



About the Author:Martin Brinkmann is a journalist from Germany who founded Ghacks Technology News Back in 2005. He is passionate about all things tech and knows the Internet and computers like the back of his hand. You can follow Martin on Facebook or Twitter.

Author: , Saturday January 6, 2007 -
Tags:, , , , , , ,


Responses so far:

  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

Subscribe without commenting

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