Create temporary network sharing in win8
In the network settings of win8, a "point-to-point temporary network" setting is missing. Therefore, to create a temporary shared network, you can only use commands. (The premise is that your laptop is connected through a wired connection, so that you can use wireless sharing. Of course, it should be OK in turn, but it's just fun)
Steps:
1. Set the current network connection to share. Right-click "-properties", switch to the share tab, and check the corresponding check box.
2. Run the CMD command window as an administrator (right-click the location in the lower left corner of the computer and an option is displayed ), enter netsh wlan set hostednetwork mode = allow ssid = ***** key = ***** enter
3. Enter netsh wlan start hostednetwork and press enter.
4. Now, you have created a temporary hot spot on your computer. You can use a mobile phone or notebook with WiFi function to access it (the above ssid is the name of the temporary hot spot, key is the password of this hotspot ).
Create a hotspot in Win8 and share the network
Virtual WiFi requires the NIC to support the bearer network function. First, check whether your wireless Nic supports the bearer network function.
Run the command prompt CMD as the administrator and enter the following command:
Netsh wlan show drivers
Returns the driving status of the unlimited Nic.
Only the Hosted network supported (Yes) can share Wifi.
Next, start to build the bearer network, and enter [this requires administrator permissions, Win + X key and select "command prompt (administrator )"]
Netsh wlan set hostednetwork mode = allow ssid = wifishare key = 12345678.
The ssid is the name of your network, key is the logon password. [in this case, you can view multiple Virtual NICs "wireless network connection 2" Microsoft Virtual WiFi Miniport Adapter in the change Adapter settings of the Network and Sharing Center.]
Enable the bearer network:
Netsh wlan start hostednetwork
Note: after restarting the computer, run this command again to start virtual WiFi.
Open the Network and Sharing Center. Click "Change adapter settings" on the left side to perform relevant settings.
Right-click the local connection and choose Properties-Sharing tab-allow other network users to access ...... Check in front-select wireless network 2 for the home network (that is, select the WiFi hotspot you just set) and click OK. In this way, Win8 automatically sets the IP address and subnet mask of wireless network 2.
OK. The setting is complete.