I haven't personally messed with changing this option so don't have first hand experience with the internal settings.
The help for fsutil is below. It seems like the simplest would be to set it ON for ALL disk volumes like this:
fsutil.exe 8dot3name set 0 Disclaimer: I haven't tested this myself so if you would rather not do it wait until tech support does some tests with it or someone else who has tried it comments.
Here is another link describing this command:
http://www.windowsreference.com/windows-7/control-8dot3-naming-in-windows-2008-and-windows-7/ The moral of the story is don't tweak your system unless you really know what you are doing or you can cause more harm than good!
-----------------------------
C:\Windows\system32>fsutil.exe 8dot3name set
usage : set [0 through 3] | [<Volume Path> 1 | 0]
When a volume is not specified the operation updates the registry value:
0 - Enable 8dot3 name creation on all volumes on the system
1 - Disable 8dot3 name creation on all volumes on the system
2 - Set 8dot3 name creation on a per volume basis
3 - Disable 8dot3 name creation on all volumes except the
system volume
When a volume is specified the operation updates the individual
volume's on disk flag. This operation is only meaningful
if the registry value is set to 2.
0 - Enable 8dot3 name creation on this volume
1 - Disable 8dot3 name creation on this volume
This operation takes effect immediately (no reboot required).
Sample commands:
"fsutil 8dot3name set 1" - disable 8dot3 name creation on all volumes
"fsutil 8dot3name set C: 1" - disable 8dot3 name creation on c: