Thursday, September 17, 2015

Manage Hotspot on Windows 7

Managing Hosted Network (Hotspot) on a Laptop running Windows 7

1. Setup Hosted Network

netsh wlan show drivers
netsh wlan set hostednetwork mode=allow ssid=[name] key=[pw]
netsh wlan show hostednetwork

2. Start Hosted Network (Hotspot)

netsh wlan start hostednetwork

3. Stop Hosted Network (Hotspot)

netsh wlan stop hostednetwork

Manage Hotspot on Windows 7

Managing Hosted Network (Hotspot) on a Laptop running Windows 7 1. Setup Hosted Network netsh wlan show drivers netsh wlan set hostedn...