USING COMMAND PROMPT
click on start menu and type " cmd " without quotes. Now command prompt will appear
1- on start screen. Right click on cmd and select " RUN AS ADMINISTRATOR" .
Note : It is must that you run cmd as administration privilege otherwise it will show error in next steps.
After clicking , computer will ask for permission select "yes" then the command prompt screen will appear.
In the output
Hosted network supported :Yes
means that your compute supports hosted networks. Verify this. Step 3 : Type " cls " without quotes ,this will clear the screen .
Step 4 : Now to create the hotspot network type following code in cmd :
netsh wlan set hostednetwork mode=allow ssid=Hotspotname key=password
replace hotspotname with your desired ssid and password with your password(at least 8 character) for the network and hit enter . for example we are creating our hosted network
like this :
netsh wlan set hostednetwork mode=allow ssid=shackingtricks key=shivamtrick
Step 6 :
now you will find your hot spot in all wifi enabled devices near you
computer(dependent range). connect to it by inputting you password
chosen during creation and enjoy !!
now you can close command prompt if you want.
netsh wlan show hostednetwork
No comments:
Post a Comment