Windows 7 as AP , Hotspot with Netsh





Share your network connection with any  WiFi device ( laptop,desktop Pc, mobile phone...)
without any extra software in your windows 7





Step 1

  1. Run CMD as administrador  
  2. Launch this command (change NameofWan , WLankey)

netsh wlan set hostednetwork mode=allow ssid=NAMEofWLAN key= Wlankey

Step 2

  1. Go to Control Panel > Network and Sharing Center>Change adapter settings 
  2. right click on internet adapter and select properties 
  3. Click the sharing tab
  4. Mark the box "Allow other network users to connect"
  5. Choose the virtual WiFi adapter  and  click OK

Step 3 

  1. Open CMD as administrador and launch

netsh wlan start hostednetwork

END 

Other Netsh useful commands

To stop Hosted network ( virtual WiFi):

netsh wlan stop hostednetwork

To see hosted networks and configuration :

netsh wlan show hostednetwork

To see Hosted network  security information:

netsh wlan show hostednetwork security

For more commands  use:

  netsh wlan ?