Seeing (& killing) Windows processes?
Syver Enstad
syver-en+usenet at online.no
Sat May 17 09:20:42 EDT 2003
edd at hotpop.com (Eddie) writes:
> Hi all,
>
> Is it possible to check which windows processes (from other programs)
> are running & kill them.
> For example, if I want to see if the Internet Explorer process
> (iexplore.exe) is running & kill it if it is.
Install Mark Hammond's win32all package.
Open the help file, see the performance monitor sample (win32pdh).
Use OpenProcess with the pid that you get, then TerminateProcess with
the handle that OpenProcess returned
--
Vennlig hilsen
Syver Enstad
More information about the Python-list
mailing list