I'm struggling to kill internet explorer child process (to close one IE tab) using .bat script or just from cmd line. I've already tried:
taskkill /pid {pidid} /f /t
or
taskkill /pid {pidid} /t
and it is not working at all. I got the output that {pidid} was terminated but another pid is set up and the tab is not closed.