Whenever XP reads a file, it stamps the file with the date and time that you accessed it. This is not required for normal use unless you rely on the date of last access for backup purposes. Putting a timestamp on a file that has just been read means that a write access has to be made to disk, so every time a read is executed, a corresponding write is also executed.
To disable the last access timestamp behaviour, start a command prompt, enter the following command then reboot;
FSUTIL behavior set disablelastaccess 1
To turn timestamps back on, repeat the command but replace 1 with 0;
FSUTIL behavior set disablelastaccess 0
Subscribe to:
Post Comments (Atom)
-
This video tutorial demonstrates how to easily setup your Raspberry Pi as Android TV A big shout out to KonstaKang for providing a modified ...
-
This video demonstrates how to run Windows XP on Single board computers like RaspberryPi, TinkerBoard etc. Follow commands below to boot the...
-
How to modify BCD when installing a previous version of Windows onto a computer running Windows Vista Installing an earlier operating system...
How to add Wireless capability to legacy printers using Raspberry Pi
This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...
No comments:
Post a Comment