Zend certified PHP/Magento developer

How can I run a program as administrator without UAC prompt or password with the command line?

I saw that this has been asked a few times, but my case is particular. I have a Thinkpad Latptop that has a useless button that I can repurpose to launch an app with a simple registry tweak. So I have an app that converts my DirectInput joysticks into Xinput, but I don’t want to have it running in the background all the time, so I want to bind that key to launch this app. Problem is, it needs adming rights in order to be able to correctly configure itself, and if the UAC prompt pops up, the key bind doesn’t work for some reason. I managed to disable the UAC window with the Microsoft Application Compatibility Toolkit, but that launches it without admin rights for some reason… So I thought about a batch script that I can bind to the key that launches the program, but I would need to make one that launches it as admin and doesn’t ask any password or extra input. I just want to tap the button and have it open as minimized. I have it set up to open as minimized, but when I open it with the button it appears on my face.