cancel
Showing results for 
Search instead for 
Did you mean: 

Kill process runing at 32bit version

Anonymous
Not applicable
In windows, some processes are running at both 32bit and 64bit versions, such as internet explorer. You can see iexplore.exe and iexplore.exe *32 under task manager. The 'kill process' under Utility - Enviroment only kills the 64bit version, providing a process name 'iexplore'. Is there another existing business object can kill the 32bit version as well?
1 REPLY 1

Mustafa_UlasYig
Level 6
Hi hong.shen When you launch Internet explorer it launches a iexplore.exe and a iexplore.exe *32, and as you add more browser tabs or windows, more iexplore.exe *32 process are started. When I use the ""Utility - Enviroment"" action ""kill process"", all of the iexplore.exe processes are killed, both with and without *32. But if you want to be certain that all processes named ""iexplore"" are killed, use a loop and use the ""Utility - General"" action ""Process Exist"", to query whether the process is still active, if yes, run it through the kill process action again. Good luck.   BR, Mustafa