Discussion:
Registry Key NtfsDisable8dot3NameCreation
(too old to reply)
Mark Strother
2009-10-05 18:27:03 UTC
Permalink
Previous versions of Windows only supported a value of 1 or 2 indicated short
name file creation was either on or off. In Windows 7 and Windows 2008R2 this
registry key is set to a default value of 2. Can anyone point me to a
definition of this value?I'm trying to figure out this new default value
means.

Thanks!
malx
2009-10-15 20:35:54 UTC
Permalink
Post by Mark Strother
Previous versions of Windows only supported a value of 1 or 2 indicated short
name file creation was either on or off. In Windows 7 and Windows 2008R2 this
registry key is set to a default value of 2. Can anyone point me to a
definition of this value?I'm trying to figure out this new default value
means.
0 - Short name creation enabled (always)
1 - Short name creation disabled (always)
2 - Short name creation per-volume (Win7+)
3 - Short name creation on system volume only (Win7+)

See fsutil 8dot3name for how to configure this, and change the setting
on individual volumes.

- M

Loading...