အမ်ိဳးအစားအလိုက္ၾကည့္႐ႈရန္

Monday, December 15, 2014

How to Change the Priority of Wired/Wireless Network Cards in Windows

Network ၾကိဳးေရာ wireless ပါအသံုးျပဳၿပီး အင္တာနက္ႏွစ္လိုင္းကို တစ္ျပိဳင္တည္းအသံုးျပဳေနၿပီဆိုလွ်င္ ဘယ္လိုင္းကို ဦးစားေပးအသံုးျပဳေနလဲၾကည့္ဖို႔ရန္ႏွင့္ ေျပာင္းလဲလိုလွ်င္.......

Do you ever plug in your wired network card while your wireless card is still enabled? Ever wonder how Windows chooses which one to use? Here’s how to see the default priority—and how to change it if you want.

How to See the Current Network Card Priority

You’ll need to open up a new command prompt window and type in the following command:
netstat -rn | more
The | more part of the command will make sure that it doesn’t go flying off the screen, requiring you to scroll backwards—speaking of which, you should read our article about how to scroll backwards in the command prompt with the keyboard.
image
At the top of the output you’ll see the Interface List, and the column on the left-hand side shows the metric of the interface. You’ll notice that the loopback interface has the highest priority, followed by my wired Gigabit card, and then my wireless card.
image
If you’re wondering what all the other cards in the list are about, I’ve got some VPN software loaded, as well as VMware Workstation, all of which create virtual adapters that show up in the list.

How to Change the Network Card Priority

To change the priority, head into Network and Sharing Center and click on the Change adapter settings link on the left-hand side—or you can quickly open the network connections list by typing ncpa.cpl into the Start Menu search box.
image
Now that we’re in here, choose the network card that you want to change the priority for, right-click it, and choose Properties from the menu.
image
Now select the Internet Protocol Version 4 item in the list, and click the Properties button.
image
Now click the Advanced button at the bottom of this window…. getting tired of clicking yet?
image
And now, finally, we’re at the place where you can make the change. Uncheck the box for Automatic Metric, and then type a number into the Interface Metric textbox. You can consult the list that we found in the command prompt earlier to know what metric to assign—you’ll probably want to assign it something higher than 1, since that’s used for the loopback adapter.
image
You may want to go ahead and change the priority for your other card as well, just to be sure that it is assigned the proper priority.