Tried a different cable and no changes.
I tried all of the below from a Microsoft thread and still no changes.
Enable WWAN and WLAN services, these services are essential to run the Wireless and wired connection perfectly.
- Open Services (Press Windows key + R then type in services.msc then click OK)
-Look for WLAN Autoconfig and WWAN Autoconfig> Right-Click Properties and set it to automatic (If it's already set to automatic, right-click then click stop then start it again)
-Restart the PC and check
If the issue persists, run the following command in Command Prompt (Admin). Follow the steps below to do so.
These sets of commands will reset the internet connection and re-calibrate the internet settings you have.
Press Windows Key + X.
Click on Command prompt (Admin).
Type the following commands, and hit Enter after each command:
netsh int tcp set heuristics disabled
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global rss=enabled
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns