Sidebar

How can I remove the credentials used by windows for a remote shared folder?

0 votes
577 views
asked Jan 27, 2016 by rich-c-2789 (16,240 points)
I had set up a channel to use a remote share and connected via windows.  The credentials changed on the remote server so now my channel has stopped working.  How can I remove the old credentials from windows.

1 Answer

0 votes

You may find the following helpful to remove the cached credentials.  Depending how it was added you may find it needs to be removed with one or both methods below.

1.  Try using using the following command at a command prompt to view the cached credentials

net use

If you see the remote share in the list, use this command to remove it:

net use \\{server}\{share} /delete /yes

replace the tags above to match your share.  Wait at least 60 seconds for it to proagate.

2. Remove it via windows credentials manager:

on the next screen

 

Also see these related questions:

How to add credentials to a network share in windows?

How can I archive to a shared folder on another domain?

How can I connect to a shared folder?

How to connect to a remote share in a mapping node with credentials?

 

 

 

answered Jan 27, 2016 by rich-c-2789 (16,240 points)
edited Aug 23, 2021 by rich-c-2789
...