How to turn wired network connection into a WiFi Access Point using command prompt [HD + Narration]

  • 9 years ago
Alternate video link if it will not works: http://youtu.be/QkpQg99yLbE

codes:

*To check weather your wifi device support hosted network :netsh wlan show drivers

*Create hosted network: netsh wlan set hostednetwork mode=allow ssid=(any) key=(any)

*Start hosted network: netsh start hostednetwork

*stop hosted network: netsh stop hostednetwork