In order to try to reproduce a bug, I need to disable the generation of short path aliases in Windows (XP, Vista and 7). Where is this setting exactly?

MSDN - Long vs short path names

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You can use the fsutil program to disable 8.3 file name generation on NTFS partitions.

fsutil.exe behavior set disable8dot3 1

This is documented in the Microsoft Support article How to Disable the 8.3 Name Creation on NTFS Partitions

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.