zoukankan      html  css  js  c++  java
  • HyperV: Local Area Connection#N

    You guys may also meet a senario, that is when I trying to create a new virtual machine using a formerly created VHD in Hyper-V, the VM's Local Area Connection#N will be increased by 1. Take Test.vhd for example, I created a VHD and installed Windows7 in this VHD, now the current NetWork connection is Local Area Connection. After that, I created a new VM which chosed to use the existing VHD(Test.vhd), the I checked the NetWork Connection in this newer VM, the connection will be Local Area Connection#2. I don't want to say the reason since it is out scope of this article. To solve this problem, you can do by following below steps:

    1. type "cmd" in Start-> SearchBox and then press Enter

    2. Type "set devmgr_show_nonpresent_devices=1", then press Enter

    3. Type "devmgmt.msc" and press Enter

    4. Click View -> Show Hidden Devices

    5. Right click on the Local Area Connection, select uninstall

    6. Repeat Step5 for Local Area Connection#2 ,#3,#4

    7. Restart VM, then the Network Connection will be Local Area Connection

  • 相关阅读:
    bzoj 1087 状压dp
    HDU 5289 尺取
    HDU 1693 插头dp入门详解
    字符串操作
    河南省多校联萌(一)
    HDU 4815 概率dp,背包
    HDU4804 Campus Design (轮廓线DP)
    HDU 4828 逆元+catalan数
    HDU 5651 组合+逆元
    天才少年曹原的内心
  • 原文地址:https://www.cnblogs.com/qixue/p/1907138.html
Copyright © 2011-2022 走看看