Tag: Administrator
How to force the .NET Winforms Application to run as Administrator in Windows 8?
The Winforms or the Console Application developed in .NET can be made to run in the Administrator mode once the application is installed on client machine. You can do this by setting the requestedExecutionLevel to the requireAdministrator mode in the application manifest file. How to force the .NET Winforms Application to run as Administrator in Windows 8 ? To force the .NET Winforms app to…