How to Setup Wifi Hotspot using Command in Windows.
Today we will Show you how to create your own hotspot using command prompt in Windows 7, Windows 8, and Windows 10.
1. Press “Windows key + R” to run and then type “cmd” and hit “Enter”
3. Type “netsh wlan show drivers” and press “Enter”.
4. Type “netsh wlan set hostednetwork mode=allow ssid=Hotspotname key=password” to create the hotspot.
5. Type “netsh wlan start hostednetwork” to start the hotspot.
5. Type “netsh wlan stop hostednetwork” to stop the hotspot.