forderud / ComSamples

Examples of language-neutral COM interfaces for IPC and language interop.
MIT License
1 stars 2 forks source link

Run MyServerCs under "LocalService" account #22

Closed forderud closed 3 months ago

forderud commented 3 months ago

Always start the MyServerCs.exe process under the LocalService admin account if ENABLE_RUN_AS is defined. Combine with extending the C++ and C# COM servers to allow lower privilege clients to connect.

image