WHAT'S NEW?
Loading...

Wifi Hotspot in Windows 8 without software

Do you need a wifi hotspot software to make your laptop a wifi hotspot? Of course not. Here's how we can do this:

1. Open Command Prompt as Administrator
2. Type the command:
             netsh wlan show drivers
3. If this command gives the result containing a field as:
             Hosted network supported:   Yes
    It means there is support for hotspot creation.
4. Type the command as
              netsh wlan set hostednetwork mode=allow ssid=wifi key=pass
     Here wifi is the name of wifi and pass is the password of wifi.
5. Type the command finally as
              netsh wlan start hostednetwork
6. The command to stop the wifi hotspot is:
              netsh wlan stop hostednetwork

0 comments:

Post a Comment