ansitest/winstuff/noatime.cmd

5 lines
130 B
Batchfile
Raw Normal View History

2022-02-08 20:58:51 -06:00
REM run as Administrator - turn off atime on NTFS filesystems
2022-02-08 20:54:22 -06:00
fsutil behavior set disablelastaccess 1
2022-02-08 20:58:51 -06:00
echo Reboot to commit
2022-02-08 20:54:22 -06:00
pause