User Tools

Site Tools


microsoft:cli:wlan_connection_stop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
microsoft:cli:wlan_connection_stop [2021/10/06 07:15] – created rpleckomicrosoft:cli:wlan_connection_stop [2021/10/06 07:43] (current) rplecko
Line 6: Line 6:
 To prevent a device from connecting to a Wi-Fi network automatically, use these steps: To prevent a device from connecting to a Wi-Fi network automatically, use these steps:
  
-    Open Start. +  *     Open Start. 
-    Search for Command Prompt, right-click the top result, and select the Run as administrator option.+      Search for Command Prompt, right-click the top result, and select the Run as administrator option. 
 +  *     Type the following command to disable auto-connect and press Enter:
  
-    Type the following command to disable auto-connect and press Enter:+  netsh wlan set profileparameter name="WLAN-PROFILE-NAME" connectionmode=manual
  
-    netsh wlan set profileparameter name="WLAN-PROFILE-NAME" connectionmode=manual+In the command, replace WLAN-PROFILE-NAME with the name of the wireless profile. For example, this command disables automatic connections for the tsunami network:
  
-    In the command, replace WLAN-PROFILE-NAME with the name of the wireless profile.+  netsh wlan set profileparameter name="tsunami" connectionmode=manual
  
-    For example, this command disables automatic connections for the tsunami network:+  * (Optional) Type the following command to change the network priority and press Enter:
  
-    netsh wlan set profileparameter name="tsunami" connectionmode=manual+  netsh wlan set profileparameter name="WLAN-PROFILE-NAME" connectionmode=auto
  
-    (Optional) Type the following command to change the network priority and press Enter:+In the command, replace WLAN-PROFILE-NAME with the wireless profile name you are trying to change its priority.
  
-    netsh wlan set profileparameter name="WLAN-PROFILE-NAME" connectionmode=auto+For example, this command makes the tsunami profile a priority:
  
-    In the command, replace WLAN-PROFILE-NAME with the wireless profile name you are trying to change its priority.+  netsh wlan set profileparameter name="tsunami" connectionmode=auto
  
-    For example, this command makes the tsunami profile a priority:+{{ :microsoft:cli:07_netsh-wlan-disable-wifi-automatic-connect.jpg?700 }}
  
-    netsh wlan set profileparameter name="tsunami" connectionmode=auto +**Quick note:** //Windows 10 will always make a priority those networks you choose to connect automatically. If you want to move up a network in the list of precedence, you can use the above command.//
- +
-    netsh disable automatic Wi-Fi connect +
-    Source: Windows Central +
- +
-    Quick note: Windows 10 will always make a priority those networks you choose to connect automatically. If you want to move up a network in the list of precedence, you can use the above command.+
  
 Once you complete the steps, Windows 10 will no longer try to connect to wireless networks automatically. Once you complete the steps, Windows 10 will no longer try to connect to wireless networks automatically.
microsoft/cli/wlan_connection_stop.1633504511.txt.gz · Last modified: 2021/10/06 07:15 by rplecko