网络共享遇到系统错误1219 “不允许一个用户使用一个以上用户名与服务器或共享资源的多重连接。中断与此服务器或共享资源的所有连接,然后再试一次。”
使用命令:net use * /del /y
先删除所有连接
再使用共享:
net use \\192.168.192.2\itdev password /user:username
使用命令:net use * /del /y
先删除所有连接
再使用共享:
net use \\192.168.192.2\itdev password /user:username