Aug 1, 2019 #1 2009luca Programmer Jul 27, 2013 222 IT I use this code to run a .bat: Code: to the and of code appear a window with yes or no, and to have effect "as admin" i need to click on Yes.... Possible to use other way to execute bat without any window prompt?
I use this code to run a .bat: Code: to the and of code appear a window with yes or no, and to have effect "as admin" i need to click on Yes.... Possible to use other way to execute bat without any window prompt?
Aug 1, 2019 #2 Andrzejek Programmer Jan 10, 2006 8,509 US What did you see in the [tt]CODE[/tt] portion of your post when you clicked [red]Preview[/red] before you clicked Submit Post ---- Andy There is a great need for a sarcasm font. Upvote 0 Downvote
What did you see in the [tt]CODE[/tt] portion of your post when you clicked [red]Preview[/red] before you clicked Submit Post ---- Andy There is a great need for a sarcasm font.
Aug 2, 2019 #3 strongm MIS May 24, 2001 20,154 GB >without any window prompt? So you want to avoid UAC? If so, you need to look at the CreateProcessWithLogonW API call Upvote 0 Downvote
>without any window prompt? So you want to avoid UAC? If so, you need to look at the CreateProcessWithLogonW API call