Método 1: Usando o Terminal do Windows
1. Pressione a tecla Windows.
2. Digite
terminal do Windows .
3. Clique no
Terminal do Windows ícone.
4. No prompt, digite
netsh wlan set profileparameter name =wireless_network_name interface =_wireless_network_interface_name connectiontype =ESS .
5. Pressione Enter.
6. No prompt, digite
exit .
>
Método 2: Usando o Windows PowerShell
1. Pressione a tecla Windows + R para abrir a caixa de diálogo Executar.
2. Digite
powershell e pressione Enter para abrir o Windows PowerShell.
3. No prompt, digite
Set-NetConnectionProfile – InterfaceAlias -NetworkCategory "No Infrastructure Authentication” .
4. Pressione
Enter .