Skip to content

Instantly share code, notes, and snippets.

@GeekyShiva
Created December 14, 2016 15:21
Show Gist options
  • Save GeekyShiva/95f83043ea200127fd745b802c5bf204 to your computer and use it in GitHub Desktop.
Save GeekyShiva/95f83043ea200127fd745b802c5bf204 to your computer and use it in GitHub Desktop.
Windows Wifi-Hotspot: These are two .bat extention files that one can download and run (Using Administrator Permissions) to enable and disable their Laptops Wifi Adapter for hostspot. :)
netsh wlan stop hostednetwork
pause
netsh wlan set hostednetwork mode=allow ssid=SSID_NAME key=PASSWORD
netsh wlan start hostednetwork
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment