zoukankan      html  css  js  c++  java
  • How to Run a Program as an Administrator in Windows 7

    Link:How to Run a Program as an Administrator in Windows 7


    information   Information
    This will show you how to have a program run as administrator with full elevated rights and privileges in Windows 7.

    A Standard user will still not be able to run a elevated program without getting a UAC prompt and having to enter the administrator's password.
    Note   Note
    If a program that you are trying to run is giving you a Access Denied or No Permission type error, then running it as an administrator can usually give the program the permission it needs to run properly.
    warning   Warning
    You should only allow a program that you trust to run as administrator. Once you have applied UAC permission, the program will have full access to your computer.





    OPTION ONE

    Using a Keyboard Shortcut

    NOTE: This will allow you to temporarily run a program as an administrator once until you close it.
    1. Press and hold Ctrl+Shift while opening the program.

    2. If prompted by UAC, then click on Yes to apply permission to allow the program to run with full permission as an Administrator.
    NOTE: If you are doing this is while logged in as standard user instead of an administrator, then you will need to provide the administrator's password before the program will run as administrator.





    OPTION TWO

    Using the Program Context Menu

    NOTE: This will allow you to temporarily run a program as an administrator once until you close it.
    1. Right click on the program shortcut or program .exe file, and click on Run as administrator. (See screenshot below)
    Run as Administrator-context_menu.jpg
    2. If prompted by UAC, then click on Yes to apply permission to allow the program to run with full permission as an administrator.
    NOTE: If you are doing this is while logged in as standard user instead of an administrator, then you will need to provide the administrator's password before the program will run as administrator.




    OPTION THREE

    From Start Menu Search/Run Box

    NOTE: This will allow you to temporarily run a program as an administrator once until you close it.
    1. Type in the file name (ex: cmd) of the program that you want to run elevated. (see screenshot below)
    Run as Administrator-start_menu.jpg
    2. Do either step 3 or 4 below.

    3. Press Ctrl+Shift+Enter to open the program (ex: cmd) elevated.

    OR

    4.
    Do OPTION TWO as above to right click on the program (ex: cmd) in the search results at the top of the Start Menu, and click on Run as administrator. (see screenshot below step 1)




    OPTION FOUR

    Using Compatibility Mode

    NOTE: This will allow you to always have the program run as an administrator when you open it.
    1. Right click on the program shortcut or program .exe file, then click on Properties, and on the Compatibility tab. (See screenshots below)
    NOTE: If you are doing this while logged on as a standard user instead of an administrator, then you will need to also click on the Change settings for all users button and type in the administrator's password.
    Run as Administrator-compatibility_mode1.jpgRun as Administrator-compatibility_mode2.jpg
    2. To Always Run this Program as an Administrator
    A) Check the Run this program as an administrator box, and click on OK. (See screenshots above)
    3. To Not Always Run this Program as an Administrator
    A) Uncheck the Run this program as an administrator box, and click on OK. (See screenshots below step 1)
    4. Open the program.

    5. If prompted by UAC, then click on Yes to apply permission to allow the program to run with full permission as an administrator.
    NOTE: If you are doing this is while logged in as standard user instead of an administrator, then you will need to provide the administrator's password before the program will run as administrator.




    OPTION FIVE

    Using Advanced Properties

    NOTE: This will allow you to always have the program run as an administrator when you open it.
    1. Right click on the shortcut of the program, then click on Properties.

    2. Click on the Shortcut tab for a program shortcut, then cllick on the Advanced button. (See screenshot below)
    Run as Administrator-advanced_properties1a.jpg
    3. To Always Run this Program as an Administrator
    A) Check the Run as administrator box, and click on OK. (See screenshot below)
    Run as Administrator-advanced_properties2.jpg
    4. To Not Always Run this Program as an Administrator
    A) Uncheck the Run as administrator box, and click on OK. (See screenshot above)
    5. Click on OK. (See screenshot below step 2)

    6. Open the program.

    7. If prompted by UAC, then click on Yes to apply permission to allow the program to run with full permission as an Administrator.
    NOTE: If you are doing this is while logged in as standard user instead of an administrator, then you will need to provide the administrator's password before the program will run as administrator.



    OPTION SIX

    Using a Shortcut

    NOTE: This will show you how to create a elevated "Run as administrator" shortcut of any installed program in Windows using Task Scheduler so that it will not give you a UAC prompt for permission when you start it while still having UAC turned on.
    1. For how, see: How to Create a Elevated Program Shortcut without a UAC Prompt




    OPTION SEVEN

    Manually in Registry Editor
    1. For how, use the RUNASADMIN value with the full path to the program's file in OPTION THREE here: How to Run a Program in Compatibility Mode in Windows 7
    作者:Angelo Lee
    本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利.
  • 相关阅读:
    linux各发行版的系统平台信息获取方式调研
    linux各发行版本的系统资源获取方式调研
    查看linux版本系统平台信息方法汇总
    《这么慢,那么美》------ 听见
    学习博客大集锦
    java 面试题及答案
    Java方向如何准备BAT技术面试答案(汇总版)
    java 虚拟机系列-java内存分配、类加载,垃圾回收机制算法
    java 基础概念
    linux 脚本学习--细节问题
  • 原文地址:https://www.cnblogs.com/yefengmeander/p/2887641.html
Copyright © 2011-2022 走看看