无法通过 Windows 资源管理器浏览网络但 cmd 可以运行

无法通过 Windows 资源管理器浏览网络但 cmd 可以运行

我似乎更改了系统上的某些内容,因此无法在资源管理器中可靠地浏览网络位置,但我通过 CMD(例如 dir \net01\share1)或在应用程序或其他协议、SVN 服务器等内连接。

当我在资源管理器中浏览“\net01\share1”时,出现错误:

[Window Title]
Network Error

[Main Instruction]
Windows cannot access \\net01\share1

[Content]
Check the spelling of the name. Otherwise, there might be a problem with your network.
To try to identify and resolve network problems, click Diagnose.

[^] Hide details  [Diagnose] [Cancel]

[Expanded Information]
Error code: 0x80004005
Unspecified error

奇怪的是,无论是真实的服务器还是虚构的名称,错误总是相同的。我甚至无法从自己的机器连接到它。如果我单击“网络”中的图标,我会收到此错误:

[Window Title]
Open Folder

[Content]
\\WINSEVENPRO is not accessible. You might not have permission to use this network
resource. Contact the administrator of this server to find out if you have access 
permissions.

The specified network provider name is invalid.

[OK]

任何帮助,将不胜感激。

机器信息:windows7 professional sp1 x64 Intel 82583V 千兆网卡

答案1

啊哈,我找到答案了!

Adobe Drive 4 不知怎么搞乱了我的系统。网络提供商订单仅列出了“AdobeDrive4”。因此我编辑了密钥以重新添加默认提供商。

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\HwOrder]
"ProviderOrder"="AdobeDrive4,RDPNP,LanmanWorkstation,webclient"

固定的。

相关内容