Re: windows task manager listing

fr Park:

Not yet.

thanks. i will wait :slight_smile:

But you can do it like this:

require ‘Win32API’

it gives no output even if have

get_task_list.each {|pid,name|
p pid," ",name
}

thank you and kind regards -botp

Hi,

Check the code again.
especially this:

REGKEY_PERF
= “SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib\009”

And it runs on Windows 2000,XP or higher.

thank you and kind regards -botp

Regards,

Park H.