• 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.
  • 相关阅读:
    Jupyter notebook添加Anaconda中的虚拟环境
    Django踩坑之在Django中创建项目时ImportError: No module named django.core
    Django踩坑之ExtendsNode: extends 'base/base.html'> must be the first tag in the template.
    git 中文文件名乱码
    Django开发过程中遇到的问题和解决方案
    Advanced pandas
    Pycomcad中的过滤机制及访问引用块内对象简述
    头大的一篇日志 细节总结 唐诗三百首
    UIBarItem 的设置
    MJExtension json快速解析
  • 原文地址:https://www.cnblogs.com/qq78292959/p/3204794.html
Copyright © 2020-2023  润新知