Question : Need to kill an application that is auto starting on Windows CE 5.0

I have a Motorola MC9090 device and it runs Windows CE 5.0.  I need and small application that I can run from a batch file that will kill another application (BTExplorerMenu.exe) silently.  The BTExplorerMenu.exe app auto starts when the gun is cold booted.   Because I can not recompile the OS the BTExplorerMenu.exe will always return on a cold boot.  I am sure there is more then one way to skin this cat however, this is the solution I am looking for.

Answer : Need to kill an application that is auto starting on Windows CE 5.0

It appears ps.exe is not found on all builds.

You could make one yourself, if you are comfortable with C++, using the following:

http://msdn.microsoft.com/en-us/library/aa446560.aspx

This article is for making a GUI application, but the functions could be used for what you need. You could then call the created exe with a batch file.
Random Solutions  
 
programming4us programming4us