【记录】vmware fusion 7 windows 10 unidentified network
今天在 vmware fusion 7 中,使用 windows 10 時,突然報出一個錯誤(忘記截圖了),當時就要求強制重啟系統(tǒng),也沒怎么在意,但是重啟之后,發(fā)現(xiàn) windows 10 居然不能聯(lián)網(wǎng)了,網(wǎng)絡狀態(tài)顯示為: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
重啟虛擬機
轉(zhuǎn)載于:https://blog.51cto.com/linyuheng/1939894
總結
以上是生活随笔為你收集整理的【记录】vmware fusion 7 windows 10 unidentified network的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: spring in action小结4.
- 下一篇: java中执行js代码