I have DS4Windows which runs as a task, and therefore has certain admin privileges.Problem is, when I set certain button combos to open programs it runs those with admin privileges too, which I don't want.
I tried using the RUNAS
command in a .bat file to run as my own account, however even using /savecred
it still prompts me for my password every few times, which as you can imagine is a major PITA when I'm halfway across the room with a wireless controller.
Is there any way to tell a program not to run as administrator with a command line argument?