ansitest/winstuff/noatime.cmd
2022-02-08 20:58:51 -06:00

5 lines
130 B
Batchfile

REM run as Administrator - turn off atime on NTFS filesystems
fsutil behavior set disablelastaccess 1
echo Reboot to commit
pause