Thanks for the quick response phil... well I currently took a few steps back and went a different direction. Instead of using someone else's exe(KillProcess) with my exe, I'm now calling my "ieKill.exe", which consists ofthis simple line of code:
%windir%\System32\TASKKILL /F /FI "IMAGENAME eq iexplore.exe"
We're assuming 95%+ of customers use XP, so this could possibly fail and just not do anything for Win2k machines. It does close down all instances of IE instantly, which is very cool, BUT, I mentioned your concern of a forced shutdown of all IE sessions when a user is working on something.. Their response is that we need a prompt. Is there bat syntax to call a windows prompt to warn the user of immediate shutdown before I execute the above line?
Thanks again,
Cg