Connect to the Internet using wireless transmitters shared with wired devices in Win7
Problem description:
Internet access through mobile phones through shared Cable
Applicable:
Win7 System
Solution for using Windows 7 as a wireless transmitter:
Use the built-in win7 network to create a temporary network from a computer to a computer. Therefore, mobile phone connection is not supported.
Therefore, two commands are required for implementation.
Netsh wlan set hostednetwork mode = allow ssid = Name of the network you want to create (in english format) key = password you want to set (at least 8 bits) Press ENTER
For example, my netsh wlan set hostednetwork mode = allow ssid = test key = 12345678 press Enter.
Enter netsh wlan start hostednetwork and press enter to activate the wireless network. (These two commands are sequential)
Then you can use your mobile phone to search for and connect to the wireless network.
Then enter the local connection attribute? D shared? D. Check the two √ in the page and select Wireless Network 2 from the drop-down menu.
Then you can use your mobile phone to search for the wireless network and then access the internet.
If you need to stop the shared wireless network, enter netsh wlan stop hostednetwork in cmd.