Command Prompt “Net View System Error 6118” [close

2019-03-25 18:15发布

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.

1条回答
唯我独甜
2楼-- · 2019-03-25 18:36

6118 means The list of servers for this workgroup is not currently available, mostly it is due to the firewall protection blocks the SMB.

You can check as following steps

  1. first check each pc is in the same workgroup.
  2. disable the firewall and virus protect in each PC.
  3. Ping PC2 from PC1 to ensure the network is ok
  4. net view \PC2 from PC1 to check if it is ok.
查看更多
登录 后发表回答