[guide][windows] how to create wifi hotspot for reverse tether using cmd

Search This thread

christythomas

Member
Jan 18, 2014
42
0
Kerala
THIS IS A SIMPLE METHOD USED TO MAKE A WI-FI HOTSPOT IN YOUR PC WITHOUT ADDITIONAL APPLICATION.......

INSTRUCTIONS

Step 1 : Start CMD as Administrator by pressing Windows key+ X

Step 2 : Check whether your computer is supported for Hosted network or not.
Type the following command in Command Prompt and press enter.
Command : netsh wlan show drivers

IF YOU SEE HOSTED NETWORK SUPPORT AS "YES" THEN CONTINUE

Step 3 : Type “netsh wlan set hostednetwork mode=allow ssid=yourname key=yourpassword”
(enter the command without the quotations and Password must be greater than 8 digits).
Example : netsh wlan set hostednetwork mode=allow ssid=XDA key=12345678

Step 4 :Use This Command to start the hotspot.
Command : netsh wlan start hostednetwork
If your Command Prompt says ” your hosted network couldn’t be started ” then make sure to turn on the “WiFi” and also enable the Wireless Adapter ....

Step 5 : Go to control Panel >>> Network and Internet and select Network and Sharing Center.

Step 6 : Select “Change adapter settings” in the left side

Step 7 : Right click on your Wireless Network Adapter and select properties. Select the tab “Sharing“.
Check the option “Allow other network users to connect through this internet’s connection” option.
Select your newly created hosted network name.

Step 8 : Check whether your hosted network has shared the network access or not from the Network Sharing and Center.

CONGRATULATIONS YOU HAVE SUCCESSFULLY CREATED A WI-FI HOTSPOT IN YOUR PC...... :D

NOTE : To stop the hosted network, type the command ” netsh wlan stop hostednetwork” in command prompt.
STARTING AND STOPPING THE HOTSPOT BY COMMAND IS HARD SO, WE CAN CREATE A SHORTCUT FOR THAT.

FOLLOW THESE STEPS ALSO.....

FOR START WI-FI

Step 1 : InThe Desktop >>> Right click >>> New Shortcut.
Step 2 : Type the command ” C:\Windows\System32\netsh.exe wlan start hostednetwork ” on the shortcut and click on Next.
Step 3 : Rename it as “Start WiFi” and click finish.

FOR STOP WI-FI

Step 1 : InThe Desktop >>> Right click >>> New Shortcut
Step 2 : Type the command ” C:\Windows\System32\netsh.exe wlan stop hostednetwork ” on the shortcut and click on Next.
Step 3 : Rename it as “Stop WiFi” and click finish.

NOTE : ALWAYS RUN THIS SHORTCUTS AS ADMINISTRATOR. AND HAVE FUN........
HIT THANKS FOR MY HELP....... :D
 
Last edited: