c - open process as different user -


I want to get the privilege of a selected user on a local machine. I know how to remove them from the current user, so my problem is how to open a process as a separate user.

I am currently looking for more information about

You do not need to create a process as a separate user, just to get your personal number. You need an Identity Token to get a user's personalization. You need an impersonation token to start a process as a user. Intelligence tokens are very less safety risk, on the other hand, impersonation tokens are very serious business. At least, you should know the user's password (or a restrictive context) to impersonate the SSPI exchange security context.

Use to obtain SID, and


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -