Hello, dear readers of the blog site. I am often asked how to create autorun windows programs 7, so that every time you turn on the computer it starts, plus with certain parameters. Nothing is impossible. We'll look at several ways to do this.

The first is the simplest and perhaps the most correct - look in the parameters or settings of the application that you want to add to startup. Most likely, for most there will be a “Run when Windows starts” option or something similar. This method is also correct because the program can specify specific startup variables, which in the case of manual method you just may not know them.

The second method is to add the program shortcuts we need to the Startup folder. It works both for the user under whose login you usually log in, and for specifying the launch for all users on your computer. However, for the second option, you must have administrator rights.

The third way is to add a launch line to Windows registry. We looked at how to open the registry.

And the fourth way is to use the task scheduler built in Windows.

How to add a program to Windows 7 startup

Autostart Windows 7 programs for the current user

Since the early operating system Windows 95, Microsoft has taken care of the convenience of adding programs and shortcuts to startup. This happens by moving or copying shortcuts with parameters or just shortcuts to a folder specially created for this. It is called StartUp (in the Russian version of Windows it is called “Startup”). The full path to it looks like this: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp.

You can use File Explorer to move the shortcuts you need to this folder, but by default it is hidden and you won't see it. To make it visible, you need to open Windows Explorer and go to system disk(on which your operating system is installed). In the top menu, select “Tools” and then “Folder Options”. If in Explorer Top Menu is not displayed, you must press the Alt key once.

Next, select the “View” tab and at the very bottom of the parameters find the “Show” switch hidden files, folders and disks." Switch it and click “Ok”. All hidden items will appear in the Explorer list for the folder you were in, including the ProgramData folder.

Please note that you need to navigate by folder names in Russian, although the full path looks like in English as mentioned above.

Now we copy into it all the shortcuts for programs that need to be loaded automatically at startup.

The method above was a little more complicated than it can be done, but it is useful for general knowledge of the startup structure. The easiest way to get to the StartUp folder is through the Start menu.

1. Open the “Start” menu and click “All Programs” in it. In the list we find the “Startup” bookmark we need and press the right mouse button. Select “Open” from the drop-down list.

2. As a result, the same Windows 7 startup folder will open as in the example above. We take all the necessary program shortcuts and move (copy) to this folder. All these operations will be performed only for the user under whose login you are logged in. To add programs to startup for all existing users, you need to open the folder a little differently.

1. Open the “START” menu and click on “All programs” in the list. Find the “Startup” tab and click on it right click mice. In the drop-down menu, instead of “Open”, click “Open a common menu for all”. Unlike the previous opening, the folder will contain the entire list of shortcuts for auto download for all users. Add the necessary shortcuts to this folder.

Open the startup menu common to all

For example, you can see the difference for my computer in the figure below.

To check whether the launch of the programs that you added actually works, you need to restart the computer and see if the applications start. Everything worked correctly for me and everything loaded on startup the first time.

Option for Windows 8

This instruction applies to Windows 7. If you want to do the same with Windows 8, you will most likely encounter the problem that the start button is not in its usual place. For this case, you can do the following.

Right-click in the lower left corner of the Windows 8 desktop and select “Run” from the list or press the keyboard shortcut Win+R.

As a result, a window for launching commands and applications will open. In the input field, type or copy the text from here without quotes: “shell:Common Startup”. Click “Ok” and the startup folder window for Windows 8 will immediately open. In the same way as before, copy all the shortcuts necessary for loading and reboot to check.

Autorun programs through the registry

This method is no more difficult than all the previous ones. We will create autoload in the registry.

1. Press the “START” button and in the line quick search type “regedit”. Then click on the file that appears in the list or press the “Enter” button. Or you can press the Win+R key combination and in the Run line type “regedit” and click “OK”. This will open the editor Windows registry 7.

2. In the window we need to find the required section. It will also be different for current user and for all users. If necessary for the current one, then we find the following section: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run. For all users the section looks like this: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run.

2. In the selected section in the right half-window, right-click and select New -> String parameter

3. Choose an arbitrary name for the parameter (any name that you understand, for example, the name of the program that you add with the word Run).

4. Right-click on the created string parameter and select “Edit”.

5. A window will open for adding (changing) a value for the parameter.

This is all! Your application will now load along with Windows start.

Using the task scheduler to create startup

This method is not at all trivial; not many people know it at all, although it is standard application with the function of launching applications for the Windows 7 operating system. With its help, you can create a lot of useful tasks with all sorts of parameters (for example, time, day, delay, etc.). To get acquainted, we will create an application launch along with the system launch, and you can continue further study and use yourself.

1. Press the Win+R key combination and enter the command in the application launch bar: mmc.exe taskschd.msc

2. Select the menu item “Create task”

3. In the “General” tab, enter the name for our task. I called "Launch Chrome Browser". Briefly and clearly in Russian.

4. Go to the “Triggers” tab and click “Create...”. Select “Create task:” - At startup and click OK.

Filling out the “Triggers” tab

5.Go to the “Actions” tab and click “Create...”. Select the action type “Launch a program”, click browse and select the application to launch in Explorer. At the end, click OK.

6. As a result, your created task should appear in the list of active tasks; after a reboot, programs will autostart when you turn on the computer.

Video

The desire to save time is quite natural for both ordinary users and experienced programmers. Adding a program to autorun will help not only synchronize certain applications on your personal computer, but also get rid of routine tasks, such as conducting hardware tests in advance given parameters. This instruction will reveal the nuances of methods for setting up automatic launch of Windows programs.

Adding a program to startup using StartWindows 7

Step 1. Expand the Start menu and go to the All Programs subdirectory.

Step 2. In the expanded list, you need to find the “Startup” folder, and by calling the context menu, click on the “Open” link.

Step 3. When the window opens automatic download Windows 7 You will be able to edit its contents - just drag the shortcut of the program you need into the window, and it will launch when you log into the operating system.

Important! This is the easiest way to add programs to the auto-download list, but not the best. Many programs that actually run with the system do not appear in the directory

Windows 10

Step 1. To enter the MSconfig environment in Windows 10, you need to expand the context menu of the Start button using the right mouse button.

Right-click on “Start”

Step 2.

Step 3. In the window that pops up, in the query input box, you need to enter the command “msconfig”.

Step 4. IN software interface switch to the “Startup” tab.

Step 6. In the appropriate tab, select the line with the name of the program or application that should be launched together with the operating system, and use the “Enable” button.

On a note! You can launch the task manager in another way - by calling the taskbar context menu and clicking on the desired link. After entering the utility, switch to the bookmark and follow step 6.

Adding a program to startup using MSconfig inWindows 7

Step 1. To enter the MSconfig environment in Windows 7, you need to expand the Start menu, in search bar run “MSconfig” and run it as administrator.

Step 2. After launch, in the software interface, switch to the “Startup” tab.

Step 3. Set automatic download permissions for the required items. To allow all programs, use the “Enable All” button.

On a note! This shell interacts with the registryWindows, and collects data from it. That is why this utility displays many more startup keys than in the Startup directory. Displaying all elements will allow you to work more closely with program launch parameters when loading the operating system.

Adding a program to startup using the registry inWindows 10

Step 1. To enter the registry editing environment in Windows 10, you need to expand the context menu of the Start button using the right mouse button.

Step 2. Start the "Run" procedure.

Step 3. In the window that appears in the query input box, you need to enter the command “regedit” and launch the editor control console.

Step 4. In the console interface, follow the list one by one to the “Run” directory.

  • LOCAL MACHINE (for local station), or CURRENT USER (for your user);
  • SOFTWARE (the folder stores settings software);
  • Microsoft (corporation product settings);
  • Windows (operating system settings);
  • CurrentVersion (current version settings);
  • Run (settings for automatic program launch).

Step 5. To add a program, use the “Edit” menu and use it to select the command to create a new string parameter.

Step 6. Specify the parameter name.

Step 7 Expand the line parameters and write down the path to the executable file. After specifying the path, save the settings.

Important! When changing registry settings, be careful - careless handling of entries can disrupt the normal operation of the software and operating system.

Adding a program to startup using an additional application

To change the software startup mode in Windows system You can use CCleaner software. It is completely free and provided "as is".

Step 1. Launch the software product.

On a note! When choosing a program you can download full version(requires installation) or portable (works without installation).

Step 2. Expand the “Service” list located in the left frame of the interface.

Step 3. Go to the Startup list. To add an additional element to the automatic download, select it with a mouse click and use the “Enable” button.

Important! Please note that the program uses direct access to the registry, just like the utilityMSconfig. Because theCCleaner is third party software product, attackers can use it for their own purposes. Install only proven versions of the software package.

Video - How to add a program to startup

Conclusion

We looked at ways to edit the list of automatic downloads of programs in Windows, taking into account the version of the operating system. Remember that standard tools may slightly change appearance depending on the installed updates, or completely absent, depending on the OS edition. One of the described methods is not standard and therefore may pose a threat information security To your computer. The assessment of each described method, according to our website, is given in the summary table.

Details/NameRegistry EditorMSconfig utilityCCleaner
LicenseDelivered with WindowsDelivered with WindowsFreeSupplied with Windows (not available on Windows 10)
Russian languageDepending on Windows versionDepending on software versionDepending on Windows version
Display all autorun itemsYesYesYesNo
Interface convenience (from 1 to 5)3 5 5 5

For a number of reasons, the user sometimes needs to ensure that certain programs load when the computer is turned on. This is done for convenience, and sometimes out of necessity. In this article we will talk to you about how to add a program to startup in Windows 7. I want to say right away that these instructions will help you, even if you have a different version: Windows 8 and XP.

By the way, this article is a kind of addition to the existing article “”, from which you can learn other common methods. Be sure to read this article!

When you turn on your computer, your operating system first loads and some programs that are already in startup, such as Skype, are automatically loaded with it. But you can independently specify which programs you want to download automatically.

It is important to remember and understand that the programs you add, for example, in the amount of 7-10 pieces, will slow down the loading of the computer, since these programs need time to start in the system.

There are various ways to add programs to startup, and in some programs this function is already built-in. Below I will tell you how to add a program to startup in Windows 8, 7 and XP standard means Windows, and I will also look at an example of how this can be done using the registry.

To add programs to startup, there are programs that perform this operation, but I wouldn't recommend installing them just for this feature. Since you can add the desired program to startup using standard operating system tools.

Built-in Windows Tools

To automatically after loading the operating system the right application launched, you will need to use the program shortcut. There is an article on the blog in which I looked in detail at working with shortcuts. If you want to learn how shortcuts are created visually, then this article will help you: “”.

To create a shortcut, you need to right-click on the name of the desired one. exe file and select "Create Shortcut".

Then move this shortcut to the startup folder “Start” - “All Programs” - “Startup” or C:\Users\Your Account\AppData\Roaming\Microsoft\Windows\Start Menu\Programs.

In Windows 8 you will need to do things a little differently. Open Run (Win + X) and type shell:Common Startup, then press Enter. Now copy all the necessary shortcuts to this folder and restart the computer to see if you did everything successfully.

Also, some programs have a built-in function that allows you to put the program into startup. That is, you do not need to add manually, but just click on the desired button. It will be called something like this: “Run with Windows” or “Run automatically with Windows”. Well, I think you get the point.

These methods of placing a program into Windows startup are simple and will not harm the system. But we must remember that a lot of programs in startup is not good.

Editing the registry

If you are more confident computer users, you can use one more method: you need to register the autorun of the required program in the registry. You need to be careful with the registry, because even a minor error can lead to unstable work operating system.

So let's open the registry. To do this, open “Start” - “Run” and write “regedit” in the window that opens, click “OK”.

On the left side of the window, go to the following branch (choose the one that suits you):

For the user

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

For all users:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Then data will appear on the right side of the window, indicating the programs that run with Windows. In order to add your program to this list, you need to right-click on an empty space on the right side of the window and select “Create” - “String parameter”. You can give any name, but of course it is better to name it as the program that you want to register in this parameter.

On the name of the new parameter, right-click and select “Change” or left-click twice. A window will appear where you need to enter the path to your program, written in quotes. To check yourself, go to another parameter and see how it is written there.

Now you can restart your computer and check your work. That's basically all I wanted to say about how to add a program to startup in Windows 7, XP and 8,

You can also use the scheduler so that the program loads automatically at the scheduled time. But I'll tell you about this another time.

Hello. I'm on a little vacation here, so I decided to write some new articles. And today we will look at a rather interesting topic, namely adding sites to the list for automatic launch when the operating system starts. In fact, individually, each of the presented methods will be simple, but I decided to combine all the methods known to me into one article. As usual, only the tools of the operating system itself.
Methods:


Now consider the listed methods.

Method number 1. Adding a program shortcut to the startup folder.

This method comes first, as it is the simplest of all presented and in most cases it will be more than enough. To do this you just need to do a couple of steps:

1) Click on the executable file of the program. And in context menu select “Create shortcut”. We cut the resulting shortcut from the current location. You can also simply copy the shortcut from your desktop, if available.

2) Next, we need to transfer (copy) it to a folder, which folder you choose. If you want this program to load only for your user, then open Explorer and paste into the address bar:

%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

If you want the program to run for all users, then add to the folder:

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp

That's it, after these steps the program will automatically start when the system starts.

Method number 2. Adding a program to autorun via a registry entry.

1), to do this, press the Win+R key combination and enter regedit.

2) There are also two options for the development of the event:
a) Open a thread for the user only:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
b) Open a thread for all users:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

3) Click right key on the empty space on the right side of the window and select “Create” - “String parameter”.

4) Set the name corresponding to the name of the program and double-click on it to open properties and set the value. In “value” we indicate the full path to the program’s executable file. It can be taken from the properties of the desktop shortcut or the executable file itself.

Method No. 3. Adding programs to startup using the Windows Task Scheduler utility.

Yes, in OS Microsoft Windows There is a built-in utility for adding programs and not only to autorun. Moreover, with a very large number of settings.

1) Open “Task Scheduler”. You can open Control Panel - System and Security - Administrative Tools and select it from the list. Or press the Win+R key combination and enter taskschd.msc. The following window will open.


2) Click on the “Create a simple task...” button on the right. The “Simple Task Creation Wizard” will open (where would Microsoft be without creation wizards;). We enter the name of our task and, if necessary, give a couple of lines of description. And click the “next” button.

  1. Hello, I want to ask, how to add a program to startup so that when you turn on the computer, this program starts itself. I would like to automate everything in my operating system. For example, a person got up in the morning, turned on the computer and went to wash his face, then have breakfast, and at that time Windows booted up, went online and automatically launched several necessary programs. A man approached the computer, and everything was ready for work.
  2. Hello admin, first of all, thank you, I read your article and created the necessary string parameter in the registry, that is, everything is as taught, now after turning on the computer, the Internet connects itself. But then a wonderful thought came to my mind: what if I made my favorite one start automatically in the same way? Google browser Chrome. That is, I turn on the computer, first of all the Internet automatically connects, then the browser and the program in which I work launches Adobe Photoshop. Is it possible to arrange this somehow?
  3. I have the following question: I added shortcuts to several programs and a browser to the Startup folder, but for some reason the browser sometimes starts before the computer goes online, so browser pages naturally open with errors. I don’t have a router, but to automatically access the Internet, I created a “batch file” and also placed it in the startup folder.

How to add a program to startup

Hello friends, I think after we learned how to create automatic connection to the Internet, then adding any program to startup will be like a piece of cake for us. Let's look at three ways to solve this problem.

Note: add to startup only necessary programs, since loading any program takes time and if you add a dozen programs to startup at once, your Windows will load much slower.

The first method is very simple, we will simply add shortcuts to the programs we need to the startup folder C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp.

The second method is also simple. We will add the program to startup using the registry.

The third method is more complicated; in it we will use a task scheduler; it will be useful to us if any program refuses to start using the first method.

The easiest way add program to startup, this is to use the folder StartUp, specially invented for these purposes, located at C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp. Let's copy the shortcut to this folder Adobe programs Photoshop and Total Commander, as well as Opera and browser shortcuts Google Chrome, then reboot the computer and see if this whole company starts automatically.

Before adding a program to the startup folder, you need to find this very folder in the early operating systems, for example, Windows 7 it was very easy, you had to click on the Start menu, then All Programs and Startup. In Windows 8, there is no Start menu and you have to constantly strain your gray matter to find anything previously associated with the Start menu. We'll do something tricky and get into the startup folder using the shell:Common Startup command.

In the lower left corner of the working Windows desktop 8 right-click and select Run,

Enter the command shell:Common Startup in the input field.

And please, our Startup folder opens, copy into it the shortcuts of those programs that we want to add to startup. I add Adobe Photoshop and Total Commander and also Opera and Google Chrome browser shortcuts, then restart the computer.

Everything loaded automatically for me, the Internet, programs, and browsers. But, if you do not have a router, and you set up an automatic connection to the Internet according to our article “How to make an automatic connection to the Internet,” then in some cases browsers will start before connecting to the Internet, which means that in all browsers instead of open Internet pages there will be errors.

To avoid this, you need to use the task scheduler, this is an excellent tool built into Windows and few people use it because they simply don’t know how, but this is not about you and me, friends. The task scheduler will set the program the interval between complete loading Windows and launching this program. That is, the program you need (for example, a browser) will launch a little later (for example, after 30 seconds) from the moment when Windows goes online.

How to add a program to startup by editing the registry

We need to create a string value in the registry, it's very simple. I have an FTP client program installed on my computer - FileZilla and I need to add it to startup, I want to do everything using the registry.
Right-click on the Start button and "Run"

Enter "regedit" and OK, the registry opens.

Registry sections responsible for autoloading programs:
For the current user:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
For all users:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
I'm the only one working at the computer and I'll choose the first branch HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

I go to the section and right-click, select New->String parameter from the menu,

You can choose any name, for example FileZilla.

Now we indicate the path to the program, right-click on the created parameter and select “Change”,

Specify the location of the program's executable file: C:\Program Files (x86)\FileZilla FTP Client\filezilla.exe and click OK.

From now on, the FTP client program - FileZilla is in Windows 8 startup and the next time you turn on the computer, the program will start automatically.

How to add a program to startup using the Task Scheduler

To improve the hacker experience, let's launch some program through the task scheduler, let's say the same Opera browser, and in the scheduler settings we specify that it should start some time after the other programs are launched, so as not to create a crowd in the general startup.

Run -> enter the command in the input field mmc.exe taskschd.msc

and the task scheduler opens. Action -> Create task.

Specify the "Name" of the task, for example "Opera" Go to the Triggers tab

And click "Create"

In the "Start task" section, select "At login". We postpone the task for 30 seconds and click OK.

"Actions" tab, click on the "Create" button

And in the window that appears, click Browse,

We indicate in Explorer the location of the executable file of our program C:\Program Files\Opera\Opera.exe and click Open

And click OK again.

At the end of the article I want to tell you that there is good program AnVir Task Manager is a cool startup manager, in this manager you can exclude any program from startup, but also add the program you need to delayed startup. This happens a little simpler than in the task scheduler I presented. If interested, you can read our detailed article on this topic.