How to clear SAMBA passwords in Windows
Sometimes happens that Windows cache passwords for SAMBA shares.
One of method is to reboot or logout from Windows, but it is annoying and not comfortable.
To avoid reboot of Windows you can try these steps.
First method:
Open command line console (menu start -> run -> cmd (ctrl + shift +enter will open with Administrator privilages))
net use \\address_ip\share /del
eg.
net use \\192.168.1.1\photos /del
or try second method:
Open menu start and type:
rundll32.exe keymgr.dll, KRShowKeyMgr