Monday 6 October 2014

How to create hotspot from laptop to share internet without any software

HERE I WILL SHOW HOW TO CREATE A WIFI HOTSPOT WITHOUT ANY SOFTWARE TO SHARE INTERNET BROADBAND TO MOBILE OR ANOTHER LAPTOP OR ALSO FOR LAN GAMING

FIRST OF ALL YOU NEED TO

Create shortcut for Microsoft shell commands

Step 1: 
Right click on the desktop and create a shortcut



Step 2: 
Once you create a shortcut, a small window opens up. You need to type the required command script on that blank.

Now if you want to run a script like "netsh wlan start hostednetwork" then type that in the given field.




Step 3: 
Now give it a name. For me it is "Start.exe"
'
                                       


Step 4: 
To verify whether it will runs your command or not, right click on the shortcut and watch the Target field. It contains the path of your command.




Similarly create another two files with commands "netsh wlan set hostednetwork mode=allow ssid=funkywifi key=password123 keyusage=persistent " and "netsh wlan stop hostednetwork" named as "Configure_WiFi" and"Stop" respectively.
You can change you Wifi-access point name and password by changing ssid and password parameter in the "Target"field as shown in the above pic.
Now to run a command as administrator , simply right click and choose "run as administrator" option. Hope this would help you farther. 

No comments:

Post a Comment