Using win7 wireless routing function to make mobile phone wireless Internet

  
Using win7 wireless routing function to make mobile phone wireless Internet access is not difficult, let's take a look at it.
1, set the wireless routing
start -> search bar input cmd, right click on the cmd program, open as an administrator.
Enter the command in the console: netsh wlan set hostednetwork mode=allow ssid=myssid key=mykey
myssid: is the name of the wireless network; mykey: is the wireless network password
2, use the local network cable connection, bind Wireless Routing
Control Panel->Network and Internet->Network Connection
Right-click to open the local connection, open the shared tab, and set it as shown below. After the setting is successful, the local connection will be displayed as [Network, Shared]

3. Turn on the wireless network:
Open Notepad, enter: netsh wlan start hostednetwork
Save as .bat file, run this program as administrator when you need to use it every time.
After the operation is successful, in the network connection, you will see the status of the Micro Virtual WiFi Miniport Adapter connected normally.
4, if you are using a notebook, there may be cases where the mobile phone WiFi connection notebook virtual route is unstable.
Try typing in the console: netsh wlan set autoconfig enabled=no interface="real wireless network connection name".
This method has no effect, and it takes time to test.

Copyright © Windows knowledge All Rights Reserved