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-08-01T17:40:00+00:00

    I just want the code to work at the background continuously when the system is booted.

    I dont need to display the list of not responding processes or messagebox as in c#.

    I just want to run at the background.

    Does the coding differs?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-08-01T17:58:07+00:00

    If you dont mind can you show how to do the coding in VS2010?

    Can u post the images as you did when building that c++ code in VS2010?

    If u cant its ok but please help if you can:)

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2010-08-01T18:01:53+00:00

    If you dont mind can you show how to do the coding in VS2010?

    Can u post the images as you did when building that c++ code in VS2010?

    If u cant its ok but please help if you can:)

    As said C++ MFC are far more complex and I might

    need an entire day (or more) to produce something like that,

    also what do you want it to do? Just run in the background and

    as soon as an "Not responding" program appears then kill it, right?


    Itknowledge24.com

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2010-08-02T02:14:39+00:00

    Ya i just want to kill a process when it is not responding.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2010-08-02T09:29:44+00:00

    Are u producing the code?

    Was this answer helpful?

    0 comments No comments