How to make the C program run automatically when it is turned on 10

Updated on technology 2024-05-26
6 answers
  1. Anonymous users2024-02-11

    Personal suggestion: Compile the C file into. exe file and then put the compiled. The exe file can be inserted to start --> program --> start.

  2. Anonymous users2024-02-10

    Set it in the boot task.

  3. Anonymous users2024-02-09

    1 Software-in-the-box method:

    Most software provides the function of auto-start at boot, take Kugou** as an example, find "automatically start Kugou when booting" in the settings, and tick the previous tick to achieve automatic start-up at boot, as shown in the following figure:

    2 Amendment to the Registry Act

    Press the shortcut key win+r and enter "regedit" in the pop-up command output window, as shown in the following figure

    Once confirmed, find "Hkey Current User Software Microsoft Windows CurrentVersion Run", right-click and select "String Value" under "New".

    After the new project is created, rename it, right-click the new project, select "Modify", set the software path in the pop-up dialog box, and then OK, as shown in the following figure

    3 Drag method.

    Directly drag the software that needs to be started or the shortcut of the software to the "Start" - All Programs "- Startup" folder, as shown in the following figure: (You can also open the startup folder and then put the software that needs to be started into it.) )

    Precautions. The software comes with the method, which requires the software to have a self-starting setting, and it is more troublesome to modify the registry method, so it is recommended to use the drag method.

  4. Anonymous users2024-02-08

    Tools Raw Materials:

    A shortcut to a program specified by the computer.

    1.Through the Start button, open the attachments, locate the startup folder. Once found, right-click on the startup folder and select Open Command.

    2.Once you click Open, the startup folder will open.

    3.Locate the shortcut to the specified program.

    4.Once you've found the shortcut you specified, copy or drag the shortcut below the startup folder you just opened.

  5. Anonymous users2024-02-07

    The computer starts automatically when it starts, which is nothing more than those few places, you can put it in, 1, the startup item of the start menu.

    2, you can put it in the registry, two run startup projects, 3, you can put it in the configuration file, 4, you can add it to the underlying service management, 5, you can also replace or attach it to some programs, such as, explorer6, you can even replace the boot MBR, reside in memory, there are many methods.

  6. Anonymous users2024-02-06

    1.The easiest way: create a shortcut, put it in the start program to start, and you're good to go.

    2.Added to the registry's auto-start list.

    3.Make a service and set it to start automatically.

Related questions
8 answers2024-05-26

It is recommended that you do not use software, in fact, XP comes with this function, you can put the software you need to start automatically here: >>>More

6 answers2024-05-26

One of the easiest ways to do this is to copy the shortcut to the software into the Start-Startup menu, where it is easy to add and remove.

7 answers2024-05-26

Use cmd's timer to shut down.

private void button1_click(object sender, eventargs e) >>>More

21 answers2024-05-26

Set a variable that starts at 0 and compares it to 100 when opening the program, and +1 each time you open it. When the variable is less than 100, run the command and run the form. When the variables reach or exceed 100, you can exit the form. >>>More

12 answers2024-05-26

The easiest way to do this is to pull the executable file into the boot menu in the Start menu. >>>More