through this method Create Ad-hoc Wireless network by using Command based:---------
Step 1:- Open the Command Prompt with Administrator priviledge.
Step 2:- Type the following cmd to ensure that ur network interface supports Hosted Network feature
netsh wlan show drivers
Step 3:- Run this cmd to configure wifi adhoc connection
netsh wlan set hostednetwork mode=allow ssid=<ur name> key=<password>
Step 4:- Run the following command to start it.
netsh wlan start hostednetwork
################ Thanks
Step 1:- Open the Command Prompt with Administrator priviledge.
Step 2:- Type the following cmd to ensure that ur network interface supports Hosted Network feature
netsh wlan show drivers
Step 3:- Run this cmd to configure wifi adhoc connection
netsh wlan set hostednetwork mode=allow ssid=<ur name> key=<password>
Step 4:- Run the following command to start it.
netsh wlan start hostednetwork
################ Thanks
No comments:
Post a Comment