NTFS also creates and keeps track of another timestamp called Accessed. This shows the date that the file was last accessed and whether the file was opened andread 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 want to disable this waste ofconsider the read/write operation incurred to record it wasteful.
If you have an application installed, 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. Fortunately, you can use disable the Accessed timestamp using the FSUtil command. Here’s how:
- Click Start -> Run- Type cmd and press Enter
- Type in the following command:
FSUTIL behavior set disablelastaccess 1 If you wish to turn the Accessed attribute back on, simply repeat the command and replace 1 with 0.
Note: This tip applies only to Windows XP Professional.
Suggested Reading
- Firefox 2.0.0.10 Released: Download now
- How to "Save as PDF" in Microsoft Office 2007
- How to convert a basic disk to a dynamic disk in Windows Vista
- Download Windows Vista screensavers for Windows XP
- How to disable writing to USB devices in Windows Vista
- How to search Rapidshare for any file


