windows 命令提示符“Net View 系统错误 6118”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/13676714/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Command Prompt "Net View System Error 6118"
提问by NickTheGreat
When I try to use "net view" in command prompt, I get an error code 6118. What does this mean, and how can I fix it? Thanks, Nick.
当我尝试在命令提示符中使用“net view”时,我收到错误代码 6118。这是什么意思,我该如何解决?谢谢,尼克。
采纳答案by ray_linn
6118 means The list of servers for this workgroup is not currently available, mostly it is due to the firewall protection blocks the SMB.
6118 表示此工作组的服务器列表当前不可用,主要是由于防火墙保护阻止了 SMB。
You can check as following steps
您可以按照以下步骤检查
- first check each pc is in the same workgroup.
- disable the firewall and virus protect in each PC.
- Ping PC2 from PC1 to ensure the network is ok
- net view \PC2 from PC1 to check if it is ok.
- 首先检查每台电脑是否在同一个工作组中。
- 禁用每台 PC 中的防火墙和病毒防护。
- 从 PC1 ping PC2 以确保网络正常
- net view \PC2 from PC1 检查是否正常。