I have a batch file that sort of does this:
start "" "C:\Users\Admin\Downloads\monitor\RealTemp\RealTempGT.exe"
start "" "C:\Program Files (x86)\GPU-Z\GPU-Z.exe"
start "" "C:\Program Files (x86)\EVGA\ELeetX\ELeetX_x64.exe"
The space after the start command ensures that the command window disappears after the program starts.
All these programs need to run as admin. I get the confirmation dialog for each of them in turn. Except the dialog for the last program is obscured by the command window.
I have to click the flashing shield at the taskbar to bring the dialog to the front and then acknowledge that dialog before the command window disappears.
I cannot figure out how to skip the confirmation dialogs. Help?
As an added bonus, I thought it might be nice to stop all these apps at once. or even one at a time.
But these do nothing
taskkill /F RealTempGT.exe
taskkill /F /IM RealTempGT.exe
taskkill /F /IM "C:\Users\Stefan\Downloads\monitor\RealTemp\RealTempGT.exe"
OMG! the editor thought the colon backslash was a smiley!!
start "" "C:\Users\Admin\Downloads\monitor\RealTemp\RealTempGT.exe"
start "" "C:\Program Files (x86)\GPU-Z\GPU-Z.exe"
start "" "C:\Program Files (x86)\EVGA\ELeetX\ELeetX_x64.exe"
The space after the start command ensures that the command window disappears after the program starts.
All these programs need to run as admin. I get the confirmation dialog for each of them in turn. Except the dialog for the last program is obscured by the command window.
I have to click the flashing shield at the taskbar to bring the dialog to the front and then acknowledge that dialog before the command window disappears.
I cannot figure out how to skip the confirmation dialogs. Help?
As an added bonus, I thought it might be nice to stop all these apps at once. or even one at a time.
But these do nothing
taskkill /F RealTempGT.exe
taskkill /F /IM RealTempGT.exe
taskkill /F /IM "C:\Users\Stefan\Downloads\monitor\RealTemp\RealTempGT.exe"
OMG! the editor thought the colon backslash was a smiley!!