Created
November 20, 2015 00:01
-
-
Save kenyus/35a7e47d9224c1acbfcc to your computer and use it in GitHub Desktop.
Windows & Network priority
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To force Windows to use a specific network connection, assign a metric value to each one, giving the lowest value to the desired connection: | |
| Open the Network Connections folder (Start > Run > ncpa.cpl) | |
| Right click the desired connection. | |
| Click Properties > Internet Protocol Version 4. | |
| Click Properties > Advanced. | |
| Un-check "Automatic metric". | |
| Enter a number between 1 and 9999 for the "Interface metric"." | |
| Manually set LAN to a larger integer than the wireless | |
| Ex: LAN [interface Metric: 3 ], wireless [interface Metric: 2 ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment