well, I created an C#.NET application that close other applications that are consider to unwanted, so, my application list all the running processes and search for unwanted apps, my application uses Timers and Threads.
So the problem ocurs when execute an batch file like this:
pause My_app.exe
Exit
And next I reboot and magic, my application start, but doesn't do anything, is like standby.
Thanks in advance.
P.D: Sorry for my english.