All OS How to create a Wifi Hotspot on Windows Enterprise 8.1

Natrajan

Recruit
Hi All,

I have tried creating a Wifi hotspot using Windows 8.1 Enterprise. However I am not able to connect to the internet on my Smartphone. The hotspot does show up on the smart phone however I am not able o connect to the same. Please advise. The guide is followed is as follows.
 
type the following three commands in command prompt window with admin access:

netsh wlan stop hostednetwork
<enter>
netsh wlan set hostednetwork ssid=megatron key=Samsung123 keyUsage=persistent mode=allow
<enter>
netsh wlan start hostednetwork
<enter>

you can copy-paste individual line into command prompt window

this will create hosted wifi with the name megatron and password Samsung123

see if you can connect now.
 
Back
Top