Control 8dot3 naming in Windows 2008 and Windows 7
The default setting is to create 8dot3 names on a per volume basis. You can disable 8dot3 naming completely or can disable it on all volumes except the system volume or partition.
The following registry key controls this feature:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation]
Set NtfsDisable8dot3NameCreation to one of the following values:
0 – Enable 8dot3 naming
1 – Disable 8dot3 naming
2 – Enable 8.3 naming convention creation on a per volume basis [default]
3 – Disable 8dot3 name creation on all volumes except the system volume
This can be modified either modifying the registry key directly or by using the “fsutil” command.
Using FSUTIL
1. Click Start – Search “cmd”, right-click and choose “Run as Administrator”
2. From the command prompt, type as follows:
fsutil 8dot3name set <0,1,2,3>
where 0,1,2,3 sets the values accordingly.
3. Reboot your system for changes to take effect.
From Windows Registry
1. Click Start – search “regedit” and enter.
2. In the left pane, navigate to
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Control
\FileSystem
3. In the rightpane, edit the DWORD “NtfsDisable8dot3NameCreation” and set its value as above.
4. Reboot the system for changes to take effect.
Incoming search terms:
- windows 2008 ntfsdisable8dot3namecreation enable (2)
- 8dot3name (2)
- ntfs sets the 8 3 naming convention creation on a per volume basis (2)
- 8dot3 (1)
- how to enable 8 3 naming convention on command prompt (1)
- how to enable 8 dot 3 names in windows 7 (1)
- ntfsdisable8dot3namecreation in win7 (1)
- NtfsDisable8dot3NameCreation set to 2 (1)
- ntfsdisable8dot3namecreation system volume (1)
- server 2008 registry fix for 8 3 (1)






No comments yet.
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>