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.

  • 相关阅读:
    ios风场
    ios avplayer 视频播放器
    iOS 微信支付
    ios 支付宝
    IOS 归档
    ios 友盟统计
    iOS OC部分 NSString
    ios 程序员
    Ios 一个很好用的图片选择器
    mac系统U盘装机 一个被系统坑过的路人
  • 原文地址:https://www.cnblogs.com/by1455/p/1578781.html
Copyright © 2011-2022 走看看