Question Process.start and UAC

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
I am starting a program with the process.start command and it ask me to click yes on the user account control. can this be done automatically with a command too? do i use Process.GetProcessesByName("consent")(0) to get that window's process and then do something with it?
 

Latest posts

Back
Top