Hi
Welcome to Microsoft community.
I'm glad to help you.
Due to the different versions of Windows, the location of setting network priority permissions has also changed, and you can modify it by following the steps below.
1. Go to Settings to modify the network adapter priority you need.
- Use the Windows + I shortcut to open Windows Settings - Network & Internet - click Status on the left - click the Change Adapter Options button on the right.
- Right-click on the NIC you want to reprioritize - select "Properties".
- Select "Internet Protocol Version 4 (TCP/IPv4)" in the list of NIC properties that pop up - click the "Properties" button.
[, that is, directly configure the interface hop value: Set-NetIPInterface -InterfaceIndex 21 -InterfaceMetric 10
- The -InterfaceIndex parameter in the preceding command specifies the index number of a particular NIC, and -InterfaceMetric specifies the interface metric. The numbers 21 and 10 are the numbers in my example, following your network card numbers and the values that need to be modified.
- After completing the configuration steps above, Windows 10 prioritizes network traffic based on the configuration that you manually changed.
- Any time you need to revert to Windows 10 Automated Decision, you can revert to automatic hops by executing the following command in PowerShell: Set-NetIPInterface -InterfaceIndex 21 -AutomaticMetric enabled
If you need more help, please don't hesitate to let me know.
Best regards
Derrick Qian | Microsoft Community Support Specialist