How to run an executable internally along with other background processes in the system during the startup?

Anonymous
2010-07-30T03:39:55+00:00

I have an executable file and i want it to run continuously with other system processes in the background.

Can u tell me how to do that?

Windows for home | Previous Windows versions | Apps

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

150 answers

Sort by: Oldest
  1. Anonymous
    2010-07-31T17:02:27+00:00

    Ya came to know what it is:)

    How to add the path to the windows registry?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-07-31T17:05:24+00:00

    Ya came to know what it is:)

    How to add the path to the windows registry?

    Open Regedit.exe and navigate to this path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\ Then on the left-side right-click and select New->String Value. Name it: MyProgram. Path: - || - <program name>.exe  It will BE saved and close Windows Registry.


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2010-07-31T17:12:19+00:00

    Ya i did it and closed the registry editor:)

    I gave the path in the value data.

    Now whenever i start the system will that file keep on executing at the background?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2010-07-31T17:17:46+00:00

    Ya i did it and closed the registry editor:)

    I gave the path in the value data.

    Now whenever i start the system will that file keep on executing at the background?

    Yes, since the application which I made for you in C# has a tray icon I suggest you

    look in the tray area for the following icon .


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2010-07-31T17:29:00+00:00

    Ya  came to know:)

    Actually i double clicked the killresp.exe file and saw in the task manager and the application was running and i once ended the process it got deleted and again came back and was visible.

    This shows its only stops when the system shut downs right?

    But i have to double click it every time the system is started.

    i want it to automatically get executed when the system is booted.

    And also after adding the path to the windows registry should i restart the system so that the system can execute the .exe file?

    Was this answer helpful?

    0 comments No comments