I know that lot of similar questions have been posted, but without acceptable responses for me.
I have a Windows Service (in C#) running a Local System account. This service need to run processes with user accounts credentials (not only already logged ones). And users passwords can't be known by the service.
So the service need to start processes as a local user without having to specify the user password.
Any help would be greatly appreciated. Thanks.