JSI Tip 0213 - A tweak for NTFS performance.

Jerold Schulman

August 1, 1997

1 Min Read
ITPro Today logo

When Windows NT lists a directory (Explorer, DIR command, etc.) on an NTFS volume, it updates the LastAccess time stamp on each directory it detects. If there are a very large number of directories, this could effect performance. A new registry entry allows you to control this behavior. Edit:

HKEY_LOCAL_MACHINESystemCurrentControlSetControlFileSystem

Add Value name NtfsDisableLastAccessUpdate of type REG_DWORD. Set it to 1 to prevent the LastAccess time stamp from being updated.


Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like