by nolovelust
15. March 2010 20:28
Windows 7 comes with new cool feature called Virtual Wifi, ability convert your computer to a Wifi Hot Spot. Cool isn't it? But there is a problem.
Assuming your wi-fi card and drivers supports it you'll see another wireless adapter called "Wireless Network Connection 2, Microsoft Virtual Wifi Miniport adapter".

Problem is that you don't have any obvious way to enable and configure it. You have to use command line.
Launch the command prompt from administrator account.
Type C:\Windows\system32>netsh wlan set hostednetwork mode=allow ssid=MYLAPTOPSWIFI key=mypassword
You should see output similar to
The hosted network mode has been set to allow.
The SSID of the hosted network has been successfully changed.
The user key passphrase of the hosted network has been successfully changed.
Type C:\Windows\system32>netsh wlan start hostednetwork
You should see output similar to
The hosted network started.
Now share your active internet connection to this Virtual WIFI and connect from another device to MYLAPTOPSWIFI