Win 7 operating system to create wifi wireless network

  
        Perhaps most pros should know that you can establish an ad-hoc wireless network to share the network in the network sharing center.


However, some mobile phones or other devices do not support ad-hoc, such as me. Now use this phone #32!

Win7 provides another way to build a wireless network, the Microsoft Virtual WiFi Miniport Adapter.

can be done with the netsh command under cmd:

Open the wireless network and run the command prompt as an administrator. Find the command prompt in all the programs in the Start menu, right click and run as administrator.

There should be an administrator in the title bar.

Run the command: netsh wlan set hostednetwork mode=allow ssid=mywifi key=12345678

mode: whether to enable the virtual WiFi network card, disable to disallow

ssid: Wireless network name, preferably in English

key: wireless network password, more than eight characters

After successful opening, one more network card will be "Microsoft Virtual WiFi Miniport Adapter" Wi-Fi connection 2

In the adapter settings of the network and sharing center, right-click the network connection that is connected to the Internet, select Properties→Share, check the Allow other... connection and select Just built a good wireless network connection 2.

Go back to the command prompt and run: netsh wlan start hostednetwork

Then, your wifi can be used.

Attached:

Turn start to stop to turn off the wireless network. To enable the wireless network after booting, just run this command again.

Display Wireless Network information command: netsh wlan show hostednetwork

The WLAN transmitted by the virtual wireless AP is 802.11g standard, the bandwidth is 54Mbps

If you want to delete the wireless network connection 2, then change the start first. For stop, enter the command: netsh wlan set hostednetwork mode=disallow, it will disappear.

Copyright © Windows knowledge All Rights Reserved