Mapping a network drive in NT4 with logon credentials

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

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

1
net use I: \\SERVERNAME\SHARENAME /User:DOMAIN\username password

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