Removing (Presumably) Extraneous Network Adapters from Device Manager (eg WAN Miniport)

3

1

Can anyone shed some light on the default items in the Network Adapters branch of the Windows Device Manager? In addition to the network card, there are always a bunch of other things that I cannot find any useful information on such as RAS Asynch Adapter and all the WAN Miniports (IKEv2, IP(v6), L2TP, Network Monitor, PPPOE, PPTP, SSTP).

I would like to trim it down and uninstall whatever possible but cannot find out exactly what these items are responsible for (and therefore whether or not they are needed on my system). Most of the pages found with Google are either people trying to fix an error with such an item or someone asking what it is and being given an unhelpful, pat response like “just leave them alone” or “they’re necessary”. I highly doubt that is the case and I’m certain that at least some items can be removed because even if they become necessary in the future they can be added again (for example installing Network Monitor or Protowall reinstalls the miniport drivers anyway).

Synetech

Posted 2011-02-21T15:01:50.587

Reputation: 63 242

3Just leave them alone, they're necessary. – Paused until further notice. – 2011-02-21T15:13:11.927

@Dennis, cute. :-D – Synetech – 2011-02-21T15:18:11.580

Answers

3

They're not extraneous. Those are essentially drivers for various types of network connections. For example, the WAN Miniport (PPTP) adapter (driver) is used when making a VPN connection to a PPTP VPN server. The WAN Miniport (PPOE) adapter (driver) would be used when your computer is connected directly to a PPOE broadband modem. Removing these adapters (drivers) would break the functionallity that these adapters (drivers) provide.

joeqwerty

Posted 2011-02-21T15:01:50.587

Reputation: 5 259

@SteveC Control_Panel/Device_Manager -> Network_adapters. Tick from View menu Show hidden devices then make a right click on "non needed" and disable it. – Alex – 2017-02-27T22:26:54.973

Yes, but like I said, they are not necessarily necessary for every system. I am trying to determine exactly what each one does so tha I can determine which ones are required for my system. I don’t use VPN, so then I suppose I can uninstall the PPTP right? I don’t use IPv6, so then I can uninstall the IPv6 Miniport driver right? Isn’t the RAS Async Adapter related to dial-up? I don’t use dial-up. etc.

I’m not looking for pat answers, I’m looking for information. – Synetech – 2011-02-21T15:24:53.820

Remove the ones you don't think you need and see what happens. In addition, I didn't give you a pat answer. – joeqwerty – 2011-02-21T15:30:22.747

How do you remove ones that aren't in the Control Panel / Network Connections, but appear in the list when you do ipconfig ? – SteveC – 2012-01-12T13:07:37.313

0

I was getting Event ID Error 3 WiFiSession errors when viewing the Event Viewer and I don't even have wifi on this desktop. Searching why I was getting this error I was led to believe it was the Network Adapters (googling the error) and when in Device Manager then showing Hidden Devices I too had listed under my LAN adapter (GBE Realtek) there were 8 WAN Mini-port items greyed/lite blued out.. when I uninstalled them those errors in Event Viewer stopped.

Sam Moss

Posted 2011-02-21T15:01:50.587

Reputation: 51

0

Correct, you shouldn’t need them all in every environment. You might like to make a system image backup (option, option, citation) before making major changes.

Best as I can find out:

PPPOE is for connecting your machine directly to DSL without using a router. Or for creating a hot spot.

PPP might be for using your computer to extend your network.

I don’t know what the RAS Async Adapter is. I suspect it might be related to Azure server, but I cannot find out for sure.

I also don’t know about the network monitors.

IKeV2, L2TP, SST, PPTP, and GRE are VPN/remote access configurations.

I would tend to upgrade, then disable, and see if security or performance improves. Some of this you may never need, but you may later decide to, say, load a security solution containing a VPN so you can take your laptop or mobile device to a coffee shop or hospital and secure your connection there.

Khi

Posted 2011-02-21T15:01:50.587

Reputation: 21