jschicht / RunAsTI

Launch processes with TrustedInstaller privilege
MIT License
385 stars 77 forks source link

cannot pass process to run / command line parameters ignored #8

Open igpit opened 4 years ago

igpit commented 4 years ago

When running RunAsTI64.exe it does open a new cmd shell. testing with "whoami /groups" i can see, i got membership in "NT SERVICE\TrustedInstaller". In that shell i can run stuff as needed, but command line parameters passed to RunAsTI64.exe apparently are ignored.

What i would like to run is e.g. :

RunAsTI64.exe myBinary.exe arg1 arg2 arg3

roelds commented 1 year ago

I have same issue also, verified on Win11. Instead I used this to run apps with args, as TI: NirSoft - AdvancedRun