CreateProcessWithLogonW
-
-
Hi All, I am trying to use the API CreateProcessWithLogonW in my app. I get an error message which says "The specified service does not exist as an installed service" with error code 1060. Does anyone has any idea why this is happenning? Thank you, AJ
which OS you are working on, Check whether the RunAs service is started; on Windows XP it is named "Secondary Logon service, possibly for security reason, this service may be disabled in your machine(by admin), check the runas command also.
-
which OS you are working on, Check whether the RunAs service is started; on Windows XP it is named "Secondary Logon service, possibly for security reason, this service may be disabled in your machine(by admin), check the runas command also.
-
which OS you are working on, Check whether the RunAs service is started; on Windows XP it is named "Secondary Logon service, possibly for security reason, this service may be disabled in your machine(by admin), check the runas command also.
I would like to know the reason why this post is voted down.
-
:) Thanks a lot!! I was running it on XP Embedded. That explains why it isn't running! Thanks again, AJ
so, i think you need to add the RunAs service component[^] to the runtime OS image
-
I would like to know the reason why this post is voted down.
-
Thanks Buddy.
-
Thanks Buddy.