Forced the application to have the administrator privileges
问题 I need to give my application administrator rights, knowing that it will be run from a user session and not admin account. I've looked on other sites, but can't find anything that helps. I tried editing the manifest among other things and there have inserted the line: <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> This gave me an error when trying to publish using ClickOnce, but not when I debug. Can you help me? 回答1: first of all - indeed, it's not allowed by