I am trying to get a process handle without success, I have read a lot about that but don't know why I cannot achieve it.
This is what I am doing:
$handle = $Kernel32::OpenProcess(PROCESS_ALL_ACCESS, FALSE, 4548)
I am doing it with admin rights, it seems like it doesn't like the PROCESS_ALL_ACCESS
parameter. Any idea?