rem using the C:\Windows\System32\fsutil.exe utility rem shrink MFT to minimum 1/8 of the disk (still ridiculously huge) fsutil behavior set mftzone 1 rem turn on last-access maintenance fsutil behavior set disablelastaccess 0 rem disable 8.3 filenames fsutil behavior set disable8dot3 1 rem REBOOT to make changes take effect.