11

Is there a simple and permanent way to disable the Microsoft Virtual WiFi Miniport Adapter permanently.

I believe this device may be the source of some wifi problems my users have been having.

5 Answers5

11

AFAIK, the Microsoft Virtual WiFi Miniport Adapter is a virtual adaptor for sharing your internet connection (ie. making a wifi hotspot, or 'hosted network').

To disable this, open an elevated command prompt (cmd as admin) and type in the following commands, in order:

netsh wlan stop hostednetwork This stops the hosted network

netsh wlan set hostednetwork mode=disallow This disables the hotspot.

Source for commands

This worked for me and removed the adaptor on my computer.

ᔕᖺᘎᕊ
  • 6,393
1

To permanent deletion of the hosted network adapter (Microsoft Virtual WiFi Miniport Adapter) just delete in windows registers this key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Wlansvc\Parameters\HostedNetworkSettings\HostedNetworkSettings

vlk
  • 211
0

This virtual adapter was installed by my Intel Wireless driver software. I was unable to disconnect my main Network Interface Card driver from this virtual adapter software. So I just disabled the virtual adapter from the network connections window.

Right-click->disable

enter image description here

0

look up device manager> view (on the top bar)> view hidden devices> network adapters(in the main area)> find microsoft virtual adapter> right click disable.

enter image description here

-1

nope u need to look up device manager>view hidden devices(at the top)> on the main screen under network adapter find the microsoft virtual adapters > right click disable

enter image description here

Tetsujin
  • 50,917