Network Share Password Cache

A

anthony

I have a user who accesses files on a file server. It asks them for a
username and password. One user entered the wrong crendentials and
clicked the box to save the password and now they can't access the
files. Is there a way to undo this so the user is asked for their
credentials?
 
J

John Wunderlich

(e-mail address removed) wrote in
I have a user who accesses files on a file server. It asks them
for a username and password. One user entered the wrong
crendentials and clicked the box to save the password and now they
can't access the files. Is there a way to undo this so the user
is asked for their credentials?

Try bringing up a command prompt and entering the command:

net use * \\computername\sharename password /user:computername\username

Replace the computername with the domain name after "/user:" if you
are authenticating to a domain instead of the local computer.
Make sure you are not currently connected to the computer before
entering this command (Right-click "My Network Places" -> Disconnect
network drive -> [verify no connections to target compter])

HTH,
John
 

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