今天在 vmware fusion 7 中,使用 windows 10 时,突然报出一个错误(忘记截图了),当时就要求强制重启系统,也没怎么在意,但是重启之后,发现 windows 10 居然不能联网了,网络状态显示为:unidentified network。

解决过程就不详细描述了,尝试成功的解决方案:

  1. Open a command prompt with elevated privileges. For more information see [Microsoft article Command Prompt: frequently asked questions
    Run this command](Command Prompt: frequently asked questions): netsh winsock reset

  2. The command prompt indicates to restart the machine after the command completes.

  3. Restart the virtual machine.

  4. Open a command prompt with elevated privileges. For more information see Microsoft article Command Prompt: frequently asked questions
    Run this command: netsh int ip reset resetlog.txt

  5. Close the command prompt.

  6. Restart the virtual machine.

以上步骤我只做了两步就成功了:

  1. 管理员运行:Command Prompt

  2. 输入命令:netsh winsock reset

  3. 重启虚拟机

参考资料:

相关文章:

  • 2021-08-16
  • 2021-07-09
  • 2021-11-28
  • 2022-01-26
  • 2022-12-23
  • 2021-07-24
  • 2021-12-12
猜你喜欢
  • 2021-04-28
  • 2021-06-14
  • 2021-06-16
  • 2021-11-22
  • 2021-09-20
  • 2021-12-23
  • 2021-05-29
相关资源
相似解决方案