createprocess-windows icon indicating copy to clipboard operation
createprocess-windows copied to clipboard

A complete, robust command-line utility to construct highly customized calls to the CreateProcess() Windows API. Released under a MIT or LGPL license.

Results 3 createprocess-windows issues
Sort by recently updated
recently updated
newest added

I'm opening this issue before anyone else does. As seen in the video, the new `/createtoken` option can start 'cmd.exe' without any issues as another user on the system as...

After executing: ```batch .\createprocess.exe /w /systemtoken c:\Windows\System32\cmd.exe ``` And pressing the `Ctrl+C` (or `Ctrl+Break`) key combination, only the first `createprocess.exe` process is terminated, the processes running as `SYSTEM` are still...

Just a quick note that the order for command line arguments matter when it comes to /runelevated and /w (wait for process to terminate). In my case I had the...