码迷,mamicode.com
首页 > 移动开发 > 详细

Map network drive遇到报错“The network folder specified is currently mapped using a different user name and password”,怎么办?

时间:2018-11-07 15:24:10      阅读:291      评论:0      收藏:0      [点我收藏+]

标签:file   currently   exist   first   一个   mapping   解决方法   red   name   

---------------------------
Windows
---------------------------
The network folder specified is currently mapped using a different user name and password.

To connect using a different user name and password, first disconnect any existing mappings to this network share.
---------------------------
OK  
---------------------------


在我的电脑下Disconnect问题也还在。


解决方法

=============

打开CMD,输入命令“net use”, 输出会返回给你当前已经加载了的file share的列表。

找到跟你想要map的share是同一个server的share,然后用“net use /delete //10.XXX.XXX.XXX/myshare”来删掉它们。


再重新map network drive即可,记得要勾选“Connect using different credentials”, 输入新的用户名和密码。


Happy accessing shares~

Map network drive遇到报错“The network folder specified is currently mapped using a different user name and password”,怎么办?

标签:file   currently   exist   first   一个   mapping   解决方法   red   name   

原文地址:https://www.cnblogs.com/awpatp/p/9922461.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!