Jump to content

I got a windows 8 PC with Ethernet, WiFi, WiFi 2 adapters i would like to connect my laptop to ether my WiFi or WiFi 2 adapter so i can connect to it with my laptop and get the internet connection from my desktop but i dont know how i have been trying but cant seem to find a way

Desktop: CPU: I7-5820K GPU: 980Ti, 750Ti PhysX Mobo: MSI X99A SLI PLUS RAM: 4x4 Kingston DDR4 2400MHz OS: Win10
Storage: 250GB Samsung Evo, 3TB WD Black and Green FIRESTRIKE, Reason for dedicated PhysX Card.

Peripherals: Screen: 3x BenQ VZ2350 Mouse: Razer Naga Keyboard: Some Dell Thing Sound: Razer Tiamat, 5.1 Logitech Surround Speakers

 

Link to comment
https://linustechtips.com/topic/183362-how-do-i-do-this/
Share on other sites

Link to post
Share on other sites

If I'm understanding you correctly, you wish to basically use one of the WiFi adapters on your PC with Ethernet, to act as an AP for your laptop?

If this is the case, there's 2 ways that essentially do the same thing.
 


PART 1: Create the Network
  • Go to "Network and Sharing Center"
  • Click "Set up a new connection or network"
  • In the wizard that pops up, select "create a new ad hoc wireless network"
  • Name the network, and grant it security settings
    • Though this is an ad hoc network, it's still a wireless network, so you'll want security on. Use WPA2, and provide a strong password
  • Network is created (Will appear under quick-connect list)

Part 2: Granting Network Internet Connection

  • Return to "Network and Sharing Center"
  • Click on "Change Adapter Settings:
  • Right-click on the ETHERNET adapter that has the active internet connection
  • Click on the "Sharing" tab
  • Check off "Allow other network users to connect through this computer's internet connection"
  • Select the network you created in step 1 under "Home networking connection"

There, you're done. You should now be able to see the network on your laptop, and connect to it like a normal WiFi router.
 
*NOTE: If you did not hit save network in Step 1, every time you turn your PC back on, you will need to re-create the network.

 

PART 1: Make sure your WiFi adapter can support a hosted network

  • Open an administrative command prompt
    • Mouse to bottom left corner
    • Right-click start
    • Click "Command Prompt (Admin)"
  • Enter the following command: NETSH WLAN SHOW DRIVERS
  • Look for "Hosted network supported: Yes, this means you can use that adapter as a WiFi hotspot
  • DO NOT CLOSE COMMAND PROMPT

Part 2: Create the Network

  • Enter the following: NETSH WLAN SET HOSTEDNETWORK MODE=ALLOW SSID=desired network name KEY=desired network key
  • DO NOT CLOSE COMMAND PROMPT

Part 3: Start the Network

  • Enter NETSH WLAN START HOSTEDNETWORK

Part 4: Granting Network Internet Connection
    Return to "Network and Sharing Center"
    Click on "Change Adapter Settings:
    Right-click on the ETHERNET adapter that has the active internet connection
    Click on the "Sharing" tab
    Check off "Allow other network users to connect through this computer's internet connection"
    Select the network you created in step 1 under "Home networking connection"

 

*NOTE: To stop the network, just open an administrative command prompt and type: NETSH WLAN STOP HOSTED NETWORK

"Any sufficiently advanced technology is indistinguishable from magic" - Arthur C. Clarke
Just because it may seem like magic, I'm not a wizard, just a nerd. I am fallible. 


Use the quote button or @<username> to reply to people | Mark solved troubleshooting topics as such, selecting the correct answer, and follow them to get replies!

Community Standards | Guides & Tutorials Troubleshooting Section

Link to comment
https://linustechtips.com/topic/183362-how-do-i-do-this/#findComment-2464734
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×