zoukankan      html  css  js  c++  java
  • 在win7中关闭UAC(用户存取控制)

    Method 1: Disable and Turnoff UAC in Windows 7 from Control Panel

    1. Access User Control Panel from Start Menu -> Control Panel -> User Accounts and Family Safety -> User Account

    2. Click on User Account Control settings link.

    3. Move the Slider to Never Notify

    4. Click OK to make the change effective

    5. Reboot.

    Method 2: Disable UAC with Registry Editor (Regedit) in Windows 7

    1. Run Registry Editor (RegEdit) by typing regedit at command prompt or at startmenu->run

    2. Locate following registry key:

    HKEY_LOCAL_MACHINE"Software"Microsoft"Windows"CurrentVersion"Policies"System

    3. Locate the following REG_DWORD value:

    EnableLUA

    4. Set the value of EnableLUA to 0.

    Optional step to suppress UAC permission prompt dialog,

    1. Locate the following REG_DWORD value:

    ConsentPromptBehaviorAdmin

    2. Set the value of ConsentPromptBehaviorAdmin to 0 (optional).

    Now Exit from Registry Editor and Restart the computer.

  • 相关阅读:
    toj 2819 Travel
    toj 2807 Number Sort
    zoj 2818 Prairie dogs IV
    zoj 1276 Optimal Array Multiplication Sequence
    toj 2802 Tom's Game
    toj 2798 Farey Sequence
    toj 2815 Searching Problem
    toj 2806 Replace Words
    toj 2794 Bus
    css截取字符
  • 原文地址:https://www.cnblogs.com/by1455/p/1578781.html
Copyright © 2011-2022 走看看