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
No comments:
Post a Comment