Adaptateur Microsoft Virtual WiFi Miniport ?

Chocapix -  
 benga -
Hello,

After tinkering a bit with my laptop, I noticed that it has 4 network connections: 1 > local 2 > Wi-Fi card 3 > Hamachi and 4 > Microsoft Virtual WiFi Miniport Adapter. The issue is, what is this Microsoft Virtual WiFi Miniport Adapter?? What is it for and where does it come from? Every time I try to uninstall it via the Device Manager, it keeps coming back, naming itself in ascending order: Microsoft Virtual WiFi Miniport Adapter 2 > Microsoft Virtual WiFi Miniport Adapter 3 ....

Any ideas? Solutions? Or should I leave it alone?
Since I’m connected via cable, I can't say if this influences my Wi-Fi connection.

Configuration: Windows 7 / Firefox 3.6.13

10 réponses

Sé_Sé Posted messages 17 Status Membre 30
 
Microsoft Virtual WiFi

Microsoft Virtual WiFi is a network adapter developed by Microsoft. It is implemented on most laptops out of the box.
It allows you to share your internet connection with your friends, whether at home or in the office. It creates a wifi network and acts as a router.

Note: You need to have a laptop with a working wifi card
Required systems: Windows 7 and Windows 8

Example: We will create a wifi network with the following characteristics:
Network name: SERUCH_OBAME
Network password in WPA only (at least 8 characters): seruch12345

Creating the hosted network or configuring the mini-router
¤ Launch the command prompt as an administrator: Start -> All Programs -> Accessories -> Command Prompt [right-click and choose "Run as administrator"]
¤ Type the following command to configure your wifi mini-router:
netsh wlan set hostednetwork mode=allow ssid=SERUCH_OBAME key=seruch12345 keyusage=persistent [Enter]

¤ Type this command to start the hosted network
netsh wlan start hosted network [Enter]

¤ Type this command to stop the hosted network
netsh wlan stop hosted network [Enter]

The previous steps allowed you to configure the mini-router, start and stop the hosted network. Now to share the internet connection.

Sharing the internet connection
For sharing the internet connection:
¤ Open the window "Network and Sharing Center"
¤ Click on: "Change adapter settings"
¤ Select the network adapter you are connected to the internet and right-click
¤ Click on "Properties"
¤ Then click on the "Sharing" tab
¤ Check the box "Allow other network users to connect through this computer's internet connection"
¤ Select from the drop-down list the identification name of the Microsoft Virtual WiFi adapter (default: Wireless Network Connection 2)
¤ Do not check the box that follows
Click on [ok]

Sharing enabled!
=======================================================
Attention!!!
Procedure timeline:
1- Create the wifi network in command line
2- Share your internet connection
3- Go back to the command prompt (administrator mode) and type the command to start the hosted network
=======================================================
Your friends can now connect to the internet via your private wifi network.

That's great!!!
37
neoeki Posted messages 13 Status Membre
 
Hello,

On my side, I'm stuck on the second part, I can't share my "mini WiFi router", I've done everything you said, it appears in the network connections, but it's impossible to share it with my WiFi connection when I go to "change adapter settings", I don't even have the dropdown menu, so I can't select it to share

Can you help me please?
0
Sé_Sé Posted messages 17 Status Membre 30
 
You need to select the network adapter you are connected to the internet with. If you are connected via an RJ45 internet cable: then select the adapter titled "Local Area Connection" (by default). Then right-click.
¤ Click on "Properties" => Display the properties window
¤ Then click on the "Sharing" tab => Display sharing settings.
¤ Check the box "Allow other network users to connect through this computer's Internet connection"
¤ Select in the dropdown list the identification name of the Microsoft Virtual WiFi adapter (default: Wireless Network Connection 2)
¤ Do not check the box(es) that follow.
Click [ok]
0