How to create a Wi-Fi hotspot on a laptop with Windows XP. Whatever you say, free is captivating

To organize a connection to WiFi, special equipment is used. But what to do if the router fails or you find yourself in a place where such a service is not available at all? If you are interested in creating your own access point, then read how to distribute WiFi from a Windows 8 laptop. The 7th version has exactly the same principle.

What you need to have to distribute Wi-Fi from a Windows 8 laptop

In addition to a computer with any OS, including Windows 8, 7 or 10, you must be connected to an Ethernet network or have a 3G/4G modem. Ethernet is an Internet connection over twisted pair cable. Find a power cord in the room and plug it into a special connector on the PC case.

A modem is a USB device that allows you to “catch” a connection from the nearest tower. It plugs into a USB port, like a mouse or flash drive.
A prerequisite is the presence of a WiFi adapter in the laptop. In modern models they are built-in. If you don’t have it, you can buy a separate one and connect it to your PC.

How to distribute Wi-Fi from a Windows 8 laptop

The easiest way to implement this is using the command line.

  1. Press WIN+X and select the appropriate item.
  2. Type the command netsh wlan set hostednetwork mode=allow ssid=home1 key=11111111. The ssid parameter is the name of your network. Come up with whatever you want. Key – access password for connected devices. Minimum length is 8 characters.

  3. Then, to start the access point, type the command netsh wlan start hostednetwork.

  4. If you see an error rather than confirmation that the network is running, this means that the adapter is disabled. You need to press WIN+X and select device manager.
  5. Find your adapter model in the “Network Equipment” section and right-click. Select Engage.

  6. Then type the above commands again.

Your PC now works as an access point and is capable of distributing WiFi to everyone. But no one can get it yet.

Controlling access to WiFi distribution under Windows

To distribute Wi-Fi from a Windows 8 laptop, you must allow others to connect to it. To do this you need:

  1. Go to the Windows Control Panel.
  2. Select "Network and Internet". If you do not see the items as in the screenshot, change the display to categories in the upper right corner.

  3. Open the Access Control Center.

  4. And click change adapter settings.

  5. You should have Ethernet enabled if you connected a network cable, or a new network will appear if you are using a modem. Right-click and click on properties. You may need a login and password. They must be specified in the agreement with the provider.

  6. To distribute Wi-Fi in any Windows 7 or 8, you need to grant permission to users. Click the check mark.
  7. And select a network.

After this, third-party devices will be able to connect and gain access, and the computer will distribute it properly. To stop the distribution, enter the command netsh wlan stop hostednetwork.

How to distribute Wi-Fi from a Windows 8 laptop using utilities

You can install third-party software on your laptop. It is convenient due to the presence of an interface for configuration - everything is located in one place and can be easily changed. Let's look at the example of the MyPublicWiFi program for Windows. You can download it here.

When the software has downloaded, click on its icon in the download bar of your browser and install it. Then be sure to restart your computer.


Launch MyPublicWiFi from your desktop. Pay attention to the rights. Running as a simple user will be useless.

How to distribute Wi-Fi from a windows 7 computer

Nowadays, not a single person can do without the Internet. Cable Internet is available in almost every apartment. However, it is convenient to use it on a desktop computer or laptop. However, what if there are other mobile devices in the house, such as a tablet, smartphone, etc.? Mobile Internet is quite expensive, and the speed is lower. Because of this, the question arises, how to distribute the Internet via WiFi on a computer with Windows 7?

It is worth noting that the easiest way to create a virtual WiFi network is to purchase a wireless router, but what to do if you don’t have one? Everything is very simple.

How to distribute WiFi using a laptop

First of all, it should be said that today there are two ways to distribute WiFi Internet from a computer with Windows 7:

  • Using built-in windows tools.
  • Using special software.

It is worth noting that creating a virtual WiFi group using the built-in operating system tools can be done in two ways:

Read also

  • Using the Network and Sharing Center.
  • Using the command line.

We will consider all these methods in detail.

How to distribute WiFi in Windows 7: Video

Setting up a network environment for distributing WiFi from a computer

It is worth noting that any modern laptop supports the Virtual WiFi function, which makes it possible to distribute the Internet via WiFi. But now let's look at how to organize Internet distribution by setting up the network environment (Network and Sharing Center).


To do this, go to the Start menu and launch Control Panel. In the window that appears, you need to launch “Network and Internet”, and then go to the “Network and Sharing Center” section. Or click on the network connection icon in the tray and launch the Network Control Center.

Here you should run “Settings for a new connection or network”, then click the “Computer-to-computer setup” button and click “Next” and “Next” again. In the window that appears, you must fill in all the fields and save the settings.

Fill in the fields to configure the virtual network:

  • The name of the wireless network: can be anything at your discretion (you can use letters and numbers, as well as a combination of them).
  • Password: can also be anything you want. It is required to connect to the group.
  • Security Type: It is recommended to select "WPA2-Personal" here.

After filling out all the fields, you must check the “Save settings for this network” checkbox and click “Next”. After this, the system will create a virtual network. In the window that appears, click “Turn on Internet connection sharing.” Close all windows.

Read also

  • In the Network and Sharing Center menu, select Change adapter settings. Here you need to find the connection through which the computer accesses the Internet and right-click on the shortcut. In the window that appears, select "Properties". Next you need to go to the “General” tab. Here you need to check the box “Allow other users to use this computer’s Internet connection”, and below select “wireless network connection 2” (this is the created virtual network) and click the “Ok” button;
  • After this, you should return to the “Network and Sharing Center”;
  • Next, select “Change advanced sharing settings”;
  • In the window that appears, check “Enable network discovery” and “Enable file and printer sharing”;
  • After that, click the “Save changes” button.

Articles on the topic

This completes the setup of Internet distribution via WiFi in Windows 7. If everything is done correctly, then other devices will be able to connect to the virtual network and will have access to the Internet.

Setting up WiFi distribution using the command line

First of all, it must be said that this method is only suitable if the wireless adapter driver supports the Virtual WiFi function.

You can create a virtual WiFi network using the command line. To do this, you need to launch notepad and write the following line in it: netsh wlan set hostednetwork mode=allow ssid=My_virtual_WiFi key=12345678 keyUsage=persistent.

Here ssid is the group name, and key is the password. That is, in the example, the name of the group is My virtual WiFi, and the password for connection is 12345678. Any password can be used. After this, the file must be saved. Next you need to change the extension and file name.

To do this, you need to right-click on the saved file and select “Rename file”. It is recommended to name the file the same way you named your network. After the file name we put a dot, and after the dot, instead of .txt you need to write .bat. Next, you should run the file with administrator rights. To do this, right-click on the file again and select “Run as administrator.”

All of the above steps can be performed on the command line itself. You can do it like this. In the “Start” menu, enter “Command Prompt” in the search and run it as an administrator by right-clicking the mouse. A command line will appear in which you need to enter netsh wlan set hostednetwork mode=allow ssid=My_virtual_WiFi key=12345678 keyUsage=persistent as shown in the photo.

Thanks to this, the system will install this command. It is worth noting that the new hardware should appear in the task manager. It's easy to check. Under Network Adapters, you should see a device called “Microsoft Virtual WiFi Miniport Adapter.”

Next, you need to go to “Network and Sharing Center” and select “Change adapter settings.” A shortcut called “Wireless Network Connection 2” should appear here. The label should show the status “No connection” as shown in the picture.

The next step is to launch the network. To do this, call the command line again and write in it: . This will launch the created network. In this case, the virtual access point (SoftAP) should work. In this case, the “Wireless network connection 2” label will change its status to “My virtual WiFi”.

In order to provide other group members with the opportunity to access the Internet, you should perform the following steps:

  • Go to the Network and Sharing Center.
  • Go to “Change adapter settings”.
  • and find the connection through which the computer (or laptop) is connected to the Internet, right-click on it and select “Properties”;
  • Here in the “Access” tab do the following:
    • In the “Connecting a home network” item, select the created virtual group (in our case, “Wireless network connection 2”).
    • After that, check the box “Allow other network users to use this computer’s Internet connection.”
    • Click “Ok” and that’s it. The network is fully configured and ready to use.

To manage a virtual group, there is a set of simple commands that must be entered on the command line:

Read also

  • Allow or deny network use – netsh wlan set hostednetwork allow|disallow.
  • Setting up the group – netsh wlan set hostednetwork persistent|temporary. Instead of the words “passphrase” you enter your password, and instead of “SSID” you write the name of your group (in our case My virtual WiFi).
  • Group properties and status – netsh wlan show settings.
  • Virtual group security settings – netsh wlan show hostednetwork setting=security.
  • Start the virtual group – netsh wlan start hostednetwork.
  • Stop the virtual group - netsh wlan stop hostednetwork.

As you can see, distributing the Internet via WiFi from a computer with Windows 7 using the command line is quite possible. Moreover, everything is quite easy and simple. The main thing is to write the commands carefully.

How to distribute WiFi on a laptop using the command line: Video

Distributing WiFi from a computer using special software

The easiest and simplest method of distributing the Internet via WiFi from a computer is to use third-party software.

There are a huge number of such programs. They can be paid or free. In this case, setting up all these programs comes down to three main parameters - the network name, password, and the choice of connection through which the computer accesses the Internet. Moreover, you must come up with a name and password yourself. After making these simple settings, click the “Start Hotspot” button.

Here are some of the programs that are most popular:

  • Connectify.
  • My Public WiFi.
  • mHotSpot.
  • Virtual Router Plus.

How to distribute WiFi in Windows 7 using Conectify Hotspot: Video

Which of the above methods of WiFi distribution to use is up to you to decide. Of course, third-party programs are much easier to configure, but the built-in tools are more stable.

How to distribute Wi-Fi from a computer without a router

How to distribute Wi-Fi from a laptop on Windows 7

How to distribute Yota over Wi-Fi with windows 7

How to distribute Wi-Fi from a Windows XP laptop

bezprovodoff.com

Setting up WiFi distribution from a Windows 7 and XP computer

  • 1 Laptop as a router on an old OS
  • 2 Settings on the current OS

You don't have to buy a router to have WiFi in your home. A laptop connected to an Ethernet cable can also distribute the Internet throughout an apartment. There are plenty of instructions on the Internet on how to do this on Windows 7 and older, but if you have XP, do not rush to completely reinstall the operating system.

Laptop as a router on an old OS

On any operating system from Microsoft, Internet distribution via WiFi can be organized using both built-in tools and third-party utilities. But why clutter your hard drive with unnecessary programs? On Windows XP, follow these steps step by step:

  • Open “Start” and go to “My Computer”.
  • In the left pane, select “Network Places”.
  • Next, go to the “Show network connections” section.
  • Right-click on the “Wireless Connections” shortcut and open “Properties”.
  • Next, go to “Wireless Networks” - “Advanced”.
  • Here, select the “Computer to Computer” option and confirm your choice.
  • Click “Add” and enter the details of the network to be created (name, password, encryption method) and confirm.
  • Next, open the “General” tab and highlight the IPv4 item, click on the “Properties” button.
  • In this window, set the indicator to “Use the following IP...” and enter the following data:

IP - 192.168.1.1

Subnet mask - 255.255.255.0

The distribution has been created, all that remains is to enable the ability to connect to it from other devices within the range of the wireless network. To do this, return to the network connections window and right-click on the local connection and open its properties. You need to put an indicator next to the “Allow other network users...” item.

Now WiFi distribution should be fully functional.

Settings on the current OS

Similar actions can be done with Windows 7. In order for Wi-Fi to be distributed from a computer or laptop, you can, as in the previous example, step by step create a new virtual network. The only difference is in some steps.

  • You need to look at the “Network and Sharing Center”.
  • Run “Set up a new connection...”.

See also: Windows 7 computer does not restart

  • Then go to “Setting up a wireless network “Computer-Computer” and click the “Next” button.

As you can see, the actions are similar. In the new window, enter the network name, encryption type and password. Save the changes and click “Next”. Here all that remains is to apply the “Enable sharing...” setting.

But that is not all. To be able to connect to WiFi from other devices, return to the “Network and Sharing Center” and on the left side of the window, find the line “Change advanced settings...”.

After opening this menu, make active the items highlighted in the screenshot:

Ready! But Windows 7 offers another, more advanced and simpler way to organize WiFi distribution from a computer or laptop equipped with a wireless adapter. This is using the command line. Find it in the list of all Windows programs and open it with administrator rights (right-click on the shortcut and select the appropriate item).

In the window that opens, enter a command of this type:

netsh wlan set hostednetwork mode=allow ssid=”new network name (at least 8 characters)” key=”password”

and press Enter. This is a quick way to create a distribution, and to start distributing the Internet from your laptop, use the command:

netsh wlan start hostednetwork

All that remains is to go to the “Network Control Center...” - Properties of the Local connection (the same one that is the wire through which the Internet “gets” into the apartment). Open the “Access” tab and check both boxes. WiFi distribution is now working.

(Visited 15,041 times, 42 visits today)

windowsprofi.ru

How to distribute Wi-Fi from a computer to a phone? | Your networker

Connecting your phone to your computer via wifi will help you significantly save expensive 3G traffic and create your own wireless network even without access to a router. And in this article we will look at how to distribute wifi from a computer to a phone, and also touch on the technical features of such a non-standard Wi-Fi network.

So, among the most common ways to connect a phone to a computer via wifi, one can note creating a Wi-Fi connection using Windows and using the command line. By the way, the computer here acts not only as an access point, but also as a repeater.

How to distribute Wi-Fi from a computer to a phone via the Windows 7 interface?

To begin with, let’s look at the option of connecting via Wi-Fi using Windows 7: this is the simplest and most universal way to create a network between a computer and a phone.

Please note that the names of folders and files for other versions of Windows may be slightly different.

  • - To transfer files from a computer to a phone via wifi, the PC must have an active Internet connection;
  • - Create a new connection “Wireless computer-to-computer network”;

  • - Fill in the network name (for example, let’s call it “MyNewNetwork”), security type (WPA2 - PSK) and key (create a password) for the created network, and click “Save settings” - “Next”;
  • - Click "Turn on connection sharing." This completes the transformation of the computer into an access point. In the "Sharing Options" section, set "enable" to all required items

Now, from your phone, search for available wifi points, find the network you created (“MyNewNetwork”) and connect to it by entering the security key.

How to distribute Wi-Fi from a computer to a phone via the command line?

To distribute the Internet from a computer to a phone via wifi:

Open "Command Prompt";

Enter “netsh wlan set hostednetwork mode=allow ssid= wifi phone key=000000 keyUsage=persistent” (accordingly, all commands are entered without quotes);

  • - a notification will appear indicating the successful placement of the network you created (“MyNewNetwork”);
  • - in the “Device Manager” (“My Computer” - “Manage”) a device called “Microsoft Virtual WiFi Miniport Adapter” will appear;
  • - click on the created connection and open “Property” - “Access”;
  • - set both parameters to share and select a new connection from the list.

To enable the network, open Command Prompt again and type “netsh wlan start hostednetwork”.

This command must be entered every time you turn on the computer - thereby you determine when to provide access to your network.

To disable - “netsh wlan stop hostednetwork”.

To change the name or password - “netsh wlan set hostednetwork mode=allow ssid=”WifiNewName” key=”New password” keyUsage=persistent”.

To recover your password - “netsh wlan show hostednetwork setting=security”.

In addition, to simplify connecting your phone via wifi to a computer, you can make a mini-utility that will contain a command to start the network:

Open Notepad or Notepad++ editor and enter the command to start the network;

Save the file with the extension .bat in the “File name” column, for example - new-wifi.bat;

After saving the program, to start the network, just open this file.

The .bat files, and especially the .vbs files, require the English keyboard layout to be enabled.

However, such a network has a significant drawback: the computer will distribute Wi-Fi to the phone and other devices only in the “active” operating mode, but the network will become unavailable even if the PC simply goes into sleep mode. Therefore, it is recommended to immediately disable the “Hibernation” mode.

How to connect a phone to a computer via wifi: automatic network mode

You can also configure the network to automatically turn on and off if you need to distribute the Internet for a limited time.

Create 2 .bat files: one with the enable command, and the other, respectively, with the disable command. For this:

  • - “Start” - “Control Panel” - “System and Maintenance” - “Administration” - “Task Scheduler” (or maybe “Scheduled Tasks”);
  • - Set each file (on/off) to its own task: let’s say you will distribute the Internet every day from 12:00, and the second file with shutdown will be launched every day at 16:00.

Sometimes the error “Failed to connect to the network...” occurs, or it simply “permanently” obtains an IP address without access to the Internet.

The reason that Wi-Fi does not work on the phone (but works on the computer) may be:

Blocking the connection with Windows Firewall

Blocking the connection by antivirus.

tvoi-setevichok.ru

How to distribute the Internet from a computer via Wi-Fi? detailed instructions

Windows can turn your computer or laptop into a wireless access point if you allow it to distribute the Internet via Wi-Fi. Setting up Internet distribution on Windows 7, 8 and 10 is somewhat different. Therefore, to install Internet distribution via Wi-Fi, we will consider separate instructions for each Windows operating system. Go.

The ability to share the wired Internet connection of your computer or laptop to connect wireless devices is available in Windows 7, 8 and 10 without installing additional components. Creating such connections, which are an example of peer-to-peer networks, is as easy as pie. In general, a classic example of a peer-to-peer network is a network of the form computer - switch - computer, and the computers have the same rights in this network. And in our case, the Wi-Fi wireless network interface will be responsible for the role of a switch.

Please note that when setting up a peer-to-peer network using the Wi-Fi adapter of your computer to distribute the Internet via Wi-Fi, the current Wi-Fi connection, if any, will be disabled. Since the Wi-Fi adapter will be used to distribute the Internet and will no longer be able to receive it.

I would like to inform you that I do not show here how, after all the settings, you can find the resulting access point on your smartphone or laptop and connect to it. Due to the flourishing of the smartphone market, I think that everyone can connect to a Wi-Fi network.

How to share the Internet with Windows 10

1. Launch Settings in any way convenient for you: by pressing + I on the keyboard, through the START menu by clicking on the icon. On the main settings page, click the Network and Internet button.



4. In the edit network information window, set the network name and enter your password, consisting of at least 8 characters.


That's all you need to do in Windows 10 to distribute the Internet from your computer via Wi-Fi. This is one of the best features of the Windows 10 Anniversary Update.

We distribute the Internet via Wi-Fi from a laptop or computer in Windows 8

Unfortunately, Windows 8 does not have a graphical interface for setting up a peer-to-peer network, so we will use the command line for some steps to set up the Internet via Wi-Fi.

It must be said that this method of distributing the Internet via Wi-Fi, described for windows8, is also suitable for windows 7 without any additions. All steps are completely identical.

1. Open Network Connections in a way convenient for you, for example, by pressing the combination + R on the keyboard and typing ncpa.cpl in the Run window, click OK.

3. Switch to the Access tab and enable the Allow other network users to use this computer's Internet connection option. If the second option is Allow other network users to control Internet connection sharing. Then click OK.

4. Next, you need to run the command line with administrator rights. Open the START menu and type cmd. In the search results for Command Prompt, right-click and select Run as administrator from the context menu.

5. At a command prompt with administrator privileges, enter:

Netsh wlan set hostednetwork mode=allow ssid=" " key=" "

Where is the name of your network and the password for connecting to the network, which you will need to enter to connect to the access point. In this case, the connection will be based on WPA2-PSK (AES) encryption.

Netsh wlan start hostednetwork

From this moment on, your computer or laptop is ready to distribute the Internet via Wi-Fi.

7. At any time, you can view connection information, where you can find out what channel your connection is using, access point name, authentication type, Wi-Fi type and the number of clients connected to the network.

Netsh wlan show hostednetwork

8. You can stop broadcasting Wi-Fi Internet distribution with the following command:

Netsh wlan stop hostednetwork

Internet distribution via Wi-Fi in Windows 7

As mentioned earlier, you can set up Internet distribution in a way that is suitable for Windows 8. But we will consider using a computer-to-computer network (Ad-hoc) to distribute the Internet via Wi-Fi. This method is interesting because you do not need to use the command line to configure distribution.

1. Open Network and Sharing Center in Control Panel. In the Change network settings section, click on Set up a new connection or network.

2. Then in the window that opens, select Setting up a computer-to-computer wireless network and click Next.

  • Network name - we come up with it to your taste;
  • Security type – select WPA2-ptersonal;
  • Security key – set a password that will need to be entered to connect to the network.

4. The system will automatically configure Internet distribution via WiFi and display a window that is ready to connect to the Wi-Fi network with the specified parameters. In the window that appears, click Turn on Internet connection sharing.

We distribute wired Internet through the application

We install, launch, specify the network name (SSID), set the desired password, and select our wireless connection that we want to distribute. Click the Start Virtual Router button, and you're done. Below you can see a list of connected devices. It just couldn't be simpler.

Setting up Internet distribution via Wi-Fi may seem like a hassle to some, but in reality it is not that difficult. It all depends on what version of windows you are using. In addition, you can always use a third-party application, which comes down to an even simpler way to make an access point out of your computer or laptop.

Now you can always use this article to distribute your Internet channel via Wi-Fi, even if you don’t have a Wi-Fi router at hand.

userello.ru

How to distribute Wi-Fi from a computer - without a router, to any device

Many of us, now at home, have not only a TV and a computer, but also a phone, tablet and other electronic devices. And there is only one Internet connection. In this regard, the following questions arise: How to distribute Wi-Fi from a computer without a router? Is it possible and how to distribute the Internet from a computer to a phone and other devices?

How can we access the Internet from all the devices we have at home? How to distribute Wi-Fi from a computer? How to make Wi-Fi on a computer without a router?

Are you answering that distributing wifi from a computer (laptop) is only possible thanks to a router? Then this post is for you. But is it possible to make a computer or laptop distribute Wi-Fi without a router? Can a computer distribute Wi-Fi without a router? Undoubtedly!!!

Most likely, you know what it means to distribute wifi, so we will not describe it in detail, but will answer the questions above.

How to distribute Wi-Fi from a Windows 7, 8,10 computer, without a router, to any devices?

Often, users need to provide several gadgets with a worldwide network. However, the purchase of special equipment will require certain funds. But there are other ways. In this article we will tell our blog readers how to distribute WiFi from a laptop to Android tablets or smartphones.

There are several ways to distribute the Internet from a laptop to Android devices, which we will talk about now.

In order to ensure the distribution of wifi from a laptop with Windows OS to Android (or any other device), several conditions must be met, and they are mandatory regardless of which method you prefer.

  • The laptop must be equipped with a Wi-Fi adapter (in the case of a desktop computer, you will probably need an external receiver connected to a USB/PCI connector).
  • The Wi-Fi adapter must have a driver that supports Virtual WiFi installed. If the virtual network does not start, you will need to update the Wireless adapter to the latest current version.
  • The laptop must be connected to the Internet, which will be active.

Using Windows 7 Tools

This option is quite simple and does not require the installation of additional software. However, you need to take into account that the tools with which you can distribute Wi-Fi are available in an OS with an edition no lower than Professional.

So what we have to do:

On your laptop, click “Start” in the lower left corner of the screen and go to Control Panel:

Now select “Network and Sharing Center”:

*If sorting is set to categories on your PC, select “Network and Internet”.

Here we must click on the line “Set up a new connection or network”:

From the list of connection options that opens, select “Computer-to-computer” and click the “Next” button:

Now enter the network name (optional), create a password and check the box “Save the settings of this network” so as not to enter a password every time you connect:

That’s all, now you can distribute the Internet from your laptop (or computer) by connecting an Android device.

Using the command line

First you need to check whether it is possible in principle to distribute from your PC. To do this, on the laptop, press the “ Start" and enter in the search bar " cmd»:

After the system finds the program, open it, this will be the command line:

Now we need to enter the command " netsh wlan show drivers"(without quotes). After this, information will open in which we find the line Hosted Network opposite it should be written “ Yes"(for settings in Russian: " Hosted network support»: « Yes»):

So, if our laptop supports distribution, then we return to the command line again and enter the settings for the network distributed by the device: netsh wlan set hostednetwork mode=allow ssidMyWIFI"key=" 12345678 ". Where ssid— network name, it can be set arbitrarily (in the screenshot MyWIFI), A key— password, we also specify it arbitrarily (in the screenshot “ 12345678 «):

Now all that remains is to configure our newly created network. To do this, follow the path described above: “Start” - “Control Panel” - “Network Control Center”, on the left side of the window we find “Change adapter settings”, open it, find your network, right-click on it, in the window that pops up activate “Properties”:

In the new window on the top panel, click the “Access” tab and, by checking the box, give permission to other users to use the Internet connection from their PC. In the field below, select your network and click “OK”:

Now we can connect our Android device via Wi-Fi to the Internet, which is distributed by the laptop.

Possible problems:

  • The smartphone does not connect to the created network

Most likely, a firewall, antivirus or other similar programs are blocking the connection. We disable them, and if everything starts to work, then you need to add your connection to the antivirus exceptions.

  • Gadgets connect, Wi-Fi is active, but the Internet does not work.

Perhaps the settings did not allow general access to the Internet. You need to make sure that the Internet is working on the distributing laptop, check the settings for permission to share, restart the PC and start the network again.

Starting the network after rebooting the computer

This does not require entering a network or password, just enter the following command - netsh wlan start hostednetwork

How to open a hotspot on a smartphone

So, if one of the methods described above gave a positive result, all we have to do is provide access to Wi-Fi on the Android device. This is done quite simply:

*On your device, the items may have a different name, for example: “ Settings» — « More» — « Modem mode» — « Wi-Fi hotspot».

Distributing wifi from a laptop using third-party software

If none of the described options suits you, then you can easily and simply get what you want by installing one of the applications. I will tell you about the Connectify program, with which you can distribute the Internet without much effort.

You can download Connectify from the official website of the developer, where you can get acquainted with the functionality and capabilities of the program in more detail.

Briefly introducing the program, I will say that this is a tool that programmatically provides Internet distribution without the help of a router (router), while assigning a Wi-Fi adapter built into the motherboard as a distribution device.

The application is distributed on a paid and free basis. The free version provides use of the WiFi sharing function. After downloading Connectify, we will need to agree to the license agreement. Then, after waiting for the installation to complete, we reboot the system (button Reboot now).

After the restart, a corresponding icon will appear on the desktop, open the program, go to the “ Settings" (settings). Here we are interested in three points in which you will need to enter the following data:

  • « Hotspot Name"—the name of the network; the free version has the one you see in the screenshot.
  • « Password"—password containing at least eight characters.
  • « Internet to Share"- here, by clicking the button, select from the drop-down list the active connection that we will use

That's all the settings, all you have to do is press the " Start Hotspot" and start the distribution process. We will see that the WiFi sign has turned blue, and in " Disconnected Clients» the changed access point status and encryption type will appear.

You can connect your Android smartphone to the created network (activate the access point and enter the password), and if everything went well, a message about connecting a new device will appear below:

If you still have questions on the topic of how to distribute Internet to Android from a laptop, write to us and we will be happy to answer them. I have nothing more to add. Good luck!

Innovative technologies are developing at lightning speed. Every day we have more and more mobile devices - tablets and smartphones have literally taken over everything. “How can I connect to a computer or laptop using WiFi” is a question that worries many. Provided you have a home router, the problem can be easily resolved. But what to do in a situation where it is missing, but you really need to connect to a computer or laptop?
It's not too difficult to do this. You just need to make sure that the laptop (computer) distributes the network like a router. It’s good that the developers of Windows 7, 8 also took care of this by including such important functionality in the operating system.

Currently, there are two real ways to connect a mobile device, that is, a smartphone, tablet, etc., to a computer or laptop:

  1. using built-in functionality in Windows;
  2. using special programs that allow you to create a virtual router on your laptop.

How to distribute WiFi using Windows functionality

For these purposes, you need to make sure you have a wireless adapter or card that supports MS Virtual Wi-Fi technology. As a rule, all modern devices have this function. Next you should find “ Network and Sharing Center" You can enter using the button near the clock by right-clicking the mouse.


A window will open where you need to select the appropriate menu section. Then you should click on “ Setting up a new connection».


After clicking, the next menu will launch, in which you need to select the fifth item from the top.


An information window will open, here you need to click on “ Further».


In the window that opens, you need to enter the parameters of the WiFi network you are creating:
  • name - "SSID";
  • security type - it is advisable to leave the default setting, that is, “WPA2-Personal”;
  • password - here you need to enter the Wi-Fi security key, you can use letters and numbers in a mixed sequence, you need to use at least eight characters.
Then you need to put the bird in the field " Save network settings", and then click on "Next".


That's it, you can connect your mobile device. But first you need to enable and configure sharing. We find " Enable Internet Connection Sharing", click with the mouse.

After enabling this access, you can close the window. Now you need to configure it. Let's go again to " Control center networks and sharing».


In the window that opens, look for “Change add. param. public access." Now another window should appear on the screen.


If you wish, so that connected mobile devices can see folders and network printers that are open on a laptop (computer), you need to check the box “ On network discovery», « On sharing files, printers" Now you should click on “ Save changes».

That's it, our work is finished, the wireless network has been configured. You can use the WiFi network from your laptop to its full potential, connecting all kinds of devices - phones, smartphones, tablets and even media set-top boxes and TVs.

Distributing WiFi via netsh and command line

In order to distribute Wi-Fi from a laptop to other devices, you can use a virtual access point. To do this, you need to open a text editor (notepad is a great option) to create a text file where you should write the line:
netsh wlan set hostednetwork mode=allow ssid=pc-helpp key=12345678
Then in the “SSID” field you need to enter your personal wireless network identifier. Where the “KEY” field is, the network password is entered. If the operations are carried out correctly, the following should come out.


Then the file needs to be saved in the bat extension. To do this, click “file” “Save as” and write in the “file name” field, for example WIFI.bat


Now you need to run the file using administrator rights. To do this, right-click on the file, and then find the field “ Run as administrator».


The Virtual WI-FI Adapter driver must be installed, after which you can find the created network in network connections, called “Local Area Connection 2.” In my case, this is Local Area Connection 13. Now you need to connect this network to the Internet. We go to the “Control Center”. networks and social access", right-click on the connection through which you connect to the network. Then go to the “Properties” tab. Here you need to go to the “Access” tab.


Check the box next to “Allow other network users to use this computer’s Internet connection.” In “Connecting your home network” you need to specify a new network connection, that is, “Wireless connection2”. After all the steps you need to click on “OK”.

Now everything is ready. All that remains is to launch the created virtual network. To control it, use special commands:

  • for start - netsh wlan start hostednetwork
  • to stop - netsh wlan stop hostednetwork
  • to view the status - netsh wlan show hostednetwork
All of the above commands are entered via the command line.


It is worth noting that the above steps can only be performed if you have administrator rights. Command Prompt can also be launched using administrator rights. To do this, you need to start typing the word “ cmd" and the system will display the following shortcut.


However, it is much more convenient for each team to make its own bat file. This solution has one more advantage - the file can be included in startup, which will allow you to launch the newly created Wi-Fi access point on your laptop or computer when you turn on the device.

How to distribute Wi-Fi using the Connectify program

This option is an excellent alternative to the Virtual Wi-Fi method, especially when for certain reasons it is not possible to use it. .

It is worth noting that this program exists in several versions - Free, PRO. The first is a free version, but with reduced capabilities, but for our purposes it is quite sufficient. So, let's launch the program.


In the window that opens, you need to enter the following settings:
  • “SSID” - we skip this item, since the free version does not allow for changes;
  • “Password” - here you need to specify the password for the wireless network;
  • “Internet to share” - in this field you should select a connection to access the global network.
A window will open. This version does not provide 3G, 4G connection - it is only available on the paid version. We check that the “Share Over” column is set to “Wi-Fi”.


In “Sharing Mode” you should specify the most secure WPA2. Then click on " Start Hotspot».

That's all, the wireless network for distribution on the laptop or computer is configured.

Many users are not happy with the fact that the full version of this program is paid. However, you should not look for pirated options. There are similar programs that allow you to use a computer or laptop as a virtual router - this MyPublicWiFi, mHotSpot. They are free, but have functions no worse than their counterparts.

How to connect WI-FI using the MyPublicWiFi program

This program is an excellent option for creating a virtual router on a computer or laptop. It is free, not inferior to Connectify, easy to manage and quite fast. After installation, you need to run it with administrator rights. Download .


A window will open with three main parameters of the hotspot: network name, security key, Internet connection.



The “Management” tab, in addition to autorun, has one interesting function - “Enable Firewall”. By checking this box, using uTorrnet and DC will become impossible.

mHotSpot – using a laptop or computer as a virtual router

mHotSpot is another program that allows you to use a laptop for distributing Wi-Fi. The program is completely free, downloadable from. Its configuration, like that of its brothers, is carried out by adjusting three parameters.


These are “Hotspot Name” - the network identifier, “Password” - the password for the hotspot, and also the choice of “Internet connection”. Then you need to click on “ Start Hotspot" and the device is ready to connect.

Find out how to quickly share Wi-Fi from your phone and access the Internet on all your devices.

All you need is a smartphone running Android, iOS or Windows Phone.

Using a smartphone or tablet, you can easily set up the Internet for your other devices.

This is possible using the “Modem Mode” function, which turns your smartphone into a full-fledged Internet signal router.

If you need to connect to the global network from a computer and have a smartphone with mobile Internet at hand, you will only need 1 minute to set up shared access.

Also, you can connect several different gadgets to one access point at once.

Android smartphone

All versions of Android OS have the function of enabling an access point.

Requirements for signal distribution:

  • Mobile Internet. For normal operation with several connected devices at once, it is recommended to use a 3G or 4G connection;
  • Sufficient amount of traffic. If your tariff has restrictions, we recommend checking the number of megabytes remaining before creating an access point;
  • The second device must have Wi-Fi connectivity enabled.

Internet distribution via Wi-Fi

To access the Internet from the second gadget, you must enable data transfer over the mobile network on the first device.

Without this, you will connect to the access point, but sites will not load.

Note! Depending on your version of Android, the names of menu items may change, but the setup principle remains the same as in the instructions.

Follow these steps:

  • Go to the Settings-Mobile networks window;
  • Activate cellular data transfer;
  • Next, go to Settings again and open the “Wi-Fi Access Point” section;
  • In the new window, indicate Network name, Type of protection and come up with Access password. Select the maximum number of users possible and save the settings.
  • Network name – specify any name by which it will be easier for you to recognize the access point. Enter text in Latin letters.
  • Type of protection – this setting is responsible for the level of data encryption over the wireless network. It is recommended to choose the WPA/PSK2 option, as it maintains data confidentiality and does not slow down the Internet connection.
  • Password – minimum 8 characters. You need to use uppercase and lowercase letters as well. Numbers, special characters. This way you will protect the access point from hacking. If you do not specify a password, anyone can connect to the network.

Modem mode

The second option on how to distribute the Internet from an Android smartphone is to use the mobile gadget as a USB modem.

This method is suitable if you need to access the Internet from a computer, but it does not support connecting to Wi-Fi networks.

Follow the instructions:

  • Connect your phone to your computer using a USB cable and wait until the computer recognizes the device;
  • Next, the system will automatically install the necessary drivers. If you are using Windows 7 or an older version of the OS, you will have to install drivers manually using Device Manager;
  • Then go to Settings on your smartphone. Open the “Network Connections” section;
  • Go to the “Other networks” tab, and then click on “Modem and access point”;
  • Check the USB modem box;
  • After activating the function on your smartphone, the computer will automatically recognize the new local network. Go to Windows Network Connections. Right-click on the local network connection icon and select the “Enable” field.

Your computer will now be connected to the Internet.

However, it will only work if you have activated mobile data and you have enough Internet traffic.

For iPhone and iPad owners

Officially, you cannot share the Internet on an iPhone in access point mode. In different versions of iOS, this function is present and then disappears again.

Even if your smartphone does not have an access point in its settings, you can still distribute the Internet using a simple life hack.

First, make sure you have a 3G or 4G connection.

Then follow these steps:

  • Open Settings and go to the Cellular window;
  • Find “Cellular Data” and open it;
  • Next, at the very bottom of the window, open the “Modem Mode” tab. The “APN” field will appear in the window that opens. You will see several text fields in which you need to enter the value “internet” (without quotes);
  • Now the “Modem Mode” section is guaranteed to appear in the main menu. Open it, come up with a network name and password.

On the second device, turn on the Wi-Fi network you just created. Check your internet connection.

If there is no connection, make sure you have activated your data plan or Contact the operator.

Instructions for Windows Phone

Although Windows Phone has many differences from Android and iOS, the option for fast Internet distribution in this operating system is as simple as in previous versions.

Follow the instructions:

  • Open Settings and go to the “Wireless Networks” window;
  • Next, go to “Advanced” and select the “Modem Mode” field, having previously activated the mobile network;
  • Select the type of network distribution “Wi-Fi router”, USB modem or Bluetooth modem. The fastest and most convenient option is Wi-Fi. It does not require wireless connections and provides faster loading speeds for web pages;
  • Click on the required field and come up with a Network Name and Password. In the “Users” window, you can control how many devices are currently connected to the network and can block unwanted users.

Settings

On Windows Phone, users have access to advanced network distribution settingsWi- Fi:

  • Bandwidth setting. You can independently determine the maximum permissible connection speed level. To do this, click on the “Bandwidth” field and set a limit. In the future, you can view connection usage statistics;
  • WPS setup– how to connect to your network. This could be a PIN code or pressing a Push button. If the second gadget has a special WPS button, you can simply activate the access point on your Windows Phone and press this key on the other gadget. The connection will be established automatically without entering passwords;
  • Energy saving. This add-in window allows you to configure the operation of the access point when no client devices are connected to it. Automatic shutdown will save battery power. You can configure Internet sharing to be deactivated after 5, 10 or 15 minutes of inactivity. You can also prohibit turning off the connection, but this will increase battery consumption by an average of 20%-30%.

Please note that on Windows Phone you can set a traffic limit.

This option will be useful for those who have very limited mobile operator service packages.

The limit will not allow you to exceed the amount of traffic you specify and will preserve the opportunity for other users go online:

  • Go to the settings window and go to the section "Applications";
  • Click on “Data Control”;
  • Select Set Limit. Then specify the period of operation of the restriction (day, week or month), as well as the allowed number of megabytes.

There is no need to disable background data transfer. This may cause errors when connecting to the access point.

The connection speed on client devices may decrease slightly, but this is due to additional filtering of content that consumes a lot of traffic.

How to achieve good Internet speed?

Users often encounter problems and errors when distributing Wi-Fi. For example, another user connects to the network, but there is no Internet, or the connection speed is very low.

If the Internet is available on the main smartphone, but not on the connected device, check that the password is entered correctly.

Sometimes it is enough to change the encryption type to a simpler one to restore access to the network.

If you want to increase your Internet speed, remember that it directly depends from two factors:

  • A connected tariff plan on a phone that emits a signal;
  • Number of connected users.

If you have limited traffic, this may cause the Internet to disappear quickly. Also, pay attention to the network type (2G, 3G, 4G).

For client devices it will always be slightly lower.

We recommend setting the settings to 4G or 3G coverage. This will significantly speed up the loading of web pages, since when distributing 2G Internet, it will take a very long time to load even a regular search engine page.

When distributing Wi-Fi, always check how many gadgets are connected to the access point. For normal operation of the Internet there should be a maximum of two or three clients.

Otherwise, the available bandwidth will not be enough and the connection will become too slow.

Always set an access password and encryption type so that no one else can connect to the network. It is also recommended to change the code word from time to time.

Bottom line

Sharing Wi-Fi from your phone is a great feature for setting up a fast connection to the global network on all your devices.

To do this, you don't need a new router, twisted pair wires or complex settings.

It is enough to have at least one mobile gadget with Internet access and a few minutes of time.

Video instructions



 

It might be useful to read: