Post

Mapping a network drive in NT4 with logon credentials

1311807600
1614629284
6

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.

This post is licensed under CC BY 4.0 by the author.