in reply to Re^4: Regarding Win32::API for CreateProcessAsUser
in thread Regarding Win32::API for CreateProcessAsUser

Thanks, my console is already hidden w

Its to hide psexec popup

can you please help with CreateProcessAsUser I would wish to learn how to quarry dll functions and under stand it's usage.

If you really wish to learn, study the docs

  • Comment on Re^5: Regarding Win32::API for CreateProcessAsUser

Replies are listed 'Best First'.
Re^6: Regarding Win32::API for CreateProcessAsUser
by Yathin123 (Initiate) on Sep 21, 2016 at 09:01 UTC
    Thanks for your suggestions this really worked BEGIN {     Win32::SetChildShowWindow(0)         if defined &Win32::SetChildShowWindow; }