murrayju / CreateProcessAsUser

Creates a process in a different Windows session
MIT License
369 stars 114 forks source link

Added User Filter #10

Closed heri16 closed 10 months ago

heri16 commented 8 years ago

See StartProcessAsUser()

murrayju commented 8 years ago

@heri16 are you willing/able to make the changes that I mentioned above?

heri16 commented 8 years ago

Yes, give me 24 hours to update the branch.

Also, I have a heavily modified fork on gist that looks very different but is actually based on Microsoft official .NET source implementation. I created it because I needed standardOutput and standardError pipe redirection. Would you be interested in merging this derivative work?

https://gist.github.com/heri16/8f69aa919ee1d87f3bb53255ef78f188

On Monday, 18 July 2016, Justin Murray notifications@github.com wrote:

@heri16 https://github.com/heri16 are you willing/able to make the changes that I mentioned above?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/murrayju/CreateProcessAsUser/pull/10#issuecomment-233385971, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgK_Q-fFLJVUC9MlVaBGogMsFq69xJ0ks5qW61GgaJpZM4JJiJ2 .

murrayju commented 7 years ago

@heri16 do you plan to update this, or should I close it? I'd also be interested in your stdio redirect as a separate pull request.

AndrewSav commented 6 years ago

Might be time to close it now, given the lack of progress.

heri16 commented 6 years ago

Once again, the version on my gist works really fine for the past few years. If anyone is interested I will either fork the project or create a new PR