Terminal Server User's Home Directory Is Not Set Correctly

ID: Q230165


The information in this article applies to:
  • Microsoft Windows NT Server version 4.0, Terminal Server Edition


SYMPTOMS

Home directories are not mapped correctly for users with existing profiles. Their home directory and root drive point to the default path of %SystemRoot%\Profiles\%Username%. The drive letter set in the home directory connect box does appear in My Computer in the Terminal Server session. No error messages are displayed to the user.


CAUSE

This problem occurs because the user's profile already contains a drive mapped to the same drive letter that was specified for the user's home directory. After the system finds that the drive letter is already in use, it does not map the drive and does not correctly set the homepath or homedrive variables. The user retains the default settings pointing to:

Home Directory Path: %SystemRoot%\Profiles\%Username%
HOMEDRIVE=C:
HOMEPATH=\Wtsrv\Profiles\%Username%
This also affects the root drive because it is set through the Usrlogon.cmd script when the user logs on. Listed below is the portion of Usrlogon.cmd that connects rootdrive:


Rem<BR/>
Rem Map the User's Home Directory to a Drive Letter<BR/>
Rem<BR/><BR/>
Net Use %RootDrive% /D >NUL: 2>&1<BR/>
Subst %RootDrive% /d >NUL: 2>&1<BR/>
Subst %RootDrive% %HomeDrive%%HomePath%<BR/> 


RESOLUTION

To resolve this issue, delete the mapped drive from the user's profile or set the home directory to another drive letter.


MORE INFORMATION

For more detailed information on how Rootdrive is used in Terminal Server, please see the following Microsoft Knowledge Base article:

Q195950 How and Why ROOTDRIVE Is Used on Windows Terminal Server

Additional query words:

Keywords :
Version : winnt:4.0
Platform : winnt
Issue type : kbprb


Last Reviewed: July 8, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.