Modify the UAC method of Windows 7 by modifying the Registry

Source: Internet
Author: User

It is used for work. To change the UAC settings of win7, I searched for it online for half a day and there was no ideal result.

Combined with many examples, we finally found the location of UAC in the registry.

HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Policies \ System

Key value settings:

UAC height

ConsentPromptBehaviorAdmin = 2

EnableLUA = 1

PromptOnSecureDesktop = 1

UAC

ConsentPromptBehaviorAdmin = 5

EnableLUA = 1

PromptOnSecureDesktop = 1

Low UAC

ConsentPromptBehaviorAdmin = 5

EnableLUA = 1

PromptOnSecureDesktop = 0

UAC off

ConsentPromptBehaviorAdmin = 0

EnableLUA = 0

PromptOnSecureDesktop = 0

Note 1: Key notes

ConsentPromptBehaviorAdmin notification strength level

EnableLUA enable UAC

PromptOnSecureDesktop desktop black

NOTE 2: UAC level settings

What is User Account Control settings?

User Account Control (UAC) will notify you before changing the computer (administrator-level permissions are required. The default UAC setting notifies you when the program tries to change the computer, but you can change the frequency that UAC notifies you.

The following table describes the UAC settings and the potential impact of each setting on computer security.

Note:

If you are using a secondary device such as a screen reader, we recommend that you select "always notification" or "default-only notify me when the program attempts to change my computer" UAC settings. These two settings are most suitable for auxiliary technologies.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.