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

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

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

    注:卸载devcon.exe remove %windir%inf etloop.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.
  • 相关阅读:
    java里面嵌套执行python脚本
    session的token令牌机制防止表单重复提交
    springIOC实现原理模拟(springIOC底层使用xml解析+反射实现)
    service层使用接口的好处
    javap -verbose输出结果详解
    skiplist
    Jmeter内存溢出解决方法
    Jmeter参数化设置的5种方法
    方法入参获取泛型类型
    并发编程笔记
  • 原文地址:https://www.cnblogs.com/qq78292959/p/3204794.html
Copyright © 2011-2022 走看看