Navigation:  Object Model Reference > Options Object >

UseLogonCreateProcessAsUser Property

Previous pageReturn to chapter overviewNext page

By default, RunProgram / RunProgramEx and derived actions calls the CreateProcessWithLogonW API when specifying alternate user credentials for the process.  If this option is set to True, LogonUser and CreateProcessAsUser will be called instead.  This can be useful to work around limitations of CreateProcessWithLogonW.

 

Syntax

 

Options.UseLogonCreateProcessAsUser As Boolean

 

See Also

 

Applies to Options object