Share your network connection with any WiFi device ( laptop,desktop Pc, mobile phone...)
without any extra software in your windows 7
Step 1
- Run CMD as administrador
- Launch this command (change NameofWan , WLankey)
netsh wlan set hostednetwork mode=allow ssid=NAMEofWLAN key= Wlankey
Step 2
- Go to Control Panel > Network and Sharing Center>Change adapter settings
- right click on internet adapter and select properties
- Click the sharing tab
- Mark the box "Allow other network users to connect"
- Choose the virtual WiFi adapter and click OK
Step 3
- Open CMD as administrador and launch
netsh wlan start hostednetwork
END
Other Netsh useful commands
To stop Hosted network ( virtual WiFi):
netsh wlan stop hostednetwork
To see hosted networks and configuration :
netsh wlan show hostednetwork
To see Hosted network security information:
netsh wlan show hostednetwork security
For more commands use:
netsh wlan ?