Are u producing the code?
How to run an executable internally along with other background processes in the system during the startup?
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.
150 answers
Sort by: Most helpful
-
Anonymous
2010-08-02T09:29:44+00:00 -
Anonymous
2010-08-02T02:14:39+00:00 Ya i just want to kill a process when it is not responding.
-
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
-
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:)
-
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?