How can I connect 2 computers running Windows 7 directly through wifi?

424

Solution 1

I've not done it myself, but Windows 7 supports this. Go to the Network and Sharing Center, click on Setup a new connection or network and the last option on the window that pops up is setup a wireless ad-hoc network.

You should be able to run that on both systems and get them to connect.

Edit after reading the real problem

Connect them with an Ethernet cable. The ad-hoc may be faster, but that that much faster (unless ad-hoc will get you 802.11n and the router is 802.11g). The best you could hope for is half-a-day If at least one of the laptops has gigabit ethernet, then you don't even need a cross-over cable, it will auto-detect.

Solution 2

I may be wrong but I think your router is not the bottleneck, but rather the Wifi bandwidth itself is.

You may find it easier (read: much faster) to install the source HDD in the new machine as a secondary drive and copy the files directly, sans network impediments.

EDIT: This may be easier said than done, however, if one or both machines are laptops.

Solution 3

You can use a "software access point" feature in Windows 7, so you can make one of your PCs pretend it's a router:

netsh wlan set hostednetwork mode=allow ssid=MyNetworkName key=MyPassword keyUsage=persistent

netsh wlan start hostednetwork

Solution 4

Get an Ethernet CROSSOVER Cable/Adapter. Even if you could connect them via wifi, it'll take way too long. How to connect 2 computers without a router.

Share:
424

Related videos on Youtube

Pinky
Author by

Pinky

Updated on September 17, 2022

Comments

  • Pinky
    Pinky over 1 year

    I have to merge 2 (up to 6) JSON objects.

    I got this code: http://jsfiddle.net/5Uz27/

    But with this code, I can only merge the first level of the objects, so the deeper levels are usually overwritten. Check the output.

    How can I fix that?

    • Julien Poulin
      Julien Poulin over 14 years
      @Phoshi: thanks for fixing the errors, my spell checker was a little off ;-)
  • JMD
    JMD over 14 years
    @Julien doesn't say one way or the other, but he may also be required to buy one or two NICs to implement this if both machines don't already have NICs installed. :)
  • Julien Poulin
    Julien Poulin over 14 years
    Indeed, both machine are laptops^^
  • Julien Poulin
    Julien Poulin over 14 years
    I managed to connect them using this method. It's still going to take some time but it' already 5 times faster than going through the router. Thanks.
  • JMD
    JMD over 14 years
    Good to hear, @Julien. Could you let us know if you used the ad-hoc method @shf301 described, or an Ethernet cable?
  • Julien Poulin
    Julien Poulin over 14 years
    I used the ad-hoc method. It's really easy to set up, just go to the Network and Sharing Center, then 'Add a new Connection or Network', choose the 'Wireless ad-hoc' option and follow the steps. The connection will be dismissed once all clients have disconnected from it.