// JP opened flex table

Click to See Complete Forum and Search --> : LogonUser


penina
December 26th, 2002, 02:13 AM
I want to run an exe as a different user.
LogonUser fails because the Process that runs it does not
have SE_TCB_NAME privilege.

How do I set this privilege? (through code, and/or through windows tools? - I have Windows 2000).

Is there a different way to program "Run As..." option?

Any information will be highly appriciated :-)

mdmd
December 28th, 2002, 10:44 PM
in User Manager, this is the "Act as part of the Operating System" right

//JP added flex table