Win7 Wireless Sharing Batch Processing

  
New Notepad "Wifi Sharing. Txt", then change to "Wifi Sharing. Bat", you need to start a double click.
The contents of the file are as follows:
[plain]
@echo off
rem Add virtual wireless network
netsh wlan set hostednetwork mode=allow ssid="Wifi_Name" key=12345678 keyUsage=persistent< Br>rem Start virtual wireless network
netsh wlan start hostednetwork
rem "stay for 3 seconds"
ping -n 3 127.1>nul
rem "program exit"
Exit

Copyright © Windows knowledge All Rights Reserved