Create Wireless Ad Hoc Internet Connection [Share WIFI internet]

How To Create Wireless Ad Hoc Internet Connection

1.Create Wifi Spot

2.share internet

1.Create Wifi Spot

 

Share your connection , if it’s a wifi connection you must have 2 wifi , 1 for  connect , 1 for sharing


 2.share internet

 If you need to delete “wifi network go to manage wireless networks”


3.share-internet-adhoc-startmenu

 

Batch file for automating process , wifi name DDX   /// password 00000000

 

 

@echo off
CLS
:MENU
echo password 00000000 name DDX
ECHO.
ECHO ......................................................
ECHO.
ECHO Press 1, 2, or 3 to select your task, or 4 to Exit.
ECHO ......................................................
ECHO.
ECHO 1 - Start WiFi Sharing
ECHO 2 - Stop WiFi Sharing
ECHO 3 - Exit
ECHO.
SET /P M=Type 1, 2, 3, or 4, then press ENTER:
IF %M%==1 GOTO START
IF %M%==2 GOTO STOP
IF %M%==3 GOTO EOF
IF %M%==4 GOTO EOF
:START
netsh wlan set hostednetwork mode=allow ssid=DDX keyusage=persistent key=00000000
netsh wlan start hostednetwork
GOTO MENU
GOTO MENU
:STOP
netsh wlan stop hostednetwork
netsh wlan set hostednetwork mode=disallow
GOTO MENU



Or Use Virtual Router Manager

virtual dimm
 

Leave a comment

Your email address will not be published. Required fields are marked *