Update noatime.cmd

This commit is contained in:
kneutron 2022-02-08 20:58:51 -06:00 committed by GitHub
parent 56cb08ff22
commit 55f199da5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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