Hello, I'd appreciate to implement the option that I can configure an application that may be run via sudowin withour the requirement to enter the user password.
Why?
There are some applications which require administrative privileges to run properly which i have running automatically when logging on. For example, an gamma-correction tool from x-rite. Currently, i have to enter the password each time I'm logging in to the computer.
The windows-runas command is not a good replacement because 1st) it does not allways remember the stored credentials 2nd) these stored credentials are then valid to *any* program.
Thank you
Christian
Logged In: YES
user_id=1788132
Originator: NO
Agree.. sudo for linux has this option with nopassword required.. should be possible to run a pass through authentication right?