This is more of a curiosity then a real problem, I am just to lazy to reboot or log off my laptop.
I have connected to a network share on a Windows server with domain credentials from a non-domain Windows 7 machine, I didn't mark the option to remember the password.
The share is lets say \\10.10.10.10\folder
I have changed the password for that domain account in the meantime, and now when I try to access that share I get the following error:
Logon failure: unknown user name or bad password
I have tried the following on the client side:
- deleting cached credentials in Credential Manager
- using net use delete
- using net session \ip.of.the.server /delete gives me "A session does not exist with that computer name."
- using net use \\10.10.10.10\folder /u:DOMAIN\USER password gives me "The command completed successfully.", but i still get the same unkown user name or bad password when trying to access the share from windows explorer
- mapping the share as network drive from GUI, but then i get

- when I try net use to see connections, I get that there are no connections in the list
- I have also tried killing the explorer.exe and starting it again.
I have tried the following on the server side:
- Going to Computer Managment > Shared folders > Sessions to kill the session with my username
- rebooting the server
I have managed to access the share using the domain name instead of the IP, but I am curios.
Does anybody know any way how to delete the cached credentials in this case? Where are credentials cached when you don't mark the remember password option when accessing the share, they are not shown in Credential Manager and there is no mapping shown when you run net use.