I am unsure if this is how Windows 10 operates, but I would appreciate confirmation. My goal is for Windows to prioritize Ethernet when connected directly to my home router, while still being able to utilize WiFi to connect to single board computers used for development. It is crucial that if Ethernet is connected to my router, WiFi should not also try to connect to it, only to other devices.
Can Windows 10 be configured to function in this way?
3 Answers
Yes, it is possible to configure Windows 10 to prioritize Ethernet over WiFi when both are connected. You can do this by going to the Network Connections settings in the Control Panel, right-clicking on the Ethernet connection, and selecting “Properties.” From there, you can select the “Configure” button for the network adapter, go to the “Advanced” tab, and set the “Value” for “Link Speed & Duplex” to “100 Mbps Full Duplex.” This will ensure that the Ethernet connection is given priority over the WiFi connection.
You can also set the wifi connection as metered to avoid automatic connection when the ethernet connection is active.
Additionally, you can use the command ‘netsh interface set interface “WiFi” admin=disable’ to disable the wifi connection when the ethernet is connected and use the command ‘netsh interface set interface “WiFi” admin=enable’ to enable the wifi connection when the ethernet is disconnected.