.NET: How to start an application with hightest priviliges from windows service?
i’m developing a windows service. one of this step is to run an external process, using username and password of an account.
In order to do this, i use windows API:
i’m developing a windows service. one of this step is to run an external process, using username and password of an account.
In order to do this, i use windows API: