stop an *.exe* that is running and program start when windows does
i am need the code to stop an *.exe* that is running please help thanks and i need to put one of my program in registry (when window starts) thanks for the code in advanced
Re: stop an *.exe* that is running and program start when windows does
Pease help if you can with either one?!
Re: stop an *.exe* that is running and program start when windows does
To stop a running app look at this site:
http://support.microsoft.com/kb/q153463/
Unless you are doing some kind of system stuff (I don't like to put anything in the registery) put your program in the startup section of start menu.
Wayne
Re: stop an *.exe* that is running and program start when windows does
If u want to start a program from registries this is the path where you should ad a key for your program:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Your key must be a string that contains the path to your program.
Anyway if you're thinking about makeing a malicious code ;) don't use it cause this path is known by everybody and especially by antivirus applications.