Advertisement
zilexa

Create a WiFi hotspot in Windows to be used with Android

Jan 6th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. Tested in Windows 7
  2.  
  3. First verify you have the right stuff installed (should be OK for all default Windows installations):
  4. 1. Go to "Network and Sharing Center" (right click the internet icon in the bottom right tray, next to the clock)
  5. 2. Select "Change adapter settings"
  6. 3. Verify the following adapter is listed "Microsoft Virtual WiFi Miniport adapter"
  7.  
  8. Now create your own WiFi:
  9. 1. Start > type "cmd" > right click on CMD and select "Run as administrator"
  10. 2. Copy this command, personalise ssid and key to the desired WiFi name and password:
  11. netsh wlan set hostednetwork mode=allow ssid=NAME key=PASSWORD
  12.  
  13. To start Wifi:
  14. netsh wlan start hostednetwork
  15.  
  16. To stop Wifi:
  17. 3. netsh wlan stop hostednetwork
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement