Skip to content

Instantly share code, notes, and snippets.

@fairlight1337
Created October 5, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fairlight1337/5f9e29009e8baf5964dc379a349b47b5 to your computer and use it in GitHub Desktop.
Save fairlight1337/5f9e29009e8baf5964dc379a349b47b5 to your computer and use it in GitHub Desktop.
Batch script for starting a SoftAP under Windows 10
netsh wlan set hostednetwork mode=allow ssid=<YOUR_SSID> key=<YOUR_KEY>
netsh wlan start hostednetwork
@fairlight1337
Copy link
Author

This script starts a soft wifi access point under Windows 10. Fill in the YOUR_SSID and YOUR_KEY parameters as appropriate.

Note that while in SoftAP mode, Windows 10 can still use the same wireless adapter to connect to other wifi networks, although these networks are not automatically bridged by this script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment