3.50 3.51 95
WINDOWS
kbinterop
The information in this article applies to:
- Microsoft Windows NT Server versions 3.5 and 3.51
- Microsoft Windows 95
SYMPTOM
Your Windows 95 clients cannot connect to their home directories even
though you create a profile in Windows NT User Manager that specifies the
Windows 95 users' home directory and drive letter to use for the
connection.
CAUSE
Windows NT is not properly configured or your script is incorrect.
RESOLUTION
To allow Windows 95 users to connect to their home directories on the
server, create a logon script to connect a Windows 95 client to a home
directory and configure your Windows NT Primary Domain Controller (PDC) as
follows:
- Create a test logon script on the Windows NT PDC for Windows 95 client
workstations:
echo on
net use * /HOME
pause
- Place the script file in the SYSTEM32\REPL\IMPORT\SCRIPTS directory
on the Windows NT PDC. (You may also want to set up File Replication so
the logon scripts you create are available on all domain controllers.)
- Make sure that the test user logging on has Full control of the
\SCRIPTS directory and at least Read permission on the Netlogon share
(the default share of \WINNT35\SYSTEM32\REPL\IMPORT\SCRIPTS).
- Create a subdirectory called TEST in the shared Users directory.
By default the shared Users directory is C:\USERS.
- Share the Test subdirectory with the share name TEST and give the test
user 'Full Control' permission to the share. 6. Run User Manager for
Domains and select the user for the test.
- From the User menu, choose Properties.
- Choose Profile in the User Properties dialog box.
- Type the test logon script name in the Logon Script Name field.
- Under Home Directory, in the To field type:
\\<server_name>\TEST
NOTE: Ignore the drive letter in the Connect field.
- Log on as the test user at the Windows 95 client.
The following text appears at the command prompt:
c:\win95>echo on
c:\win95>net use * /home
d: connected to \\<servername>\TEST
c:\win95> pause
Press any key to continue. . .
- On the Windows 95 client, press any key to continue. Then doubleclick
the My Computer icon.
NOTE: In My Computer, the home directory maps to D: (or the next
available drive letter on the client).
- If the logon script executes correctly, you may delete the Echo On and
Pause lines from your script resulting in your script consisting of
only the following line:
net use * /HOME
NOTE: You may specify a drive letter in place of the Next Available
Drive symbol, the star (*). You may also rename the Users\Test
directory to any name; be sure to make the corresponding changes
wherever this new directory name is used.
MORE INFORMATION
Using NET USE * /HOME from Multiple MS-DOS Command Prompts
If you use the NET USE * /HOME command from more than one MS-DOS command
prompt in Windows 95, your current directory is going to be set
incorrectly. Your current directory is going to be the root of the server
containing your home directory instead of your default home directory.