Start program with user rights from within a elevated program
问题 I have an application that requires elevated rights (it is something like a custom installer). From within this application, I use ShellExecute() to show a PDF file. It seems as if the Adobe Reader is started with the same rights as the calling application. I would like the Adobe Reader however to be started with standard user rights and not elevated. Is there some way I can do that? (It would be in Delphi, but for this problem the language probably doesn't matter). 回答1: There's no really