[Disable wifi microsoft virtual wifi adapter] #windows #slow_network
netsh wlan stop hostednetwork
Then stop the service
netsh wlan set hostednetwork mode=disallow
netsh wlan set hostednetwork mode=allow
then
netsh wlan start hostednetwork
I use a 1 liner PowerShell script to disable all of the Microsoft Wi-Fi Direct Virtual Adapters:
Get-NetAdapter -InterfaceDescription "Microsoft Wi-Fi Direct Virtual*" | Disable-NetAdapter -Confirm:$false
Connected or say Connected, No Internet but I couldn't use the internet.Network Connections (ncpa.cpl), the internet would actually work for like 2 seconds.Microsoft WiFi Direct Virtual Adapter.
ipconfig /all would show.
