Laptop Open WiFi V1.0

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.