total{debug} total{debug}
>_ post

Mapping a network drive in NT4 with logon credentials

Heads up — this article is over 181 months old. Some of the details may have changed since it was written.

Ok so today I had a customer come to me saying that when they map a network drive in NT4 the user details don’t get remembered when the pc is rebooted.

Here is a simple solution to the issue we have been having:

[crayon lang=”cmd”]net use I: \SERVERNAME\SHARENAME /User:DOMAIN\username password[/crayon]

run this at startup or as a logon script and the issue will be no more.