Skip to content

Instantly share code, notes, and snippets.

@foodforarabbit
Created September 21, 2014 17:57
Show Gist options
  • Save foodforarabbit/72199ec2910a651ed69a to your computer and use it in GitHub Desktop.
Save foodforarabbit/72199ec2910a651ed69a to your computer and use it in GitHub Desktop.
windows 8 network
Launch a command prompt with administrator privileges. (Type cmd on the Start Screen, right-click the icon, and click Run as Administrator.)
Type `netsh wlan show drivers` and verify if Hosted network supported says Yes. If it says No, you are done. Your NIC doesn’t support Wi-Fi sharing.
Hosted network supported
Type `netsh wlan set hostednetwork mode=allow ssid=Hotspot key=12345678`. (Note that you can replace “Hotspot” and the security key with your favorite settings.)
Type `netsh wlan start hostednetwork`.
netsh wlan start hostednetwork
Open the Network and Sharing Center in the Control Panel. (Type Control Panel on the Start Screen and then Network in the Control Panel search box.) Then, click Change adapter settings.
Change adapter settings
Now comes the part that appears to be different in Windows 8 than in previous Windows versions. You will notice that a new network adapter appeared, called Local Area Network Connection, followed by a number that can be different from computer to computer. The device name is Microsoft Hosted Virtual Network Adapter. The ssid you used above (Hotspot in this guide) will appear under the name. If you see Identifying under its icon or just Enabled, be patient and wait until Hotspot (the ssid is used in step 3) appears.
Microsoft Hosted Virtual Network Adapter
Identifiying
Right-click the network adapter that is connected to the Internet and select Properties. (This can be an Ethernet adapter, a mobile network adapter, or your phone that is connected through USB. In this guide, it is my Samsung phone.)
Internet Connection Sharing - Adapter connected to the Internet
Click the Sharing tab and then enable Allow other network users to connect through this computer’s Internet connection.
In Windows 7, if I remember it right (correct me if I’m wrong), you would have selected the Wi-Fi adapter under Home Networking Connection. If you do this in Windows 8, you will be able to establish a Wi-Fi connection to your Windows 8 Access Point, but your client won’t receive an IP address through the Windows 8 DHCP server. Thus you have to select the Local Area Network Connection adapter I mentioned in step 6 as your Home Networking Connection.
Allow other network users to connect through this computers internet connection
https://4sysops.com/archives/how-to-share-wi-fi-in-windows-8-with-internet-connection-sharing-ics/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment