Make Windows 7 ignore WiFi when ethernet is available
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Quiet Intelligence
--
Chapters
00:00 Make Windows 7 Ignore Wifi When Ethernet Is Available
00:32 Accepted Answer Score 115
01:03 Answer 2 Score 14
01:57 Answer 3 Score 18
02:16 Answer 4 Score 2
02:44 Thank you
--
Full question
https://superuser.com/questions/247601/m...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #networking #wirelessnetworking
#avk47
ACCEPTED ANSWER
Score 115
It's on Windows 7, but it's pretty well hidden.
Go to Control Panel -> Network and Sharing Center -> Change adapter settings -> The hit Alt to get the menu and choose Advanced -> Advanced Settings.
Then you can re-order your connections in that list.
Although Windows should already automatically prefer your wired over your wireless connection. It chooses what adapter to use based on the lowest interface metric, and a wirelesss connection should have a higher metric than your wired. Run route print
from the command prompt to see that.
ANSWER 2
Score 18
Go to Control Panel -> Network and Sharing Center -> Change adapter settings -> Then 'Right Click' on the Wireless network and select Status Then click Wireless Properties and make sure that if you have it set to connect when in range that it is also set to connect to Connect to a more preferred network if available.
ANSWER 3
Score 14
Two things: first, you can add a metric to each interface to specify that one is better than another. Using the GUI, go to your network connection's properties, TCP/IP, Advanced, uncheck Automatic metric, and fill in the appropriate number. Since the metric represents a cost, Windows will automatically use the interface with a lower metric if it can't decide. This KnowledgeBase article describes the feature you're disabling.
Second, you shouldn't ever have a problem that requires one interface to be used over another. If both interfaces are the same network, then you'll always want the fast one. If they're different networks, then routing tables will automatically send packets out the proper interface to reach the network they belong to.
Perhaps you have two physically separate networks with the same IP block? This is a misconfiguration, and you should fix it.
ANSWER 4
Score 2
- Go to Control Panel > Network & Internet > Network Connections
- Right click on your Wifi Network Adaptor usually titled "Wireless Network Connection"
- Select Properties
- Click on the "Configure" button
- Select Advanced tab
- Under "Property" Scroll down to "Disable Upon Wired Connect" and highlight it
- On the Right-hand side under "Value", select "Enabled" in the drop down menu
- Hit OK
- Disable then Enable back Wireless Network Connection.