Wednesday, October 1, 2008

Close unwanted SAMBA or NTLM sessions in Windows

As an administrator, type in CMD
  1. net stop WORKSTATION then Y then N.

  2. net use /persistent:no
    net use * /delete /yes


Any of the methods above will close all remote connections this computer made as client. Then type the in CMD
net use \\Server\share * /user:username

No comments: