Clear Windows Samba Login Password
February 17th, 2011
| Tags:
If you connect for example on Linux Samba server, for example \\192.168.2.1, and use for first shared folder one user and pass, and after that you try to login to second folder with another user and pass, Windows can’t login. The only way to login ( I found ) is to delete share, to clear window’s share cache. Open cmd, and type the following command:
net use /delete \\192.168.2.1

Thanks so much, very helpful!