When I've already started an application with a normal user account, at some point I may face that the program actually requires an elevated privilege for some operation.
Closing and restarting the program, depending on its design and the operation state, is not always convenient and in some situations it could mean data loss.
Is there a way to grant elevated privileges for an already running program (one that does not have a self-elevating feature built-in) during its run time?
edit note that my user is an Administrator.
right-click on the exe file -> Properties -> Compatibility tab -> Check "run this program as an admin". Does it seems suitable for you ? – user2196728 Dec 27 '13 at 16:10