Run an external program as admin in a standard user account (Delphi) [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 28 days ago . Improve this question I have a code that helps me run an external program as admin. It works smoothly if the user that is running my program is an admin. procedure RunApp; const NotepadPath = 'C:\windows\system32\notepad.exe'; var SI: TStartupInfo; PI: TProcessInformation; begin ZeroMemory(@SI,