Skip to content

Instantly share code, notes, and snippets.

@parsd
Last active April 16, 2020 09:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parsd/4fa006133499641089b54aa78adf29a1 to your computer and use it in GitHub Desktop.
Save parsd/4fa006133499641089b54aa78adf29a1 to your computer and use it in GitHub Desktop.
Enable Microsoft Loopback Adapter.

Install the Microsoft Loopback Adapter

This network adapter is nice to test networking app without exposing them to your normal network. Screen shots are in German, the description is in English.

1. Start Administrator Command Line

Easiest way to do this is to press the Windows key and type cmd. Instead of just typing enter type Ctrl+Shift+Enter.

2. Start the Windows Hardware Wizard

In the opened command prompt form 1. type

hdwwiz

3. Accept Infoscreen

Just click on Next (Weiter in German):

Step 1

4. Choose Manual Setup

Select Install the hardware that I manually select from a list (Advanced) and then Next:

Step 2

5. Select Network Adapters

Select Network adapters and then Next:

Step 3

6. Choose the Microsoft Loopback Adapter

In the Manufacturer list, click Microsoft and then in the Network Adapter list, click Microsoft Loopback adapter for KM-TEST. Then Next:

Step 4

7. Accept the Summary

Just click Next:

Step 5 If a message about driver signing appears, click Continue Anyway.

8. Driver is Installed

Everything was setup successfully. Just click Finish:

Step 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment