mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
5 lines
130 B
Batchfile
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
|