Make exe or bat require admin privileges UAC
- by petebob796
I am trying to create an install CD to install multiple windows updates and hotfixes in one. The Autorun.inf launching a .bat (or .exe) running each update in turn. Currently if I run this .bat each update brings up a UAC prompt individually which can be annoying.
However if I run the .bat as administrator it can launch and install each update with just one prompt.
Is there a way to force the bat (or .exe) to need admin priviledges no matter who runs it.