murrayju / CreateProcessAsUser

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

Modernize projects, fix memory leak, set working dir #37

Closed MV10 closed 10 months ago

MV10 commented 10 months ago

As discussed in #32 this PR:

I know I said earlier I'd do two PRs, but since the modernization didn't touch ProcessExtensions.cs at all, I figured it would be easy to review both in this single PR. In my real-world project where I used a copy of this code, I also found that I needed the StackOverflow working directory fix, so I went ahead with that as well.

murrayju commented 10 months ago

Looks great, thanks for putting this together!