What's new

Tutorial Create Wi-Fi hotspot right from the command prompt.

DetroitGuru

Forum Veteran
Elite
Joined
Oct 1, 2017
Posts
1,859
Reaction
3,107
Points
837
received_557672384639727.gif

Welcome back to my thread mga papsy!

✅Create Wi-Fi hotspot right from the command prompt✅

Before opening the Command Prompt to execute the commands needed for this, you need to open Control Panel and find Change adapter settings in the Network and Sharing option. There, click on the connection you are using and click on Properties. Now find the sharing tab and check the option “Allow other network users to connect through this computer’s internet connection.”

Now open the Command Prompt with administrative privileges and enter the following command:

Code:
netsh wlan set hostednetwork mode=allow ssid=Yourhotspotname key=yourpassword

After it’s enabled, enter the following command to start the Wi-Fi hotspot

Code:
netsh wlan start hostednetwork

To stop it, simply enter this command:

Code:
netsh wlan stop hostednetwork

©PR4D0X

Please leave a reaction, feedback and follow me for more updates. Thank You!
 

Attachments

Back
Top