There are many batches of wireless hotspots that are set up on the Internet, and I neutralized them.
Copy the following code into Notepad and change the suffix to bat.
[Change your own definition of SSID and key]
@echo off:: Network Name set MSSID=GTC:: Greater than eight-bit password set Mkey=123456789echo ***********************************************echo Open Bearer Network 1echo turn off bearer network 2echo Bearer Network information 3echo setting Network information Setecho exit Eecho (The network name, password can be changed in the source file) echo (please open as an administrator!!! ) echo ***********************************************:startset/p var= Please select: If%var%==1 netsh wlan start hostednetwork & amp;& Echo Network Name:%mssid% password:%mkey% && GOTO startif%var%==2 netsh wlan stop hostednetwork && GOTO start If%var%==3 netsh wlan show hostednetwork && Echo Network name:%mssid% password:%mkey% && GOTO startif%var%==set netsh WLAN set Hostednetwork ssid=%mssid% key=%mkey% && Echo Network name:%mssid% password:%mkey% && GOTO startif%var%==e Pau Se
Laptop Open WiFi V1.0