Configure network file system aliasing

Aliasing is a feature that is included with Windows Server 2003. This feature lets multiple long file names or multiple short file names refer to the same file (Used for mounting- and reparse-points). Disabling file system aliasing can improve performance as it will increase the available cache size for the server service:

[HKEY_LOCAL_MACHINE \SYSTEM \CurrentControlSet \Services \LanmanServer \Parameters]
NoAliasingOnFileSystem = 1 (Default = 0)

More Info MS KB889588
More Info MS KB894372

Credits www.jsifaq.com