grasshopper Posted June 7, 2005 Share Posted June 7, 2005 i am trying to stop the process named iclient.exe (Zone Alarm) using tskill.exe. i am unable to do so and am getting the following error message - End Process failed for iclient:Access is denied. does anyone know how to use AutoIT to kill a process running in task manager or an alternative utility that can be used? Link to comment Share on other sites More sharing options...
MHz Posted June 7, 2005 Share Posted June 7, 2005 For AutoIt: ProcessClose("iclient.exe") Zone Alarm maybe reluctant to close. WinXP Pro, you would use: TaskKill /f /im iclient.exe Link to comment Share on other sites More sharing options...
grasshopper Posted June 7, 2005 Author Share Posted June 7, 2005 For AutoIt:ProcessClose("iclient.exe")Zone Alarm maybe reluctant to close.WinXP Pro, you would use:TaskKill /f /im iclient.exe<{POST_SNAPBACK}>i tried your suggesstions but i am still getting access is denied. is there anyway to kill the iclient.exe process? Link to comment Share on other sites More sharing options...
Lazycat Posted June 8, 2005 Share Posted June 8, 2005 Not sure if it helps with your particular process, but I have a very good program Process Killer 1.4.1, it able to kill even system processes - for example winlogon.exe (from account with admin rights, of course). Program by default run invisible, you can call it by pressing <Ctrl>+<Shift>+<~>. Hope this helps.prkiller.zip Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s]) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now