Friday, May 18, 2018

Windows 10 - Always run a program in administrator mode



Always run a program in administrator mode

1. Open the Start menu and click All apps. Find the program you want to always run in administrator mode and right-click on the shortcut. In the pop-up menu, click Open file location.
2. Right-click on the program and click Properties
3. In the Properties window, click the Shortcut tab and then click Advanced...
4. In the Advanced Properties window, check the box next to Run as administrator and click OK.

No comments:

Post a Comment

Visual Studio - Swagger and Swashbuckle with ASP.NET Core 2

Swagger and Swashbuckle with ASP.NET Core 2 Swagger is a specification used to document an API. As I am sure we all know API documen...