Help for this page

Select Code to Download


  1. or download this
      $class = "winmgmts:{impersonationLevel=impersonate}\\\\$key\\Root\\c
    +imv2";
      $process_info = Win32::OLE->GetObject( $class ) || warn "\n shit";
    ...
        print LOG $process -> {ExecutablePath} . "\n\n";
      }
    
  2. or download this
    $process -> {ExecutablePath}
    
  3. or download this
    if ( "" ne $process->{ExecutablePath} ) {
      ...  
    }