Last active
August 2, 2024 02:21
-
-
Save p3x-robot/185e5c1b699d726bcce1bb51d5ca82d8 to your computer and use it in GitHub Desktop.
Revisions
-
p3x-robot revised this gist
Apr 19, 2018 . No changes.There are no files selected for viewing
-
p3x-robot renamed this gist
Apr 17, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
p3x-robot revised this gist
Apr 17, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,6 +5,7 @@ ram based on https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/w rem http://archive.oreilly.com/cs/user/view/cs_msg/95219 (some installers need 8dot3 filenames) rem disable 8dot3 filenames ram Warning: Some applications such as incremental backup utilities rely on this update information and do not function correctly without it. fsutil behavior set disable8dot3 1 rem increase ntfs mtz size -
p3x-robot revised this gist
Apr 17, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ rem execute as an Administrator rem based on http://www.windowsdevcenter.com/pub/a/windows/2005/02/08/NTFS_Hacks.html ram based on https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-2000-server/cc938961(v=technet.10) rem http://archive.oreilly.com/cs/user/view/cs_msg/95219 (some installers need 8dot3 filenames) rem disable 8dot3 filenames -
p3x-robot revised this gist
Apr 17, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ rem http://archive.oreilly.com/cs/user/view/cs_msg/95219 (some installers need 8 rem disable 8dot3 filenames fsutil behavior set disable8dot3 1 rem increase ntfs mtz size fsutil behavior set mftzone 2 rem disable last access time on all files -
p3x-robot revised this gist
Apr 17, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ rem execute as an Administrator rem based on http://www.windowsdevcenter.com/pub/a/windows/2005/02/08/NTFS_Hacks.html rem http://archive.oreilly.com/cs/user/view/cs_msg/95219 (some installers need 8dot3 filenames) -
p3x-robot revised this gist
Apr 17, 2018 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,13 @@ rem based on http://www.windowsdevcenter.com/pub/a/windows/2005/02/08/NTFS_Hacks.html rem http://archive.oreilly.com/cs/user/view/cs_msg/95219 (some installers need 8dot3 filenames) rem disable 8dot3 filenames fsutil behavior set disable8dot3 1 rem increase ntgs mtz size fsutil behavior set mftzone 2 rem disable last access time on all files fsutil behavior set disablelastaccess 1 echo now you can reboot -
p3x-robot revised this gist
Apr 17, 2018 . No changes.There are no files selected for viewing
-
p3x-robot revised this gist
Apr 17, 2018 . No changes.There are no files selected for viewing
-
p3x-robot created this gist
Apr 17, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ rem based on http://www.windowsdevcenter.com/pub/a/windows/2005/02/08/NTFS_Hacks.html rem http://archive.oreilly.com/cs/user/view/cs_msg/95219 (some installers need 8dot3 filenames) fsutil behavior set disable8dot3 1 fsutil behavior set mftzone 2 fsutil behavior set disablelastaccess 1 echo now you can reboot