Skip to content

Instantly share code, notes, and snippets.

@pathammer
Created January 19, 2019 00:02
Show Gist options
  • Save pathammer/845827b94822d68d5b618120c5905ea2 to your computer and use it in GitHub Desktop.
Save pathammer/845827b94822d68d5b618120c5905ea2 to your computer and use it in GitHub Desktop.
Windows WiFi Access Point Startup
netsh wlan set hostednetwork mode=allow ssid=windowswifi key=supersecretpw keyUsage=persistent
netsh wlan start hostednetwork
timeout 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment