CreateProcessAsUser icon indicating copy to clipboard operation
CreateProcessAsUser copied to clipboard

Run Elevated

Open asdf23 opened this issue 5 years ago • 0 comments

Great code worked perfectly,

I have need to run a program as Administrator. Here's what I am doing: A windows service running as Local System, launches an application on some event (USB related) which needs to run as admin, this program has a taskbar icon and other dialogs. The user logged in is also admin. I was able to drop in this code and it launched the program, the program was not able to access the admin parts.

asdf23 avatar Nov 13 '18 18:11 asdf23