Wednesday, January 20, 2016

Create WiFi Hot-Spot in Windows 8/8.1/10 via Command Prompt

1-Open Command Prompt via run as Administrator

2-Type the command-

netsh wlan set hostednetwork mode=allow  ssid=xyz key=12345
 
netsh wlan start hostednetwork

3-For Stop Hot-Spot type this command in CMD

netsh wlan stop hostednetwork


ENABLE WIFI OR WIRELESS VIA COMMAND PROMPT

1- GO TO START & OPEN CMD (RUN AS ADMINISTRATOR)
2- TYPE THIS COMMAND -
netsh interface show interface

3- FOR Enable WiFi-
netsh interface set interface "Interface Name" enabled
EXAMPLE
netsh interface set interface "Wi-Fi enable" = wifi enable

4-For Disable WiFi-
netsh interface set interface "Interface Name" disable
Example-
netsh interface set interface "Wi-Fi disable" = wifi disable