Disable creation of DOS compatible 8.3 filename
1 January 2000 by Snakefoot | Comment » | Trackback OffWhen a file is created a filename is attached to actual contents of the file. For the sake of compatibility, then a 8.3 filename is created along with the long filename. If running applications that creates many files, then they might show better performance if one disables the generation of the 8.3 filename.
To do this edit this DWORD registry key: (Only affects NTFS partitions)
Note that some applications still uses 8.3 filenames, and might fail to function (Ex. applications running at boot time ex. virus scanners or similar).
More Info MS KB Q121007
More Info MS KB Q130694
More Info MS KB Q142982
More Info MS KB Q183387
More Info MS KB Q210638
More Info MS KB Q226403
To do this edit this DWORD registry key: (Only affects NTFS partitions)
Note the utility fsutil can also be used to change this value:[HKEY_LOCAL_MACHINE \System \CurrentControlSet \Control \FileSystem]
NtfsDisable8dot3NameCreation=1
Note that original Windows 95 without SP1 will not be able to access files created.fsutil behavior set disable8dot3 1
Note that some applications still uses 8.3 filenames, and might fail to function (Ex. applications running at boot time ex. virus scanners or similar).
More Info MS KB Q121007
More Info MS KB Q130694
More Info MS KB Q142982
More Info MS KB Q183387
More Info MS KB Q210638
More Info MS KB Q226403
Tags:
Category:
Updated: 12 January 2008