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.