- 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";
}
- or download this
$process -> {ExecutablePath}
- or download this
if ( "" ne $process->{ExecutablePath} ) {
...
}