Set WIFI Connection Order

Various changes to the Windows Operating System, also for the Intranet

Moderator: sjj1805

Post Reply
User avatar
sjj1805
Site Admin
Posts: 1194
Joined: Fri Oct 27, 2006 12:45 am
operating_system: Windows 10 Pro
motherboard: Hewlett Packard 2AF7
system_drive: C
32bit or 64bit: 64 Bit
processor: 2-90 gigahertz Intel Core i5 4460S
ram: 8 GB
video card: NVIDIA GeForce GT 705
sound card: P40D100-4 NVIDIA High Definition Audio
Hard_Drive_Capacity: 8 TB
Location: Birmingham UK
Contact:

Set WIFI Connection Order

Post by sjj1805 » Sun Feb 11, 2018 3:04 pm

1. Display available networks.
netsh wlan show profiles

2 Set Priority
netsh wlan set profileorder name=”SJJIntranet" interface="WiFi" priority=1
netsh wlan set profileorder name=”SJJIntranet5G" interface="WiFi" priority=2
in this example the chosen network is "WIFI"
The available connection ”SJJIntranet" will be the the 1st to be selected.
The available connection ”SJJIntranet5G" will be the the 2nd to be selected.

Post Reply