Thursday 14 March 2013

Setting wireless networks priorities for Windows



1) Display list of current profiles:
>netsh wlan show profiles

Profiles on interface Wireless Network Connection:

Group policy profiles (read only)
---------------------------------
    <None>

User profiles
-------------
  

    All User Profile     : BASIC_IBIS

    All User Profile     : Belkin

    All User Profile     : Serena-WiFi

    All User Profile     : MOBILE


    All User Profile     : belkin54g


2) Change profiles priority:

>netsh wlan set profileorder name="Belkin" interface="Wireless Network Connection" priority=1
Priority order of profile "Belkin" is updated successfully.

C:\Users\sawafa.EMRO>netsh wlan show profiles

Profiles on interface Wireless Network Connection:

Group policy profiles (read only)
---------------------------------
    <None>

User profiles
-------------
    All User Profile     : Belkin
    All User Profile     : BASIC_IBIS
    All User Profile     : Serena-WiFi
    All User Profile     : MOBILE
    All User Profile     : belkin54g
 


No comments:

Post a Comment