Lost Mappings

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
 
R

Ray at

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
 
J

Joey H.

Thanks! I'll give it a whirl. I appreciate you answering
so quickly. Have a great day. Joey
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top