首页 > 代码库 > 【记录】vmware fusion 7 windows 10 unidentified network
【记录】vmware fusion 7 windows 10 unidentified network
今天在 vmware fusion 7 中,使用 windows 10 时,突然报出一个错误(忘记截图了),当时就要求强制重启系统,也没怎么在意,但是重启之后,发现 windows 10 居然不能联网了,网络状态显示为:unidentified network。
解决过程就不详细描述了,尝试成功的解决方案:
Open a command prompt with elevated privileges. For more information see Microsoft article Command Prompt: frequently asked questions
Run this command:netsh winsock reset
The command prompt indicates to restart the machine after the command completes.
Restart the virtual machine.
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
Close the command prompt.
Restart the virtual machine.
以上步骤我只做了两步就成功了:
管理员运行:
Command Prompt
输入命令:
netsh winsock reset
重启虚拟机
【记录】vmware fusion 7 windows 10 unidentified network