zoukankan      html  css  js  c++  java
  • Windows xp/2003 中安装虚拟网卡 Microsoft Loopback Adapter

    Windows xp/2003 中安装虚拟网卡 Microsoft Loopback Adapter

    方法 1 (命令行下安装)
    devcon.exe install %windir%\inf\netloop.inf *msloop

    类似于以下输出表示安装成功:
    Device node created. Install is complete when drivers are updated...
    Updating drivers for *msloop from C:\WINDOWS\inf\netloop.inf.
    Drivers updated successfully.

    注:卸载devcon.exe remove %windir%\inf\netloop.inf *msloop


    方法 2 (通过使用硬件向导安装)
    1. 在控制面板, 双击 添加硬件 , 然后单击 下一步 。
    2. 单击 是, 我已连接好硬件 , 然后单击 下一步 。
    3. 在 安装硬件 列表, 底部单击 添加新硬件设备 , 然后单击 下一步 。
    4. 下一 依次 安装供我手动从列表选择硬件 ,
    5. 在 公共硬件类型 列表, 中 网络适配器 , 依次 下一步 。
    6. 在 制造商 列表框中, 单击 Microsoft 。
    7. 在 网络适配器 列表框中, 单击 MicrosoftLoopbackAdapter , 然后单击 下一步 。
    8. 单击 下一步 以启动为硬件安装驱动程序。
    9. 单击 完成
    10. 开始 , 单击 控制面板, 依次 NetworkConnections 到验证是否已安装 MicrosoftLoopbackAdapter。

    然后给该网络适配器设置一个固定IP,禁用其它网络适配器即可。

    微软官方的XP下安装Microsoft Loopback adapter的文档,请大家参阅。

     http://support.microsoft.com/default.aspx?scid=kb;en-us;839013

    Manual installation

    To manually install the Microsoft Loopback adapter in Windows XP, follow these steps:

    1. Click Start, and then click Control Panel.
    2. If you are in Classic view, click Switch to Category View under Control Panel in the left pane.
    3. Double-click Printers and Other Hardware, and then click Next.
    4. Under See Also in the left pane, click Add Hardware,and then click Next.
    5. Click Yes, I have already connected the hardware, and then click Next.
    6. At the bottom of the list, click Add a new hardware device, and then click Next.
    7. Click Install the hardware that I manually select from a list, and then click Next.
    8. Click Network adapters, and then click Next.
    9. In the Manufacturer box, click Microsoft.
    10. In the Network Adapter box, click Microsoft Loopback Adapter, and then click Next.
    11. Click Finish.


     


     

  • 相关阅读:
    python模块之__future__模块
    SQL之分组排序取top n
    SQL之层次查询
    win server 2008添加磁盘-脱机转换为联机状态方法
    拉链表-增量更新方法一
    一道hive SQL面试题
    一道与时间差有关的SQL面试题
    (转)linux中nmcli命令的使用及网络配置
    (转)内核模块操作命令-lsmod+rmmod+modinfo+modprobe
    (转)Linux 系统设置 : dmesg 命令详解
  • 原文地址:https://www.cnblogs.com/furenjun/p/MicrosoftLoopbackAdapter.html
Copyright © 2011-2022 走看看