Windows2000 Client Logon Script - TechRepublic
General discussion
March 7, 2001 at 02:51 AM
michael.ratzel

Windows2000 Client Logon Script

by michael.ratzel . Updated 24 years, 6 months ago

We are running NT Server 4.0 with 400+ clients. We use a logon script that uses the following command to assign the user their home directory as the M: drive:

net use m: /home /y

This script command works with all other clients (Win95, WinNT,Win98). However it does not execute with Win2000 clients at logon. However, if the user reexecutes the script after logon it does assign the drive. Can anyone tell me why or how to get it to execute correctly in the logon process?

This discussion is locked

All Comments