Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Not quite the fix I was suggesting, but that'll work too.
    – Iszi
    Commented Feb 10, 2015 at 14:49
  • On Windows 10, using wifi as a backup connection to wired ethernet lan cable is different because in windows 10 Adapters and Bindings it's gone. This alternate powershell method works for me: Set-NetIPInterface –InterfaceIndex <the ifIndex of the interface in output from Get-NetIPInterface> –InterfaceMetric <a number lower than the wifi InterfaceMetric> Set it larger than InterfaceMetric of your vpn connections, if you have any. You'll still see multicast bonjour/zeroconf announcements on the wifi but routed traffic will go through the wired cable. source: is.gd/D8baOj Commented Mar 18, 2022 at 11:19