Win7 Wireless Sharing Batch Processing

  
        Create a new notepad " Wifi share.txt”, then change to “ Wifi share.bat”, you can 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 rem Start virtual wireless network netsh wlan start hostednetwork rem " Stay 3 seconds " ping -n 3 127.1>nul rem " program exit " exit
Copyright © Windows knowledge All Rights Reserved