How to execute program as administrator
Sometimes you may have need to run a program with administrator rights. By default Windows Vista/7/8/10 execute programs under limited user account even if your user account has administrator rights. This new feature is called User Account Control (UAC) and it is a good feature to minimize damage a malicious program can make (by not running it with full rights by default).
To execute program as administrator:
Windows 10
- Locate the program in Start Menu or in Windows Explorer.
- Right-click the program icon to display context menu. Choose menu command
Run as administrator
. IfRun as administrator
command is not visble in the context menu then it is likely inMore
submenu. - Windows asks for confirmation by displaying “Do you want to allow the following program to make changes to this computer?”. Click
Yes
. - Now the program is likely is running with administrator rights.
Windows 8
- Locate the program in Start Menu.
- Right-click the program icon and note that on bottom of home screen new button bar is displayed. On this bar select
Run as administrator
command. If it is not visible clickOpen file location
, then right-click already selected file to see pop-up menu and chooseRun as administrator
from that menu. - Windows asks for confirmation by displaying “Do you want to allow the following program to make changes to this computer?” and shows program name “Password Agent”. Click
Yes
. - Now the program is likely is running with administrator rights.
Windows Vista and 7
- Right-click icon or executable of the program you want to run and choose
Run as Administrator
command from pop-up menu. - Windows asks for confirmation by displaying “Do you want to allow the following program to make changes to this computer?” and shows program name “Password Agent”. Click
Yes
. - Now the program is likely is running with administrator rights.