Tuesday, October 9, 2012

Enable 8.3 naming convention on Windows 2008 R2

I ran into an issue recently where the application required me to enable the 8.3 naming convention on a Windows 2008R2 server.

To achieve this, simply issue the following command from the CLI.

fsutil.exe 8dot3name set 0

The change should be immediate.