Skip to content

Instantly share code, notes, and snippets.

@chadr
Last active February 12, 2021 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadr/974944aec25a7f795dd1232ede8956d2 to your computer and use it in GitHub Desktop.
Save chadr/974944aec25a7f795dd1232ede8956d2 to your computer and use it in GitHub Desktop.
Lower NTFS overhead for VMs
rem increase ntfs mtz size
fsutil behavior set mftzone 2
rem disable last access time on all files
fsutil behavior set disablelastaccess 1
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
echo now you can reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment