CreateProcessAsUser icon indicating copy to clipboard operation
CreateProcessAsUser copied to clipboard

Trying to figure out how to use the DLL file in powershell

Open AlecMcCutcheon opened this issue 3 years ago • 0 comments

I keep getting:

Exception calling "StartProcessAsCurrentUser" with "1" argument(s): "Arithmetic operation resulted in an overflow."

running this:

[murrayju.ProcessExtensions.ProcessExtensions]::StartProcessAsCurrentUser("C:\Windows\System32\WindowsPowershell\v1.0\Powershell.exe")

AlecMcCutcheon avatar Aug 01 '22 21:08 AlecMcCutcheon