Skip to content

Instantly share code, notes, and snippets.

@ignaciospisso
ignaciospisso / tethering.bat
Created August 18, 2015 02:43
WIFI sharing using a wireless network card for windows (batch file)
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=allow ssid=REPLACEHOTSPOTNAME key=REPLACEHOTSPOTPASSWORD
netsh wlan start hostednetwork
exit