I need to allow a non-admin network user to run a specific exe as local administrator on Windows 7. Basically what I need is not to be prompted for admin credentials when I run that specific exe which updates existing software. First of all I gave user full access to folders containing all files which should be changed, but it still asked for credentials. I've read about making a shortcut with "runas /user[...] /savecred" but this will allow user to do so for any executable. Finally I've tried with scheduled tasks, ticking "Run with highest privileges" and doing all the procedure correctly, but when I try to run the task I keep getting prompted for admin credentials... I've tried this last step both with running the exe directly and through cmd (correctly passing the exe as parameter). Same results.
I have no idea what else to try...