Turn off folder media type scan:
Set-ItemProperty -Path 'HKCU:\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders\Shell' -Name 'FolderType' -Value 'NotSpecified' -Type String
Turn off NTFS last access:
Prevent NTFS from updating the last accessed timestamp on all files you read from.
fsutil behavior set disablelastaccess 1
Turn off 8+3 (old DOS compatible file name generation)
fsutil behavior set disable8dot3 1