How to run a batch file in with elevated privilagesUIPath?

As part of automation i have to modify routes and run a file that does that for me. Can you get rid of admin prompt while using Process Start for batch file ?

Hello @zama,
Welcome to the Community!
You can try to do this other way. You can save you batch file as .txt then assign this to variable using Read Text File then invoke the PowerShell with use of this variable as a script.

3 Likes