WIFI Hotspot

Create HotSpot

C:\Users\USER-PC>netsh wlan set hostednetwork mode=allow ssid=HotspotName key=Password
The hosted network mode has been set to allow.
The SSID of the hosted network has been successfully changed.
The user key passphrase of the hosted network has been successfully changed.


Start HotSpot

C:\Users\USER-PC>netsh wlan start hostednetwork
The hosted network started.


Stop HotSpot

C:\Users\USER-PC>netsh wlan stop hostednetwork
The hosted network stopped.