This network connection does not exist
程序员文章站
2024-01-31 13:45:34
This network connection does not exist 在windows server 2008上面map了一个磁盘,共享的folder被我停止共享后,点击该磁盘的disconnect,跳出提示信息: This network connection does not exist ......
This network connection does not exist
在windows server 2008上面map了一个磁盘,共享的folder被我停止共享后,点击该磁盘的disconnect,跳出提示信息:
This network connection does not exist.
解决方法:
打开注册表表HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2
,找到对应的项(以##SERVERNAME#FOLDER
的形式命名),删除注册表项,重启即可。
温馨提示:如果担心误删,可以先备份一下注册表(注册表项右键Export即可,需要还原的话双击.reg文件)。
参考文档:
- https://blog.csdn.net/yyinhai/article/details/53549605
上一篇: 中国智能网联汽车产业蓄势待发
下一篇: 第五章 绘图基础(DEVCAPS1)
推荐阅读
-
This network connection does not exist
-
OGG执行DDL复制报ORA-01435 user does not exist
-
Serv_U 安全设置以后出现530 Not logged in, home directory does not exist的解决方法
-
Myeclipse链接Oracle等数据库时lo exception: The Network Adapter could not establish the connection
-
putty network error:Connection refused 乱码解决方法
-
mysql的“The user specified as a definer (”@’%') does not exist”问题 解决
-
ecstore 安装后提示require function does not exist in....
-
Laravel - Method [xxx] does not exist on [xxx]
-
将用户A的视图查询权限赋予用户B报错,提示ORA-01720: grant option does not exist for ‘xx.xx’
-
MySqlException: The user specified as a definer ('root'@'%') does not exist解决方法