SysChat

SysChat (http://www.syschat.com/forum.php)
-   Windows 7 (http://www.syschat.com/tips-n-tricks/windows-7/)
-   -   How to enable Virtual WI-FI in windows 7 (http://www.syschat.com/how-enable-virtual-wi-fi-windows-6509.html)

dothy1005 12-12-2010 01:47 AM

How to enable Virtual WI-FI in windows 7
 
Virtual Wi-Fi is a new feature of Windows 7 that is capable of turning your laptop or desktop into a software based router. This means that any equipment or gadget that is capable of connecting via Wi-fi and is within a specific range will detect you as a new network. When you login, you can instantly share your internet connection to these gadgets.

So, if your wi-fi card and drivers are enabled, you will see another wireless adapter named "Wireless Network Connection 2, Microsoft Virtual Wifi Miniport adapter". To properly configure this, you will need to use the command line.

Open the command prompt using the administrator’s account.

On the command prompt, key in the ff:

C:\Windows\system32>netsh wlan set hostednetwork mode=allow ssid=MYLAPTOPSWIFI key=mypassword

You should see the result similar to any of the following lines:

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.

Next, type C:\Windows\system32>netsh wlan start hostednetwork

You should see the result similar to:

The hosted network started.

You may now share your active Internet connection to this Virtual WIFI and connect from another device to MYLAPTOPSWIFI.


All times are GMT -4. The time now is 10:38 PM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54