Sometimes configuration should be manually, especially when you have more than a network cards both connected.
start --> ncpa.cpl
Using powershell:
Get-NetIPInterface
Identify your network cards (changing -InterfaceIndex value accordingly) based on previously output list and assigning -InterfaceMetric nn value:
Set-NetIPInterface -InterfaceIndex 17 -InterfaceMetric 15
and later use this command to enable configuration
Set-NetIPInterface -InterfaceIndex 17 -InterfaceMetric 15 enabled