Lost Mappings

  • Thread starter Thread starter Joey H.
  • Start date Start date
J

Joey H.

Greetings everyone!

RE: Windows 2K machine SP4 in an NT environment. I used a
script to delete mappings and remap (net use). I then
changed the script to another that has no mapping commands
(get time). Win2K seems to hold the mappings on some PCs
and not on others. Does anyone happen to know why this
occurs and how to resolve the issue with those that do not
hold the mapping? Thanks in advance! Joey
 
If you use:

net use j: \\server\whatever /p:y

Future connections without a /p (persistence) will use the value that was
last specified, which in this case, was a y for yes.

Enter:
net use

At the top, you will see:
New connections will not be remembered.
or
New connections will be remembered.

If you want to turn off the remembering, enter:

net use /p:n


Ray at work
 
Thanks! I'll give it a whirl. I appreciate you answering
so quickly. Have a great day. Joey
 
Back
Top