Just imagine everytime you wish to open a file, it will always update the file property on when it was last accessed. Not only does it encourage frequent writing to the harddisk, I'm sure there is an impact on performance whenever files are opened, or even searched.
Do the following to disable this last access feature:
- Goto Start > Run
- Type cmd
- Type fsutil behavior set disablelastaccess 1
You will need to be in the administrator account in order to do this. That is all to it. To re-enable it, just type fsutil behavior set disablelastaccess 0.
Note that fsutil is quite a useful command prompt utility. It can also do quota management.
No comments:
Post a Comment