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?
3 Replies
Then i want to make Windows Service that run on SYSTEM, then how can my app service execute an application as Administrator user?
both in Process.Start and in ProcessStartInfo you can pass credentials for the user you want the process to belong to