I have an application that prompts for Admin rights when the current user is not an Admin. I want to be able to save the Admin credentials after the prompt so that the application will not ask for Admin password everytime it is run. Thanks
|
Cannot be done, as this would eliminate the need for UAC. You can turn it off, but that isn't what you're asking You may be able to get away with using the |
|||
|
|
|
As far as I know, you can't save the password on the UAC. You can try CPAU.
CPAU let's you save the user/password and then use it later. Examples:
Hope it helps. |
|||
|
|