You can solve it by running these PowerShell commands:
Set-NetAdapterAdvancedProperty * -RegistryKeyword "*IPChecksumOffloadIPv4" -RegistryValue 0
Set-NetAdapterAdvancedProperty * -RegistryKeyword "WaitAutoNegComplete" -RegistryValue 0
These commands will turn off "Wait for Link" status check.
You don't need any restart.
Patrick vd Berg