Help for this page

Select Code to Download


  1. or download this
     
    my $obj = Win32::OLE->GetObject( 'winmgmts{impersonateLevel=impersonat
    +e}' );  
    foreach $process( in $obj->InstaceOf("Win32_Process")){
       #iterate through the list of LOCAL processes
    }