I don't have a router port on my laptop. Android/Bluetooth tethering is way too slow.Do you need WiFi connection, if not, why not plug the cable from your router directly to your computer and avoid connecting using WiFi.
Version 10.0.0.352 (no A02)So you are on Version 10.0.0.352, A02 from Dell website?
Get-PnpDevice | ? { ($_.FriendlyName -like "*Wi-Fi*" -or $_.FriendlyName -like "*Wireless*") -and $_.Class -eq "Net" -and $_.InstanceID -like "*\VEN*"} | Get-PnpDeviceProperty -KeyName DEVPKEY_NAME,DEVPKEY_Device_DriverVersion
Running the following in powershell should give you the driver version and device name
Code:Get-PnpDevice | ? { ($_.FriendlyName -like "*Wi-Fi*" -or $_.FriendlyName -like "*Wireless*") -and $_.Class -eq "Net" -and $_.InstanceID -like "*\VEN*"} | Get-PnpDeviceProperty -KeyName DEVPKEY_NAME,DEVPKEY_Device_DriverVersion
Do you need WiFi connection, if not, why not plug the cable from your router directly to your computer and avoid connecting using WiFi.Have checked driver updates. No updates found. Even windows update doesn't provide a driver update.
I don't have a router port on my laptop. Android/Bluetooth tethering is way too slow.Do you need WiFi connection, if not, why not plug the cable from your router directly to your computer and avoid connecting using WiFi.
Version 10.0.0.352 (no A02)So you are on Version 10.0.0.352, A02 from Dell website?