I need to (on user demand) run an admin process several times from my app. I would like for users to enter admin credentials only once - so I would have to somehow store the credentials.
However I heard it's not possible to do this because of the way that UAC is designed.
Any other suggestions?