Friday, February 10, 2017

Dos command to share internet over wifi without using software

1. Run command prompt with administrative privileges
right click on command prompt and select run as administrator

2. Verify hosted network support
Type "netsh wlan show drivers"
If the output contains "Hosted network supported :Yes" then we can proceed to next step

3. Create hotspot
Type "netsh wlan set hostednetwork mode=allow ssid=Hotspotname key=password"
This will create a Hotspot but it is currently offline.
Use desired hotspot name and pasword in the command

4. Start hot spot
Type and run "netsh wlan start hostednetwork" in command prompt to start the hotspot

5. Stop hot spot
Type and run "netsh wlan stop hostednetwork" in command prompt to stop the hotspot

6. How to check hotspot details
Type and run "netsh wlan show hostednetwork" to check the hotspot status

7. Additional options
you can create batch file to start and stop hotspot

No comments :

Post a Comment

@your concern

My Reading List