How to make your laptop to wifi accesspoint.
Have you ever been in any of the following conditions:
Your laptop receives full wifi signal but other devices in your room are receiving week signal??(need a signal booster)
Your wifi router has MAC Filter applied and you can only connect your laptop to wifi ??( but want wifi connection to other device as well)).
You have lots of guests visiting and everyone wants the wifi password !!( unfortunately the same wifi password is your universal password and don't want to share password and don't want to reconfigure the router to change password)
Well whatever may be the condition, here is a bit of command line code that can turn your laptop to wifi router and you can even set your wifi password key !!!
So let's get it done:
NOTE: The following code is only for windows OS.(Windows 8 or later versions).
Step 1: Open the command window. (Press Windows button and R, then type cmd and press enter)
Step 2: Now enter the following line of code and press enter
netsh wlan set hostednetwork mode=allow ssid={nameofthessid} key={passphrase}
NOTE:
Replace {nameofthessid} with the SSID you want for this wifi.
Replace {passphrase} with the password you want to set for this new wifi.
Step 3: enter following command and press enter
netsh wlan start hostednetwork
Refer to the image below as example:
Step 4: Allow your computer to share the internet connectivity with all other connections.
As shown in the Image below:
- Now Go to Control Panel->Network and Internet->Network and Sharing Center.
- There you will see your existing wifi connection as well as the new wifi you just created from CMD.
- From your list of active networks, click the Existing WIFI connection, then click the properties button-> now in the new pop up, From the sharing tab, select the “Allow other network users to connect through this Computer’s internet connection”
- Finally click “OK”.
Now enjoy your own personal wifi.
Excellent
Congratulations @yamuaryal! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
Award for the number of upvotes
Click on any badge to view your own Board of Honnor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
By upvoting this notification, you can help all Steemit users. Learn how here!