multiple connections to a server or shared resource by the same user, 错误解决方法

multiple connections to a server or shared resource by the same user

一个共享服务器,如果有不同账号,会弹出错误

解决办法是:
这是因为在远程连接时,用了不同的两个用户名所致:解决办法如下:
1、打开cmd,在管理员模式下输入net use
2、找到list里面可能冲突的driver
3、输入net use /delete \服务器名称\文件夹名称,将其删除
4、net use再次检查

这个链接可以试试他说的方法1:
https://www.cnblogs.com/sunnyhill/p/11780248.html

posted @ 2020-10-19 15:32  afei2003  阅读(2607)  评论(0)    收藏  举报