C
C#7mo ago
RV

Executing an App Without Admin Previleges

Help me, i want my program (with admin previleges) execute some program without admin previleges and without aksing password, how to do?
No description
3 Replies
RV
RVOP7mo ago
Then i want to make Windows Service that run on SYSTEM, then how can my app service execute an application as Administrator user?
RV
RVOP7mo ago
FestivalDelGelato
both in Process.Start and in ProcessStartInfo you can pass credentials for the user you want the process to belong to

Did you find this page helpful?