Answers for "c# start as adminstrator"

C#
1

c# start as adminstrator

//You'll want to modify the manifest that gets embedded in the program. This works on Visual Studio 2008 and higher: Project + Add New Item, select "Application Manifest File". Change the <requestedExecutionLevel> element to:

<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
Posted by: Guest on December-04-2021

C# Answers by Framework

Browse Popular Code Answers by Language