Npcap loopback adapter как удалить

от admin

How to Fix the Npcap Loopback Adapter Issue on Windows 10? [MiniTool Tips]

You may find something called Npcap loopback adapter in the available network on your Windows 10 computer. Do you know what is it and how to fix the issue with it? Now, you can read this post from MiniTool to learn more information.

What Is Npcap Loopback Adapter

What is Npcap Loopback Adapter? Npcap runs on Windows 7 and higher by using the new NDIS 6 Lightweight Filter (LWF) API. It is faster than the deprecated NDIS 5 API, and Microsoft can remove it at any time.

Moreover, the driver has been signed with our EV certificate and signed by Microsoft, so the driver can work normally even under the stricter driver signing requirements in Windows 10 1607.

Sometimes, when you click the WIFI icon on the Windows desktop, it will display «Npcap Loopback Adapter No Internet». Some users also reported that this Npcap Loopback Adapter error will pop up after Windows 10 is updated.

After checking this network adapter in the Npcap Loopback Adapter device Manager, there may also be no network connection on Windows 10. Or, you may also encounter the Npcap loopback adapter does not have a valid IP configuration on Windows 10 issue.

Now, let’s see how to fix the Npcap Loopback Adapter issue.

How to Fix the Npcap Loopback Adapter Issue

Fix 1: Reinstall Npcap Loopback Adapter Driver

You can fix the Npcap Loopback Adapter issue by reinstalling it. Here are the steps.

Step 1: You need to open Device Manager, then navigate to Network adapters.

Step 2: Right-click your Npcap Loopback Adapter Driver, and select Uninstall.

Step 3: Wait for the process to complete.

Step 4: Click the Action tab, and select Scan for hardware changes.

Then you can download the latest drivers directly from your manufacturer’s website. After you reinstall them, you can check if the Npcap Loopback Adapter issue has been fixed. If not, try the next fix.

Fix 2: Flush the DNS

If the Npcap Loopback Adapter issue still appears, you can flush the DNS to fix the issue. Here is how to do that:

Step 1: Type Command Prompt in the Search box.

Step 2: Rightclick it to select Run as Administrator.

Step 3: Type ipconfig/flushdns to completely flush the DNS.

Step 4: Now run the game and check to see if the Npcap Loopback Adapter problem persists.

Fix 3: Reset the Network

If the above methods do not work for you, you may have to reset the network connection on the system. In this case, you can try to reset the Npcap loopback adapter and system network settings. Follow the guide below:

Step 1: Open the Settings application by pressing the Windows + I keys at the same time.

Step 2: Then, click the Network & Internet part. Next, click the Status tab and click the Network reset option.

click the Network reset option

Final Words

In summary, this post shows 3 ways to fix the Npcap Loopback Adapter issue. If you have the same trouble, try these solutions. If you have any better ideas to fix this problem, share them in the comment zone.

  • Facebook
  • Twitter
  • Linkedin
  • Reddit

About The Author

She was graduated from the major in English. She has been the MiniTool editor since she was graduated from university. She specializes in writing articles about backing up data & systems, cloning disks, and syncing files, etc. She is also good at writing articles about computer knowledge and computer issues. In daily life, she likes running and going to the amusement park with friends to play some exciting items.

Npcap loopback adapter как удалить

The Users’ Guide covers the basics of installing and removing Npcap, interactions with WinPcap, frequently asked questions, and how to report bugs.

Because Npcap is a packet capture architecture, not merely a software library, some aspects of installation and configuration may fall to the end user. This Users’ Guide covers the basics of installing, configuring, and removing Npcap, as well as how to report bugs.

Installation

Npcap is distributed as a signed executable installer, downloadable from Nmap.com. Major versions are backwards-compatible, and users of the free non-commercial version are encouraged to upgrade regularly for security and stability fixes. Software distributors may have separate requirements for supported Npcap versions. Please refer to the Npcap License for terms of use and redistribution.

The Npcap installer and uninstaller are easy to use in “ Graphical Mode ” (direct run) and “ Silent Mode ” (run with /S parameter, available only with Npcap OEM).

Installer options

The installer accepts several command-line options that correspond to the options presented in the graphical interface (GUI). The options can be set by command-line flags taking the form / <name> = <value> .

The values for these options must be one of:

yes : select the option

no : unselect the option

enforced : select the option and make it unchangable in the GUI

disabled : unselect the option and make it unchangable in the GUI

Graphical installer options

The following options are presented as checkboxes in the installer, but can be set or locked via command-line flags. Unless otherwise noted, the default for these options is no .

Legacy loopback support for Nmap 7.80 and older. Not needed for Wireshark. Older versions of Npcap required a Microsoft KM-TEST loopback adapter to be installed in order to capture and inject loopback traffic. This is no longer needed, but some software won’t be able to do loopback injection unless the adapter is installed. Use this option to install the legacy loopback adapter if needed.

Restrict Npcap driver’s access to Administrators only . When this option is chosen, the devices created by the Npcap driver for capture and injection on each network adapter will be created with a restrictive ACL that only allows access to the device by the SYSTEM and built-in Administrators. Because this level of access requires UAC elevation, a helper binary, NpcapHelper.exe , is used to request elevation for each process that opens a capture handle.

Support raw 802.11 traffic (and monitor mode) for wireless adapters . This option installs a second Lightweight Filter Driver that uses the Native WiFi API to capture raw 802.11 WiFi frames on devices that are put into network monitor mode. Captured frames are given a Radiotap header. Not all hardware or network drivers support the Native WiFi API.

Install Npcap in WinPcap API-compatible Mode . The default for this option is yes in Npcap 0.9985 and later. Npcap’s DLLs have always been installed into a separate Npcap subdirectory of the system directory to avoid conflicting with existing WinPcap installations. This option also installs the DLLs to the system directory, replacing WinPcap. Any existing WinPcap installation will be removed.

Install older driver . Microsoft continues to tighten their policy on what types of certificates and authorities may sign drivers. In cases where the current driver may not strictly meet these requirements, the /prior_driver option may be used to install the last version of the driver that meets these requirements. In cases where no such driver exists, this option is ignored.

Command-line installation options

Some advanced or deprecated options are only available on the command-line. Options marked (deprecated) are subject to removal in future versions.

Installs Npcap without showing any graphical windows or prompts. Silent install is available only for Npcap OEM.

The default for this option is yes , so the installer will not set a system restore point. Windows may independently create a restore point because of the driver installation independent from this option. To ensure a restore point is made, specify /disable_restore_point=no .

Control termination of processes using Npcap during upgrades or WinPcap when /winpcap_mode=yes is chosen. See the section called “Uninstaller options” for more detailed discussion.

Uninstall and replace an existing Npcap installation even if it is newer than this version of the installer. By default, the Npcap installer will not remove and replace a version of Npcap that is newer than its own. In GUI mode, this hides the message box asking the user how to proceed.

Uninstall and replace an existing Npcap installation of any version if it does not provide the same features as the other command-line options specify. Features are the /winpcap_mode, /dot11_support, /loopback_support, and /admin_only options.

Uninstall and replace an existing Npcap installation regardless of version or whether the installation would be modified. By default, the Npcap installer will not remove and replace a Npcap installation of the same version unless the install options would be modified. In GUI mode, this hides the message box asking the user how to proceed.

/D (destination directory)

The destination directory for installation can be overridden by the /D option, with a few restrictions. First, it will only affect where Npcap keeps its installation logs and helper utilities. The driver and DLLs will always be installed into the appropriate directories below %SYSTEMROOT%\System32\ . Second, the /D must be the last option in the command, and the path must not contain quotes. For example, to change the installation directory to C:\Path With Spaces\ , the invocation would be: npcap- <version> .exe /D=C:\Path With Spaces

Automatically start the Npcap driver at boot time . This option defaults to yes , because Windows expects NDIS filter drivers to be available at boot time. If you choose to disable this, Windows may not start networking for up to 90 seconds after boot.

/vlan_support (deprecated, ignored)

Support 802.1Q VLAN tag when capturing and sending data (currently unsupported) . This feature was disabled in 2016 to prevent a crash and has not been re-enabled.

Uninstaller options

The uninstaller provided with Npcap also accepts some command-line options.

Uninstalls Npcap without showing any graphical windows or prompts. Silent uninstall is available in all editions of Npcap, not just Npcap OEM. If Npcap OEM installer in silent mode needs to uninstall an older Npcap installation, it passes the /S option to the existing uninstaller.

/Q (Quick uninstall)

Skips the confirmation page and finish page in the uninstall wizard. This option does not have any meaning for silent uninstalls.

/no_kill = <yes|no> (do not kill processes)

Controls how the uninstaller handles processes that are still using Npcap at the time of uninstall. The default value is no , which allows the uninstaller to terminate processes that would block Npcap from being uninstalled. If /no_kill=yes is specified, then Npcap uninstaller will fail if there are still applications using Npcap driver or DLLs.

In the default case, /no_kill=no , the graphical uninstaller will give the user the choice to manually close the offending programs, have the uninstaller terminate them, or abort the uninstallation. In silent mode, Npcap uninstaller will immediately terminate any command-line processes that are using Npcap (like a Nmap process that is still scanning), and wait for at most 15 seconds to gracefully terminate any GUI processes that are using Npcap (like Wireshark UI that is still capturing). “ Gracefully ” means that if you are still capturing via Wireshark, Wireshark UI will prompt the user about whether to save the current capture before closing. The user will have 15 seconds to save his session. Note: although Npcap uninstaller won’t terminate Wireshark UI processes immediately, the live capture stops immediately. This is because Wireshark UI uses command-line processes named dumpcap.exe to capture, and that command-line process will be terminated immediately.

If this option is provided on the installer command line, it will be passed to the Npcap uninstaller when doing an upgrade or replacement.

Disabled and enforced options for GUI Mode

We may disable or enforce certain options in the installer GUI to make them unselectable. This usually means that those options can easily cause compatibility issues and are considered not suitable for most users, or we think we need to enforce some rules for the Npcap API. Advanced users can still change their states via command-line parameters, which is described in following sections.

Fortunately, if a distributor wants to start the Npcap installer GUI and disable or enforce certain options for reasons like compatibility. It can also use the four value mechanism by setting the command-line parameters to disabled or enforced . For example, the following command will start an installer GUI with the loopback_support option disabled and unselected:

npcap- <version> .exe /loopback_support=disabled

Windows platforms supported

Npcap supports all Windows versions currently supported by Microsoft. Depending on Windows version, the driver may support a different NDIS version, which corresponds to a set of network stack features.

On Windows 10 , Windows Server 2016 , and Windows Server 2019 , Npcap installs a NDIS 6.50 driver.

On Windows 8.1 , Windows 8 , Windows Server 2012 R2 , and Windows Server 2012 , Npcap installs a NDIS 6.30 driver.

On Windows 7 and Windows Server 2008 R2 , Npcap installs a NDIS 6.20 driver.

Microsoft will end Extended support for Windows versions prior to Windows 10 on January 10, 2023. After that time, new Npcap releases may omit support for these operating systems.

Npcap can be installed on x86, x86-64, and ARM64. DLLs for the native architecture will be installed, as well as x86 DLLs for applications running in 32-bit emulation.

How to use Wireshark to capture raw 802.11 traffic in “ Monitor Mode ”

The latest Wireshark has already integrated the support for Npcap’s “ Monitor Mode ” capture. If you want to use Wireshark to capture raw 802.11 traffic in “ Monitor Mode ” , you need to switch on the monitor mode inside the Wireshark UI instead of using the section called “WlanHelper”. This is because Wireshark only recognizes the monitor mode set by itself. So when you turn on monitor mode outside Wireshark (like in WlanHelper ), Wireshark will not know the adapter has been in monitor mode, and will still try to capture in Ethernet mode, which will get no traffic. So after all, the correct steps are:

Install latest version Wireshark and latest version Npcap with Support raw 802.11 traffic option checked.

Launch Wireshark QT UI (GTK version is similar), go to “ Capture options ” . Then toggle the checkbox in the “ Monitor Mode ” column of your wireless adapter’s row. Click the “ Start ” button. If you see a horizontal line instead of the checkbox, then it probably means that your adapter doesn’t support monitor mode. You can use the WlanHelper tool to double-check this fact.

To decrypt encrypted 802.11 data packets, you need to specify the decipher key in Wireshark, otherwise you will only see 802.11 data packets.

Stop the capture in Wireshark UI when you finishes capturing, the monitor mode will be turned off automatically by Npcap.

Network interruption while installing Npcap: Installing a filter driver may cause brief interruptions to network connectivity based on the specific changes needed to install the driver in the network stack. This known issue is documented as issue #53 on our tracker.

A separate issue is a longer interruption in connectivity if the npcap service is not started, which used to be an installer option. As Microsoft states here, an optional NDIS light-weight filter (LWF) driver like Npcap could cause 90-second delay in network availability . Some solutions you could try are: 1) wait for 90 seconds; 2) disable and re-enable the adapter icon in ncpa.cpl ; 3) reboot. If the network is still unable to connect, please file a bug report.

Installation fails with error code 0x8004a029 : The cause is that you have “ reached the maximum number of network filter drivers ” , see solution here.

Npcap Loopback Adapter is missing (legacy loopback support): The legacy Npcap Loopback Adapter is actually a wrapper of Microsoft Loopback Adapter. Such adapters won’t show up in Wireshark if the Basic Filtering Enging (BFE) service was not running. To fix this issue, you should start this service at services.msc manually and restart the Npcap service by running net stop npcap and net start npcap . See details about this issue here.

Npcap only captures TCP handshake and teardown, but not data packets. Some network adapters support offloading of tasks to free up CPU time for performance reasons. When this happens, Npcap may not receive all of the packets, or may receive them in a different form than is actually sent on the wire. To avoid this issue, you may disable TCP Chimney, IP Checksum Offloading, and Large Send Offloading in the network adapter properites on Windows. See details about this issue in issue #989 on our tracker.

Reporting Bugs

Please report any bugs or issues about Npcap on the Nmap Project’s Issues tracker. In your report, please provide your DiagReport output, user software version (e.g. Nmap, Wireshark), steps to reproduce the problem, and other information you think necessary. If your issue occurs only on a particular OS version (e.g. Win10 1511, 1607), please mention it in the report.

Diagnostic report

Npcap has provided a diagnostic utility called DiagReport . It provides a lot of information including OS metadata, Npcap related files, install options, registry values, services, etc. You can simply click the C:\Program Files\Npcap\DiagReport.bat file to run DiagReport . It will pop up a text report via Notepad (it’s stored in: C:\Program Files\Npcap\DiagReport.txt ). Please always submit it to us if you encounter any issues.

General installation log

Npcap keeps track of the installation in a log file: C:\Program Files\Npcap\install.log . Please submit it together in your report if you encounter issues during the installation (e.g. the installer halts).

Driver installation log

Npcap keeps track of the driver installation (aka commands run by NPFInstall.exe ) in a log file: C:\Program Files\Npcap\NPFInstall.log , please submit it together in your report if you encounter issues during the driver installation or problems with the “ Npcap Loopback Adapter ” .

There’s another system-provided driver installation log in: C:\Windows\INF\setupapi.dev.log . If you encounter errors during the driver/service installation, please copy the Npcap-related lines out and send them together in your report.

Dynamic link library (DLL) log

For problems with Npcap’s regular operation, you may need to obtain a debug log from Packet.dll . To do this, you will need a debug build of Npcap. If you are a Npcap developer, you can build the Packet.sln project with the _DEBUG_TO_FILE macro defined. If you are an end user, you can contact the Npcap development team for the latest Npcap debug build. The debugging process will continue to append to the debug log ( C:\Program Files\Npcap\Packet.log ), so you may want to delete it after an amount of time, or save your output to another place before it gets too large.

Driver log

If there is an issue with the Npcap driver, you can open an Administrator command prompt, enter sc query npcap to query the driver status and net start npcap to start the driver (replace <npcap> with <npf> if you installed Npcap in “ WinPcap Compatible Mode ” ). The command output will inform you whether there’s an error. If the driver is running well, but the issue still exists, then you may need to check the driver’s log. Normal Npcap releases don’t switch on the driver log function for performance. Contact the Npcap development team to obtain a driver-debug version of the Npcap installer. When you have got an appropriate driver-debug version Npcap, you need to use DbgView to read the Windows kernel log (which contains our driver log). You may need to turn on DbgView before installing Npcap, if the error occurs when the driver loads. When done, save the DbgView output to a file and submit it in your report.

Неизвестное скрытое устройство — что ЭТО ?

В настройках моего роутера постоянно появляется какое-то неизвестное устройство.
На разных роутерах устройство ведёт себя по-разному.
Отслеживание пакетов wireshark -ом пока ничего не выявляет.

27194

Сверка мак-адресов показала, что это устройство не является ни одним из моих сетевых интерфейсов.

27195

InetTester
  • 10.03.2019
  • #2

А если Включить отображение скрытых устройств ?

27204

Valkiria
  • 10.03.2019
  • #3

У меня их не меньше, чем у Вас ))
Вы думаете, что какой-то скрытый адаптер образует сеть вне зависимости от желания пользователя ?
Возможно ))
У вас есть предположения, какое это устройство ?

27206

InetTester
  • 10.03.2019
  • #4
Valkiria
  • 10.03.2019
  • #5

Если бы это было так, то было-бы замечательно.
Но, это не так ))

Я удалила эти адаптеры из системы.

27208

И удалила из роутера это устройство.
Перезагрузила роутер.
То есть, перед перезагрузкой роутера очистила его.

После перезагрузки — это устройство появилось.
Обратите внимание, это устройство появляется на любом роутере и при этом мак адрес не меняется.
Немного выше — роутер GL-AR150, ниже — роутер ASUS RT-AC51U

27209

Valkiria
  • 10.03.2019
  • #6

Чуваки ))
Это что-то невероятное ))
Мой комп, как обычно. управляется двумя операционками.
Сейчас я перезагрузилась в Дебиан.
И пишу эти строки из Дебиана.
Это "устройство" появляется независимо от установленной ОС.
Оно появляется от перезагрузки любого роутера или подключения любого роутера к моему компу.
Что-бы я не делала, устройство с мак адресом DAC666FD8D4E появляется вновь и вновь ))

.Method
  • 10.03.2019
  • #7

Чуваки ))
Это что-то невероятное ))
Мой комп, как обычно. управляется двумя операционками.
Сейчас я перезагрузилась в Дебиан.
И пишу эти строки из Дебиана.
Это "устройство" появляется независимо от установленной ОС.
Оно появляется от перезагрузки любого роутера или подключения любого роутера к моему компу.
Что-бы я не делала, устройство с мак адресом DAC666FD8D4E появляется вновь и вновь ))

Valkiria
  • 10.03.2019
  • #8
Читать:
Как сделать да нет в excel

Неплохо, чтобы эти гвардейцы не забыли представиться ))
Чтобы было с кого материальный ущерб высчитывать ))
Они мне уже должны за порчу материнской платы.

Хотя, наверняка, как все мусора поганые , предпочтут стоять в сторонке и наблюдать ))

Vertigo
Lex mea est Vulgate Linux
  • 10.03.2019
  • #9
Valkiria
  • 10.03.2019
  • #10

Да , пользуюсь.
Но SoftEther VPN Client Manager стоит в Винде.
А ЭТО УСТРОЙСТВО появляется вне зависимости от операционки.
Кроме того, выше в списке имеется VPN адаптер с mak-адресом 5E-78-86-42-6D-7D
Это и есть адаптер SoftEther VPN Client. Он не находит отражения в роутере.

27210

27211

Vertigo, ошибки быть не может: произошло какое-то непонятное "заражение" на уровне железа.
Я сейчас собираюсь прошить БИОС материнки.

Vertigo
Lex mea est Vulgate Linux
  • 10.03.2019
  • #11
Valkiria
  • 10.03.2019
  • #12

Парни, огромная благодарность всем неравнодушным. к моей судьбе ))
Прошивка материнской платы решила проблему.
Я избавилась от этой "хрени".
Все устройства на картинке ниже — мои, реальные.

27212

.Method
  • 10.03.2019
  • #13

Парни, огромная благодарность всем неравнодушным. к моей судьбе ))
Прошивка материнской платы решила проблему.
Я избавилась от этой "хрени".
Все устройства на картинке ниже — мои, реальные.

Это был не роутер.
Обрати внимание. В теме фигурирует два разных роутера.
Один из них — новенький, я его только в первый раз сегодня подключала.
Вероятно, вот эта Хрень стала причиной моей неудачи при перепрошивке моего роутера в Нано-Ананас.

Valkiria
  • 10.03.2019
  • #14
mr_void
  • 11.03.2019
  • #15
Valkiria
  • 11.03.2019
  • #16

Кажись. у меня будет возможность ))
Наутро ничего не изменилось.
Опять это устройство появилось.

Я абсолютно не могу понять, что это.

27219

Способ подключения — через кабель, как и мой комп.
То есть это устройство как-то создаётся на моём компьютере вне зависимости от операционки.
Мак-адрес — не изменился.
Появилост имя устройства. Но оно 9имя) и раньше иногда появлялось.

Может быть что-то в настройках материнки эмулируется ?
Материнская плата ASUS H270-PLUS

Vinfor
  • 11.03.2019
  • #17

Функция SecureNAT — это неизвестная до сих пор инновационная запатентованная технология, разработанная для SoftEther VPN, использование которой позволяет создать более безопасную сеть.

Функция SecureNAT в целом разделена на две части: функцию виртуального NAT и функцию виртуального DHCP-сервера. Администратор виртуального концентратора может включить один или оба виртуальных NAT и виртуальный сервер DHCP, когда включен SecureNAT

[npcap] — Uninstalling Npcap doesnt uninstall Npcap Loopback Adapter #589

When I uninstalled npcap, the loopback adapter remained installed. I had to manually remove the adapter from ‘Computer Management -> Device Manager’. After that, my wifi network connection was gone, and I had to uninstall and reinstall my wifi device driver to get it back.

Running Windows 10 Home ‘Anniversary Update’ (version 1607 [build 14393.447]). Npcap version 0.10-r18, installed in winpcap compatibility mode.

The text was updated successfully, but these errors were encountered:

I have also the same issue.

This seems to have been addressed in Npcap ‘0.78-r4’ and higher: https://github.com/nmap/npcap/releases

@binbjz Please try the latest Npcap release which should resolve this issue.

Would you mind adding an uninstaller for the adapter to the installer? It’s a bit much to have to reinstall npcap just to uninstall the adapter.

EDIT: nevermind, 0.82 uninstaller doesn’t remove the adapter either. Please reopen issue.

Just installed 0.82 and uninstalled it. It did not remove the adapter

Please reopen this issue. I believe the orphaned loopback interface is causing networking problems on my machine.

I went in to adapter properties > driver and uninstalled the driver from there, I can’t be sure it’s clean but it’s cleaner than the npcaps uninstallers failure to uninstall.

@PaulBags @sphaugh @Kyefer Thanks for the reports. I’m working through some mixups in the installer code right now, but I’m not sure they’re directly related. Can you tell me whether running (in an Administrator cmd.exe) «\Program Files\Npcap\NPFInstall.exe» -ul correctly removes the interface? This is how the uninstaller is supposed to do it, but I’d like to see if anything is going wrong. It still seems to work for me here.

Ok, it looks like I can produce loopback interfaces that NPFInstall -ul will not remove, if I run NPFInstall -il multiple times. This could have happened naturally if previous versions of Npcap were installed and upgraded so that some instance of Npcap Loopback Adapter already existed at the time that the fixed (>0.78r4) Npcap was installed. So the changelog is correct: the uninstaller now successfully removes one loopback adapter: namely, the last one installed. But something is wrong causing the older ones to be unremovable with NPFInstall . I’ll look into this and see if we can fix it. Not exactly sure the best mechanism: always pop the most recent one off, or remove the oldest one first, or prevent installing more than one at all? Ideas welcome.

It appears that NPFInstall has no problem removing the extra loopback adapters if it can find them. We keep the index number of the latest one installed in Npcap’s installation directory in the loopback.ini file. So here’s the procedure to manually clean them up:

  1. Open the Npcap installation directory (usually C:\Program Files\Npcap\ )
  2. Run DiagReport.bat , which produces DiagReport-<some numbers>.txt
  3. In the resulting text file, find the section «Network Adapter(s) Info:»
  4. Note the PNPDeviceID for each of the problem adapters, which looks like «ROOT\NET\0001»
  5. For each of the device IDs, extract the number from the end («1» in the example case) and edit loopback.ini to contain just that number.
  6. Run NPFInstall -ul to remove the selected adapter.
  7. Repeat steps 5 and 6 until all the adapters are removed.

I hope to have a better solution in the future, but at least this will clean up your system. And the issue is not likely to happen again unless you manually run NPFInstall -il repeatedly.

I have this same problem. I uninstalled npcap to discover that the adapter was still there. Upon reading your instructions, I reinstalled npcap but unchecked the loopback option so it would not install another adapter. However, I have found the index to be 0 but my installation directory does not have a loopback.ini file. What should I do?

Thanks for your help.

Edit: I misread the instructions. I did not realize you meant create a loopback.ini file with just the index in it. I did this and ran NPFInstall -ul in an admin command prompt and it uninstalled successfully!

Hey, I did all the instructions that dmiller put, but the loopback adapter keeps showing in my Network Connections. Anything to do to erase it completely? BTW, don’t know if there is a problem, but my adapter showed «ROOT\NET\0000» as its ID

Windows 10 Uninstall Instructions

Press the Windows/Start key and press x at the same time. Alternatively right click on the start button in the task bar.

Click on Device Manager.

Expand Network Adapters by clicking on the «>» (without quotes) arrow.

Find the Network Adapter which you wish to uninstall. In this case it is called «Npcap Loopback Adapter» (without the quotes).

Right click and select «Uninstall» (without the quotes).

Click «OK» (without the quotes) in the alert box to start the uninstall process.

This should fix your issue.

Thanks everyone! I’m closing this because I believe it was fixed. The main issue was that Npcap versions 0.78r5 through 0.83 failed to fully uninstall the driver. A somewhat related problem is that later versions of Npcap didn’t (until today) overwrite earlier versions of the driver if they already existed. We released Npcap 0.92 today, and it both has a properly working uninstaller (as all Npcap’s have since 0.83) and, even if the old driver doesn’t get deleted somehow, this one is willing to overwrite it with the 0.92 driver. If anyone is still seeing these problems with 0.92, please let us know. You can download it from https://nmap.org/npcap/ as usual.

For months I’ve seen an «unidentified network» everywhere in my Win10 GUI. I found
https://github.com/nmap/nmap/issues/653
https://github.com/nmap/npcap/commit/a9b7f9e
Which seemed to say the new Npcap version should not appear in my Wi-Fi selector or Network Settings as an unidentified network (where it says «npcap loopback adapter doesn’t have a valid ip configuration»).

—> With default install of new npcap-0.93.exe version — it still appears.
—> Install with support loopback unchecked — it still appears. Even after a restart.
With «Npcap Loopback Adapter» disabled in Network Connections, it doesn’t appear all over, just there.

Trying the uninstall procedure shown above here, there is one «Npcap Loopback Adapter», but inside that it is all Microsoft, version 10.0.14393.0 (rs1_release.160715-1616), \raspptp.sys — is that Npcap?

The only «events» are from 8/8/2016 10:22:33 AM (the Anniversary Update), device configured (netrasa.inf), device started (Pptp Miniport). No sign of all the installs and supposed uninstalls of Npcap since then! Cycling through all the «Details», the only hints of Npcap are the «Display Name» and «Friendly Name».

I’m a bit afraid to uninstall this — it doesn’t look to me like Npcap. But how can it have your name? Clues would be very welcome!

This gets weirder. In Device Manager there are now «Microsoft KM-TEST Loopback Adapter» which is Disabled, and «Npcap Loopback Adapter» which is Enabled. The KM_TEST driver shows Events from today and from old installs of Nmap 7.40 and 7.31. Its Details, like the other version all look to be from Microsoft.

In Control Panel — Network Connections, there is only one entry:
Npcap Loopback Adapter
Disabled
Microsoft KM-TEST Loopback Adapter

Does this make any sense?

I have tried all the above but can not get rid of the Loopback Adapter.
Also Npcap 0.91 will not uninstall from windows App & feature remove program.
Can you provide a list of register changes to kill this beast?
I am running windows 10

Just to report I had the same issue as well on Windows 10.

This issue refers to older releases of Npcap. If the same issue persists in recent releases, please follow this procedure:

  1. Install the latest Npcap release from https://npcap.org/#download
  2. In the Npcap installation directory (usually C:\Program Files\Npcap\ ), run the FixInstall.bat script as administrator: right-click -> Run as Administrator.

This should leave you with a correctly-installed Npcap with no extra Loopback Adapters. When Npcap is upgraded or uninstalled, the Loopback Adapter will be removed as well.

If you follow this procedure with the latest Npcap release and still have problems, please open a new issue according to the instructions in the Npcap Guide: https://nmap.org/npcap/guide/npcap-users-guide.html#npcap-issues

if attempting to disable or uninstall ‘npcap loopback adapter’ or if installing any other network related driver onto the system is causing it to bluescreen with the error code ‘RQTL_NOT_LESS_OR_EQUAL’ on Windows 10, I cannot guarantee this will work but you might want to try the following:-

put the computer into safe mode > right-click the start button (the Windows icon) in the bottom left-hand corner of the screen > click run in the pop-up menu that appears > type in ‘msconfig’ and hit enter > in the system configuration window, click the ‘boot’ tap > on the boot tab, in the ‘boot options’ section, tick ‘Safe boot’ and select ‘minimal’ (do NOT select safe mode with ‘network’ because attempting to remove npcap loopback adapter with that enabled will cause bluescreen) > click ‘apply’ in the lower right-hand side of the window and the system will then prompt to restart the computer so that the selected settings can take effect (there are many other ways to boot into safe mode, such as holding the power button and forcing the computer to turn off as it is booting up, doing that 3 times in succession will lead into the ‘automatic repair’ screen where safe mode can be accessed, for further details on how to do that, please look it up via a search engine)

once you have booted into safe mode > right-click the start button (Windows icon) in the lower left-hand corner of the screen > click ‘device manager’ > in device manager expand ‘Network adapters’ > right-click ‘npcap loopback adapter’ and click uninstall driver (if all goes well, it should remove the driver from ‘Device Manager’ without causing bluescreen) > now, right-click the start button (Windows icon) in the lower left-hand corner of the screen > click ‘Settings’ in the pop-up menu > click ‘Network & Internet’ > this should take you directly to the ‘Status’ menu where at the very bottom you should find ‘Network Reset’, in the menu that appears click ‘reset’, a notification window should show up and inform that in 5 minutes the computer will be restarted, the network adapters will then be removed and network settings reset

after booting back into safe mode > right-click the start button (Windows icon) in the lower left-hand side > click ‘run’ > type in ‘msconfig’ > when the System Configuration window appears click ‘boot’ tab > in the ‘Boot options’ section, untick ‘Safe boot’ then click apply in the bottom right-hand corner of the window, the computer will prompt the system to restart and this will boot Windows back into the normal operating environment

if you were unable to install any network related drivers before, try doing so again now, to see if bluescreen still occures, again, I cannot guarantee that this will work, it seem to have helped me get rid of that pesky npcap loopback adapter and allowed me to install network drivers without getting that annoying bluescreen with RQTL_NOT_LESS_OR_EQUAL error code, knowing all to well of the frustration that this causes, I hope that this works

and with that I would very much appreciate it if the developers of this software would go #### themselves, it was a ####### headache trying to get your #### off the computer

have a nice day

dmiller-nmap commented on Oct 12, 2018
This issue refers to older releases of Npcap. If the same issue persists in recent releases, please follow this procedure:

Install the latest Npcap release from https://npcap.org/#download
In the Npcap installation directory (usually C:\Program Files\Npcap), run the FixInstall.bat script as administrator: right-click -> Run as Administrator.
This should leave you with a correctly-installed Npcap with no extra Loopback Adapters. When Npcap is upgraded or uninstalled, the Loopback Adapter will be removed as well.

If you follow this procedure with the latest Npcap release and still have problems, please open a new issue according to the instructions in the Npcap Guide: https://nmap.org/npcap/guide/npcap-users-guide.html#npcap-issues

I found this interesting because of my problem with Hexagora PerfMon 4 not being able to find my actual Wi-Fi adapter:
http://www.hexagora.com/forum/topic.asp?TOPIC_ID=2516

Yesterday I added an additional USB Wi-Fi adapter, and re-installed the latest Npcap to work with it. Pretty sure PerfMon was still working after that. But today it shows no net activity and «0 interfaces». In Settings it shows tons of interfaces — all of them virtual miniport or loopback adapters.

After about 40 of them repeating in the dropdown, it gets to:
Software Loopback Interface 1
Software Loopback Interface
Software Loopback Interface
Software Loopback Interfac
Software Loopback Interfa
Software Loopback Interf
Software Loopback Inter
Software Loopback Inte
and so on until the line has only the first ‘S’. Never finds my actual Wi-Fi, though I’m obviously using it to type this.

I’ve uninstalled PerfMon, deleted its registry keys, reinstalled the latest Performance Monitor 4.1.3, and it just keeps doing this. The order of interfaces in the list changed, but the content didn’t.

Windows finds a few of the listed interfaces, but not nearly all of them.

Today when I checked in Windows there were 3 Npcap Loopback Adpters, 3, 4, 5, the ones that fill the system log with «no DHCP» errors, and clutter the PerfMon4 adapter list. I eventually deleted them from devmgr.

PS C:\Program Files\Npcap> ./CheckStatus.bat
Npcap Loopback Adapter Ethernet 3
Npcap Loopback Adapter Ethernet 5
Npcap Loopback Adapter Ethernet 4

PS C:\Program Files\Npcap> ./FixInstall.bat
Dot11Support = 0x1
LoopbackSupport = 0x1
WinPcapCompatible = 0x0
NPCAP_DIR = «C:\Program Files\Npcap»

The Npcap Packet Driver (NPCAP) service was stopped successfully.

[SC] ChangeServiceConfig SUCCESS
The Npcap Packet Driver (NPCAP) (Wi-Fi) service is not started.

More help is available by typing NET HELPMSG 3521.

[SC] ChangeServiceConfig SUCCESS
ROOT\NET\0002 : Removed
Npcap Loopback adapter has been successfully uninstalled!
Npcap Loopback adapter has been successfully installed!
[SC] OpenService FAILED 5:

Access is denied.

The requested service has already been started.

More help is available by typing NET HELPMSG 2182.

The Npcap Packet Driver (NPCAP) service was started successfully.

The bindings of Npcap driver (with Wi-Fi support) have been successfully restarted!

PS C:\Program Files\Npcap> ./CheckStatus.bat
Npcap Loopback Adapter Ethernet 3
Npcap Loopback Adapter Ethernet 5
Npcap Loopback Adapter Ethernet 4

PS C:\Program Files\Npcap> ncpa.cpl
[Deleted three adapters]

PS C:\Program Files\Npcap> ./CheckStatus.bat
Dot11Support = 0x1
LoopbackSupport = 0x1
WinPcapCompatible = 0x0
NPCAP_DIR = «C:\Program Files\Npcap»

The Npcap Packet Driver (NPCAP) service was stopped successfully.

[SC] ChangeServiceConfig SUCCESS
The Npcap Packet Driver (NPCAP) (Wi-Fi) service is not started.

More help is available by typing NET HELPMSG 3521.

[SC] ChangeServiceConfig SUCCESS
Npcap Loopback adapter has been successfully uninstalled!
Npcap Loopback adapter has been successfully installed!
[SC] OpenService FAILED 5:

Access is denied.

The requested service has already been started.

More help is available by typing NET HELPMSG 2182.

The Npcap Packet Driver (NPCAP) service was started successfully.

The bindings of Npcap driver (with Wi-Fi support) have been successfully restarted!
PS C:\Program Files\Npcap>

PerfMon4 is now working! Shows «62 interfaces». The list shows all the previous Npcap Loopback Adapters plus more variations of them, and still shows the final name losing one char from the end until it is just an ‘S’ — but the display works!

My Surface Book has no ethernet at all, one internal Wi-Fi adapter, and traces of a USB Wi-Fi adapter that has been connected in the past. Why do these «Npcap Loopback Adapter Ethernet 3/4/5/? adapters keep appearing?

If they have some purpose, is there a way to keep them from filling my Windows System log with hundred of DHCP errors per day?

Any idea why deleting them would make PerfMon4 work again?

if attempting to disable or uninstall ‘npcap loopback adapter’ or if installing any other network related driver onto the system is causing it to bluescreen with the error code ‘RQTL_NOT_LESS_OR_EQUAL’ on Windows 10, I cannot guarantee this will work but you might want to try the following:-

put the computer into safe mode > right-click the start button (the Windows icon) in the bottom left-hand corner of the screen > click run in the pop-up menu that appears > type in ‘msconfig’ and hit enter > in the system configuration window, click the ‘boot’ tap > on the boot tab, in the ‘boot options’ section, tick ‘Safe boot’ and select ‘minimal’ (do NOT select safe mode with ‘network’ because attempting to remove npcap loopback adapter with that enabled will cause bluescreen) > click ‘apply’ in the lower right-hand side of the window and the system will then prompt to restart the computer so that the selected settings can take effect (there are many other ways to boot into safe mode, such as holding the power button and forcing the computer to turn off as it is booting up, doing that 3 times in succession will lead into the ‘automatic repair’ screen where safe mode can be accessed, for further details on how to do that, please look it up via a search engine)

once you have booted into safe mode > right-click the start button (Windows icon) in the lower left-hand corner of the screen > click ‘device manager’ > in device manager expand ‘Network adapters’ > right-click ‘npcap loopback adapter’ and click uninstall driver (if all goes well, it should remove the driver from ‘Device Manager’ without causing bluescreen) > now, right-click the start button (Windows icon) in the lower left-hand corner of the screen > click ‘Settings’ in the pop-up menu > click ‘Network & Internet’ > this should take you directly to the ‘Status’ menu where at the very bottom you should find ‘Network Reset’, in the menu that appears click ‘reset’, a notification window should show up and inform that in 5 minutes the computer will be restarted, the network adapters will then be removed and network settings reset

after booting back into safe mode > right-click the start button (Windows icon) in the lower left-hand side > click ‘run’ > type in ‘msconfig’ > when the System Configuration window appears click ‘boot’ tab > in the ‘Boot options’ section, untick ‘Safe boot’ then click apply in the bottom right-hand corner of the window, the computer will prompt the system to restart and this will boot Windows back into the normal operating environment

if you were unable to install any network related drivers before, try doing so again now, to see if bluescreen still occures, again, I cannot guarantee that this will work, it seem to have helped me get rid of that pesky npcap loopback adapter and allowed me to install network drivers without getting that annoying bluescreen with RQTL_NOT_LESS_OR_EQUAL error code, knowing all to well of the frustration that this causes, I hope that this works

and with that I would very much appreciate it if the developers of this software would go #### themselves, it was a ####### headache trying to get your #### off the computer

have a nice day

THIS DID WORK FOR ME, THANK YOU!

This issue is only relevant to Npcap 0.10. We are locking this issue to avoid confusion. Please open a new issue if Npcap 0.996 or newer is affected.

Похожие статьи