Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save p3x-robot/185e5c1b699d726bcce1bb51d5ca82d8 to your computer and use it in GitHub Desktop.
Save p3x-robot/185e5c1b699d726bcce1bb51d5ca82d8 to your computer and use it in GitHub Desktop.

Revisions

  1. p3x-robot revised this gist Apr 19, 2018. No changes.
  2. p3x-robot renamed this gist Apr 17, 2018. 1 changed file with 0 additions and 0 deletions.
  3. p3x-robot revised this gist Apr 17, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ntfs-increase-speed.com
    Original 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
  4. p3x-robot revised this gist Apr 17, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions ntfs-increase-speed.com
    Original 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
  5. p3x-robot revised this gist Apr 17, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ntfs-increase-speed.com
    Original 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 ntgs mtz size
    rem increase ntfs mtz size
    fsutil behavior set mftzone 2

    rem disable last access time on all files
  6. p3x-robot revised this gist Apr 17, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions ntfs-increase-speed.com
    Original 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)
  7. p3x-robot revised this gist Apr 17, 2018. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions ntfs-increase-speed.com
    Original 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
  8. p3x-robot revised this gist Apr 17, 2018. No changes.
  9. p3x-robot revised this gist Apr 17, 2018. No changes.
  10. p3x-robot created this gist Apr 17, 2018.
    10 changes: 10 additions & 0 deletions ntfs-increase-speed.com
    Original 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