Make automatic connection Windows 10. Configure automatic Internet connection

Many providers worldwide offer their Internet services through the so-called high-speed PPPoE connection (Point-to-Point Protocol Over Ethernet). To communicate with the Internet via PPPOE, providers usually give their clients a unique username and password that are necessary to connect to their networks.

The lack of PPPOE is to run the connection manually each time after the computer is turned on. This is an annoying inconvenience, which many users would like to forget once and forever. In this article, I will talk about the settings with which the computer with such a connection will be connected to the Internet automatically during startup.

1. Launch task scheduler

First of all, we need to launch a regular task scheduler. The easiest and fastest way to do this is to use the system search window. Enter the first few key request letters, and then click on the job scheduler element in the search results.

In Windows 10, the task scheduler can also be run from the Start menu: All applications \\ Administration ToolsWindows.

In the control panel, it is located on the next way: Control Panel \\ System and Security \\ Administration.

Regardless of the selected method, as a result, you will see this window:

2. Planning an automatic connection when entering the system

Now we need to schedule an automatic connection to the Internet each time you enter the system.

In the task scheduler window on the right click "Create a simple task."

In the task creation wizard window, enter the name of the task, for example, Avtodozon. You can also enter a description, but it is not at all. Click "Next".

Next, you need to choose when our task should be performed specifically. Since our goal is that the PPPoE connection is automatically connected to the Internet each time you enter the system, select "when entering Windows". Click "Next".

The penultimate stage of creating a task is the choice of action. We need the PPPoe connection to start automatically with Windows. Accordingly, choose "Run the program". Click "Next".

And now the most important part of the process is to configure the script that will be automatically executed.

In order for the system automatically connected to the Internet via PPPoE, you must enter the following information:

  • In the program or script field, enter the command rasdial.
  • The "Add Arguments" field (optional) must contain the connection name (in quotes), as well as the username and password with a hyphen in front of them. For example, suppose your PPPoE connection is called Wwwand for connecting to it you use the username Ivan. and password 123456 . In this case, you must add the following arguments: " Www "Ivan 123456..

Leave the "Working Folder" field blank.

At the final stage, you will see a brief description of the created task. We click "Finish."

After closing the wizard, you will be returned to the main job scheduler window, where you will see that your task has been added to the list of other scheduled tasks.

3. Restart the computer and check

Finally, restart the computer to check the result of your actions. If all the steps were executed correctly, after rebooting the system should connect to the Internet automatically. Please note that from now on, each time the login log, the console window will appear on the screen, signaling the start of the connection process.

Excellent day!

A common PPPoE Internet connection technology requires user authorization when connecting to a provider. Using the router makes this procedure invisible. One-minded, connection occurs without user participation. When directly connected, the operation has to be performed independently. You can bypass this procedure by adjusting the Internet in Windows to Windows.

High-speed connections to which PPPOE refers are performed in Windows from the Network Management Center. In different versions, it has minor differences in the design of the interface, but the procedure for setting changes has not undergone.

Universal way

This method is suitable for all versions of Windows. Call the "Run" dialog box and enter the command shown in the screenshot.

A classic control panel is launched. We find and open the network management center.

The connection options menu opens. Select the top item and press the "Next" button to continue.

In the next window, we are immediately invited to configure the desired connection type. If in the arrow marked place to put a tick, all available options will open.

Filling parameters The most responsible step when creating a new connection. We enter the name and password received from the provider. We put a tick in the save field. We ask the Latin a short name for the connection. In the future, we will use it when we configure automatic Internet connection. In the fifth point, check mark at will. If the user on the PC one, it is not needed. When you conceived to create separate profiles for yourself, wives and children are necessary. Complete the work by clicking on the "Connect" button.

Using the entered parameters, the system establishes communication with the provider server.

Connection is completed, you can go online.

The next time you turn on the PC, the connection can be activated from the system tray.

In Windows 10, the operation will take longer. You need to call the notification menu. Select network connection.

In the unfolding menu, open the created PPPoE connection.

Activate the connection in the system parameters.

In Windows 10, the main disadvantage of this type of connection is manifested in all its glory. The Internet does not connect automatically, and the number of actions necessary to turn on the compound increased.

Automation

As you can see, the most inconveniences are the users of new versions of the OS. Therefore, as an example, we will consider the auto connection between the Internet in Windows 10.

The easiest option is to use the BAT batch file that controls the command interpreter OS. To create it, we will need a text editor "Notepad", which is part of all versions of Windows. Opening a new document, copy the following lines to it:

cD% Systemroot% \\ System32

startraSdial

For 64-bit versions, replace "System32" to "SYSWOW64". In the second line we introduce the data of the used compound, separating them with spaces:

skyNet.ivanov.password.

As a result, the text shown in the following screenshot should be obtained.

Open the "File" menu and select the marked point.

Save the file with the BAT extension to the desktop to be at hand.

Open the system startup folder by copying the following path in the "Run":

% ProgramData% \\ Microsoft \\ Windows \\ Start Menu \\ Programs \\ Startup

Move the created BAT file from the desktop in the opened folder. The system will ask for confirmation of authority to perform this operation.

The created batch file will be processed at the time of booting OS, running the automatic PPPoE connection.

Task Manager

Using the Windows Scheduler allows you to create a repetitive event processing rule in the system. Use it to implement the automatic inclusion of the Internet when starting PC.

Activate the scheduler to the command entered into the "Run" dialog box.

In the window that opens, select a simple task wizard and execute its instructions.

We ask the name of the process, if desired filling the description.

Select the start when you turn on the computer.

As an action, mark the launch of the program.

Using the button specified by the arrow, select the file "rasdial.exe". The placement directory is determined by the battery of the OS, as well as when creating a BAT file. In the argument field, indicate the name of the connection, login and password through the space.

We view a summary. At this stage, you can go back to change the set parameters. Complete the work by clicking on the "Finish" button.

In the configuration of the high-speed connection, the autorun will be performed for the current user. You can adjust additional task parameters by opening the planner library.

Creating an additional service

Using the command line interface, you can create your own service that will start when the PC is booted along with the system. We launch the CMD shell with administrator rights and enter into it:

sC CREATE SKYNET START \u003d AUTO BINPATH \u003d "RASDIAL SKYNET IVANOV PASSWORD" DISPLAYNAME \u003d "SKYNET" DEPEND \u003d LANMANWORKSTATION OBJ \u003d "NT AUTHORITY \\ LOCALSERVICE"

After receiving a notice of successful creation of a new service, open the service console.

We are looking for the created service according to the specified name. Call the context menu to manually edit parameters.

On the first tab, change the start type as shown in the screenshot and activate the service.

On the Recovery tab, change the parameters of actions in case of failure, translating them to restart mode. Apply the changes made and closed the parameter window by pressing the "OK" button.

When the created service is not needed, it can be deleted by command SC DELETE SKYNET.

Windows 10 users who use the PowerShell shell by default to avoid problems with the command syntax, will also have to use the command prompt.

Registry editor

Direct changes to the system registry also allows you to achieve the desired effect. To configure the auto connection to the Internet, you will need to independently create an additional key. Open the registry editor using the command shown in the screenshot.

To work the key to work for any PC user, open the HKLM branch and go to the designated path to the "RUN" section. Call the context menu, deploy it and select the creation of a string parameter. We ask him the name "SkyNet".

Open the key to edit. We enter the name of the connection, login and password in the "value" field. Data make a solid string without spaces.

As a result, the key must acquire the following form.

Created parameters will take effect after rebooting the computer. Perform an input to the account and make sure the operating network is available.

Finally

By selecting the appropriate method, you can implement the Internet connection in Windows 7 and higher, without resorting to third-party software.

The tunneled high-speed PPPoe protocol is applied according to the point-to-point access scheme for connecting to the Internet services. It is important to know how the PPPoE is programmatically running on Windows 10.

When using this PPPoe subscriber to access the Internet, you must go through the authorization procedure through the login and password entered. In this case, the provider appears the ability to allow tracking traffic activity from the user side and monitor the payment of the services provided to them.

Initially, the provider with whom the user concludes a contract pulls to the subscriber's house "Grid". Having done the connection of the wire to the network card, you need to make sure that everything functions, and the display light is distorted periodically, confirming activity.

In all these cases, we get into the "Parameters" window, there, on the left panel, you need to specify Ethernet.
Changing in the section "Network and Common Access Center" section,
Go to the visualization screen of fundamental information on the work of the "Grid" and customizable connections. Here, in the "Changing Network Settings" group, you need to select "Creating and configuring a new connection or network".
Then indicates the option of connecting to the Internet.
In the future, on the screen where you want to specify the desired connection, mark "high-speed (with PPPoE)".
In the next step in the provider billing, enter information for the authorization process, or more precisely, the login and password received by the subscriber during the conclusion of the contract. Another Windows window opens with empty fields for entering information transferred to the Subscriber by Internet services:

  • user login (name);
  • password from your Internet provider.

But the inclusion name is set arbitrarily. The checkbox "Remember this password" will help create a high-speed connection "on the machine". And at the end of creating a PPPoe connection in Windows 10, you must click "Connect".

Automatic connection

If the Windows router for internet communication is used with already configured connections, given the PPPoe, then no additional settings on the PC will be needed. Connected the cable to the device is simply. The setup goes like an Ethernet connection order.

To create a PPPoE connection in automatic mode, that is, an activating without user participation, there is the easiest option: with the help of a "job scheduler". Having watched the job scheduler in the starting line "Start" or enrolling in the section "Control Panels" and selecting the appropriate item in "Administration".
On the left in the "Wizard Creation Wizard" screen that opens options:


Next, you need to register the details of the script by Having a full path to the program: C: \\ Windows \\ System32 \\ rasdial.exe, or SYSWOW64 (instead of System32) for x64. In the same window, add arguments indicating the name of your connection. For example, the connection name is "TEST", the username is "user", and the password to access the Internet is "Password". Then the syntax in the "Arguments" field is as follows: "Test User Password".
Then click "Next" and "Finish" to keep the created task.

Deactivation of high-speed connection

The algorithm of action practically coincides. Enough in the same screen previously used to configure, called the Center, Managing and Sharing Center, disable this selection.

Possible problems

It happens that the "Windows" status is changed in the "notifications panel", it means that IPERnet has earned. However, errors are often found:

  • The correct connection of the network cable is performed, but the computer ignores it. Then the causes lie in the drivers for the network card.
  • Probably incorrectly enabled adapter in device manager "WINDOVS".
  • Perhaps an erroneous selection is made in the "Network and Shared Windows Access" section.

It must be remembered that the specialists of the center will always remotely prompt how to configure the operating mode of the network, or send their master to help.

What needs to be done in order to automatically connect the Internet when the computer is turned on (the way for Windows owners). Will the method work on Linux, Mac OC, etc. - There was no need to check the need.

Little lyrics: Connecting an Internet manually, the average user spends about 15 seconds. Suppose it does it daily. In the year, 365 days, multiply, it comes out: 5475 seconds, or 1,5 Hour! Is it really possible to spend with a greater benefit?

So, there are several options Automatic Internet launch on Windows 7.

Recipe number 1. or "banal." Everyone writes about him, and you probably saw his variety on other Ineta's buds. Anyway, here it is:

1. Connect to the Internet (in the settings you need to put a daw on the "save password")

2. Then go to "Network Connections", we are looking for a "Virtual Private VPN" and PCM Click on the Internet icon. We go to the "Properties", item "Parameters. (Screen below). Exhibiting similar connection settings. Click "OK"

3. I again click on the Internet icon, but this time I do not go to the "properties", but click "create a shortcut". Or stupidly dragging the icon itself to the desktop, closing for this LKM. Never mind.

4. We go to the startup (located at the "Start" address - "All Programs" - "Autoload", that on Windows XP, that on the seven - the same)

5. Restart the computer.

Recipe number 2. It assumes the creation of a file with extension.Bat and the subsequent throwing on it (again) in the autoload.

At the same time, in the file itself, you must register the next line (naturally replacing the current values \u200b\u200bin your own):

@START RASDIAL CON 000 111\u003e NUL

Son - you need to change the name of your connection, the numbers "000" - on the login, and "111" to the password.

Add: Work through the usual notebook, then when saving a document, change the extension on V.Bat

Automatic internet launch in Windows 7. Method number 3.

Previous methods let both workers, but they are not entirely correct. Introducing the "right" solution to the means of the Windows itself! (Tadadadam, drum fraction)

We go into the control panel, item "Center for network management and something else",

after clicking the LKM in the left menu (as in the picture below), click on the "Change of Adapter Settings"

Step 1. In the list of icons, we are looking for your own online. PCM on it, properties, "Parameters" tab, put a tank to "request a password name", the rest can be left blank.

Step 2. Through the control panel go (here I apologize, I finish an article from the tablet, items may be called a little different). In short, in the "Security Center, then" Observer Properties ", interests the Connection tab. It is necessary to put a daws in front of "always use the default connection". Then, in the settings, put a tank: "Automatic definition of parameters".

If the login with the password coincided, then everything is OK, save the changes. Mission accomplished.

Interesting blog:

An article for those who have not yet bought a router and connects to the Internet on a computer. Although in our time, in the presence of telephones and tablets with Wi-Fi, I believe that it is much easier and more convenient to have a Wi-Fi home router and have an automatic connection to the Internet on it. But there are different situations, and we will not go into details.

So, in fact, we have an Internet connection through technologies such as VPN, L2TP, PPPoE (also can be used if you configured your VPN server). And we want the connection to happen in automatic mode when the computer starts before the user logs. In principle, so far there is nothing complicated, so we turn to the instructions.

1) We need the name of the Internet connection to be in English. Rename it or set the correct name when creating a connection. I will use VPN..

2) This step concerns Windows 7 possessors. Open the properties of the network connection, go to the "Options" tab and remove the checkboxes with "Display connection progress", "request the name, password" and "Enable the login domain in Windows".

3) Next, open Windows Task Scheduler. To do this, we go: Control Panel → Group "System and Security" → "Administration" → "Task Scheduler" (or click Win + R. And introduce taskschd.msc.).

4) Select "Action" → "Create a simple task":

5) "Wizard creating a simple task" will open. We enter an arbitrary name and description. Click further.

6) We put the point opposite "when starting a computer". If you wish, you can choose "when entering Windows", and the connection will be automatically created after entering the user.

7) Select "Run the program":

8) Now the most interesting thing:
1) In the "Program or Script" field, we prescribe a program: C: \\ Windows \\ System32 \\ rasdial.exe
rasdial.exe.- Utility embedded in Windows from a very long time and is used to work with network connections.
2) In the Add Arguments field, write the command in the following form:

* Title_nate * * user_name * * Password *

where the "username and password" is a login and password provided by your provider.
In my case it will look like this (data is fictional):

VPN QAZXDERFV ZXCVNZX

9) We put a tick in front of "open properties for this task after pressing the" Finish "button and click" Finish ".

10) We switch the point to "execute for all users". We put the tick opposite "perform with the highest rights" and in the "Configure for:" item, choose our operating system. Click OK.

Everything, now when you turn on the computer, the network connection should be included independently.

Alternative ways to enable automatic internet start:

I. Using the autorun function of programs.

I think this article will not be complete if I do not add several alternative ways. And the first of them will be about creating and using BAT file.

1) So, first of all, of course, we need to create a BAT file that will connect to the Internet. To do this, create a text file in an arbitrary location. And fill in the text following the format:

cD% Systemroot% \\ System32 START RASDIAL * Title_nate * * user_name * * Password *

2) Rename the file in VPN_AUTOSTART.BAT.. In order to change the file extension, you must enable them to display in the folder properties. In Windows 7, press the button Alt.in the explorer and select "Service" - "folder parameters". In Windows 8 and 8.1, switch to the "View" tab in the explorer, select "Parameters" - "Changing folder and search options". There on the "View" tab of the item "Hide extensions for registered file types" and remove the checkbox. Click OK.

C: \\ PROGRAMDATA \\ Microsoft \\ Windows \\ Start Menu \\ Programs \\ Startup"And copy the file to it.

This is the first alternative method completed. It seems like it is very simple, but for some reason it does not always work.

(Ii) Internet bus station through the entry in the registry.

The second alternative method is based on creating an additional parameter to start the network connection.

1) open the registry by pressing the keyboard key Win + R. and introducing regedit. , in the window that opens.

2) Open the next branch If you want to turn on the autorun, for all users on the computer:

HKEY_LOCAL_MACHINE \\ SOFTWARE \\ Microsoft \\ Windows \\ Currentversion \\ Run

If you want to enable autorun only for the current, then you need this branch here:

HKEY_CURRENT_USER \\ SOFTWARE \\ Microsoft \\ Windows \\ CurrentVersion \\ Run

I will create for all users.

3) Create a new string parameter named StartVPN. And ask him the value of the format:

rASDIAL * Title / Connection * * username * * Password *

Do not forget that the name of the VPN connection should not contain Cyrillic characters. The next time you start the computer, the computer must automatically connect to the Internet.

Iii) Internet bus station by creating a new service.

This is another way to automatically connect to the Internet before the user logs.

sC CREATE STARTVPN START \u003d AUTO BINPATH \u003d "RASDIAL *_name * * * * user_name * * password *" displayName \u003d "startvpn" depend \u003d lanmanworkstation OBJ \u003d "NT Authority \\ LocalService"

This will create a new service that will work after launching all system services. In my case it will look like this:

sC CREATE STARTVPN START \u003d AUTO BINPATH \u003d "RASDIAL VPN QAZXDERFV ZXCVNZX" DisplayName \u003d "StartVPN" depend \u003d lanmanworkstation OBJ \u003d "NT Authority \\ LocalService"