Improve NTFS performance in XP Pro
If you're new here, you may want to subscribe to Windows Reference RSS feed Thanks for visiting!
The NTFS File System is essentially a huge database that keeps track of all the files on your Windows XP Pro hard disk. When you create a file, or edit and then resave that file, the NTFS creates an entry and records the date in the Created or Modified timestamp so you can access the Properties sheet of the file and check the Created or Modified entries later.
NTFS also creates and keeps track of another timestamp called Accessed. The timestamp lists the date on which the file was last accessed and whether the file was opened and read or changed and saved. Each time NTFS updates a file’s Properties sheet, an accompanying disk read/write operation occurs. Since the Accessed timestamp does not add much useful information, you may consider the read/write operation incurred to record it wasteful.
If you have an application, such as a search tool, that frequently accesses many files for a simple read operation, the operation required to update each file’s Accessed timestamp can drain your system’s performance. You can use disable the Accessed timestamp using the FSUtil command.
Using FSUTIL Command
Go to Start—>Run type cmd
Now command prompt will open here type the following command line
FSUTIL behavior set disablelastaccess 1
If you wish to turn the Accessed attribute back on, simply repeat the command and replace 1 with 0.
Open a Command Prompt window.
Type the following command line
FSUTIL behavior set disablelastaccess 0
Random Posts
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically each day to your feed reader.






No comments yet.
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>