arthurdapaz

Windows share and route internet

Jul 14th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # Windows 8/8.1 pro tip
  2. # Share USB stick / LAN internet to Wi-Fi adaptar
  3. # Open "cmd";
  4.  
  5. > netsh wlan set hostednetwork mode=allow ssid=asuspot key=00090009
  6. > netsh wlan start hostednetwork
  7.  
  8.  
  9.  
  10.  
  11.  
  12. "asuspot" should be renamed to the name you desire
  13. "key" should be the password for your custom wifi router
Advertisement
Add Comment
Please, Sign In to add comment