How to cancel user account control windows 7. What is User Account Control (UAC)? How UAC Protects the User

User account control (UAC for short) is a special Windows service that is designed to protect the operating system from external threats. This feature makes it much more difficult for malware to damage your personal information or change the way your personal computer works.

At the same time, users are often annoyed by the constantly pop-up window “Allow a program to make changes to the PC?”. This article describes how to disable control and explains how UAC works.

Control Panel

The easiest way to enable or disable this control is to use the control panel. Follow the instructions provided:


In this menu, you can see the slider with which you can adjust the security level of the user account control. In total there are 4 levels in Windows:

  • Maximum - Windows will warn you every time an action is taken that changes the operation of the OS.
  • Good - alerts only appear when the software tries to change something. User actions are ignored.
  • Medium - Similar to good, but the desktop is not locked while the decision is being made.
  • Low - if you enable it, alerts will not be shown at all.

It immediately becomes clear how to disable UAC - you need to move the slider to the bottom position and click "Ok".

Note that you can also call up this menu by entering the command " UserAccountControlSettings.exe to the Run dialog (+R).

Windows Console

If you are not confused by the lack of a graphical interface, you can use the command line. This method is much faster if you know the commands. You need to do the following:


Why is this feature needed?

Local User Account Control helps you keep your operating system safe from the actions of other users or malware. Every time an unknown program (with an uncertified developer) makes any changes to the operation of the OS, the computer warns users of a possible threat.

If you trust the application, you can continue working. If it was running in the background, and tried to start some processes on its own, you can stop it. In fact, this question box appears only during the installation of new programs.

Before disabling UAC, think about it, maybe it doesn't bother you so much. It's much easier to click "Ok" several times a day than to lose important documents or get a broken system.

By disabling User Account Control, users put their personal computer at risk. It is recommended to do this only for advanced specialists who will not allow infection with viruses and emergencies.

UAC is a write control feature designed to provide an additional layer of security when performing risky computer operations. But not all users consider such protection justified and want to disable it. Let's figure out how to do it on a PC running Windows 7.

Operations controlled by UAC include running some system utilities (registry editor, etc.), third-party applications, installing new software, and any action on behalf of an administrator. In this case, User Account Control initiates the activation of a window in which it is required that the user confirm the completion of a specific operation by clicking the "Yes" button. This allows you to protect your PC from uncontrolled actions of viruses or intruders. But some users find these precautions redundant and the verification steps tedious. That's why they want to turn off the security warning. Let's define different ways of accomplishing this task.

There are several methods for disabling UAC, but it must be understood that each of them is effective only when the user performs them by logging into the system under an account that has administrative rights.

Method 1: Set up accounts

The simplest option to turn off UAC alerts is done by manipulating the user account settings window. At the same time, there are a number of options for opening this tool.


Also, the parameter window necessary for disabling can be opened through "Control Panel".


The next option to go to the settings window is through the search area in the menu "Start".


Another option for switching to the settings of the element studied in this article is through the window "System configuration".


Finally, you can also move to the tool directly by typing the command in the window "Run".


Method 2: "Command line"

You can turn off the user account control tool by entering the command in "Command line", which was run with administrative rights.


Method 3: "Registry Editor"

You can also turn off UAC by making adjustments to the registry using its editor.

  1. To activate a window "Registry Editor" apply the tool "Run". Call it using Win+R. Enter:

    Click OK.

  2. "Registry Editor" open. In its left area are tools for navigating through the registry keys, presented in the form of directories. If these directories are hidden, click on the inscription "A computer".
  3. After the sections are displayed, click on the folders "HKEY_LOCAL_MACHINE" and SOFTWARE.
  4. Then go to section Microsoft.
  5. After that, alternately click Windows and "CurrentVersion".
  6. Finally, go through the branches sequentially Policies and System. Having selected the last section, move to the right side "Editor". Look for an option called "EnableLUA". If in the field "Meaning", which refers to it, the number is set "one", it means that UAC is enabled. We need to change this value to «0» .
  7. To edit a parameter, click on the name "EnableLUA" PKM. Choose from the list "Change".
  8. In the launched window in the area "Meaning" put «0» . Click OK.
  9. As you can see, now "Registry Editor" opposite the record "EnableLUA" displayed value «0» . To apply the adjustments so that UAC is completely disabled, you must restart the PC.

As you can see, in Windows 7 there are three main methods for turning off the UAC function. By and large, each of these options is equivalent. But before using one of them, think carefully about whether this function interferes with you so much, because disabling it will significantly weaken the system's protection against malware and intruders. Therefore, it is recommended to carry out only temporary deactivation of this component for the period of certain work, but not permanent.

UAC stands for User Account Control. It is she who usually notifies you that you are about to install some kind of program, the actions of which can lead to changes in system files and settings. This is done to protect you from installing harmful software. In this article, we'll show you how to set up UAC notifications or disable them altogether. However, we still do not recommend doing this.

Now let's look at how to disable uac.

Disabling UAC using the Windows Control Panel.

To disable UAC, open the Control Panel. How to open the control panel we considered in the article. In the control panel, select the "User Accounts" item.

Find and click on "Change User Account Control Settings".


Please note that this operation requires administrator rights. A window will open in front of you in which you can configure notification settings.

Use the slider to select:

Always notify when applications try to install software or when computer settings change. This item is the most reliable, since for any action (both by the user and programs) that can lead to changes in the system files, a corresponding notification will appear. In addition, the user will have to enter a password to confirm the action.

Notify only when applications attempt to make changes to the computer. The slider is set to this position by default. - This option is set in Windows 10 by default. Here, user actions are not controlled.

Notify only when applications try to make changes to the computer (don't dim the desktop).

Do not notify me is the one that disables UAC. By setting the slider in this position, you will deprive yourself of notifications from the user account control system.

To disable UAC, select item 4 and click “OK”.


In the "User Account Control" window, click on the "Yes" button.


Now you will not know that some program wants to change the files of the system, therefore, the risk of infecting your computer with virus software has increased.

How to disable user account control through the registry.

You can disable User Account Control using the Registry Editor. To do this, use the keyboard shortcut "Win + R" to open the "Run" window.


Type in “regedit” and press the “Enter” key.

The User Account Control window will appear. In this window, click on the "Yes" button.


Navigating through the directories on the left side of the window, go to:

HKEY_LOCAL_MACHINE –> SOFTWARE –> Microsoft –> Windows –> CurrentVersion –> Policies –> System

Now in the right part of the window, find the line EnableLUA.


Here we will change the parameters. Double click on it and replace "1" with "0".


Then click OK and restart your computer. The changes will take effect.

Disabling UAC using the command line.

The Windows command line allows you to perform any action on the system. It can also be used to disable User Account Control. To do this, open the Start menu, find the item “Command Prompt”, right-click on it and run as administrator. Next, in the window that opens, enter the command:

reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f


Press "Enter" and restart your computer. Protection will be disabled.

Results

User Account Control protects your computer from malware that wants to gain access to modify system files. She notifies you of such an action and asks whether to allow it or not. Disabling UAC means that you will no longer receive notifications, which reduces the security of your computer. We strongly discourage disabling UAC, but if you need to, now you know how to do it.

User Account Control (UAC for short) is a security feature that helps prevent unauthorized changes to your PC that may be caused by software, viruses, or other users. UAC ensures that changes are made with administrator permission. At the same time, the execution of the program stops, and a confirmation window pops up. Over time, this becomes somewhat annoying, so the lesson is devoted to how to disable user account control in windows 7.

Note: Disabling UAC will lower the security level of the system. Strictly make sure that running the application does not harm your PC.

It is possible to remove the annoying component window using 4 methods:

  1. Through the Account Control Levels window
  2. Using Group Policy
  3. Using the registry
  4. Using the command line

In addition to the described algorithm of actions, you can download ready-made options that disable user account control in a couple of mouse clicks. Already ready to get rid of constantly popping up messages, then let's start.

Disabling through the User Account Settings window

The launch shortcut for User Account Control Options is located in the System32 folder and is named UserAccountControlSettings.exe. With it, you can disable uac in windows 7 by moving the slider with the mouse. Take these steps:

3. In the left part of the open window, move the slider up to 4 points (shown in the image) and click OK. This will disable User Account Control and annoying Windows 7 warnings.

4. Don't expect results right away. The changes will be applied after the next start or reboot of the PC.

Disabling UAC via Group Policy

This method is only suitable for editions of Windows 7:

  1. Professional
  2. Maximum
  3. Corporate

Other editions are deprived changing UAC options through the local group policy component, due to its limited capabilities. If you own them, skip this instruction, otherwise read on.

1. Launch the Local Group Policy interface. Press Win (Logo button) + R, in the form that opens, enter secpol.msc and hit enter.

2. If a UAC prompt appears, click yes. In the window, click on the arrow next to the “local policies” section, then select the “security settings” subsection. A list of policies will be built on the right. Find the “user account control” item, where it says “all admins work in admin approval mode” through a colon (see picture). Double click on it with the mouse.

3. In the properties of the option, select the "disabled" item. Click "apply" then OK. Close all windows and restart your computer.

Remove warnings using the registry

To disable User Account Control in Windows 7, follow the steps in sequence and do not change other settings.

one. . Click on , type regedit.exe into the search box and press enter.

2. Get to the System subsection (full path in the screenshot). In the right pane find the option EnableLUA, double click on it.

3. Set the value to 0, which disables UAC. Accordingly, 1 on the contrary includes. Click OK. Restart the system.

There is also a ready-made version. Download the archive and extract it. The archive contains 4 REG files responsible for user account control levels.

  1. Uroven-1.reg
  2. Uroven-2.reg
  3. Uroven-3.reg
  4. Uroven-4.reg - UAC disable file

Right-click on the 4 REG file, select "merge" from the menu. Confirm the action by pressing 2 times "yes". Then restart Windows 7.

Disable user account control via cmd

To get started, find out. When you decide on the opening method, . I suggest copying the following code into it and pressing enter to disable UAC in Windows 7:

%windir%\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

You can immediately or through the "start". Then check the result.

The article suggested disable User Account Control in Windows 7 different methods. A complete shutdown will undermine the security of the PC as a whole. If you decide to sacrifice security, then install and maintain an up-to-date anti-virus database. A number of programs require UAC to be running, for example, in Windows 8, User Account Control must be enabled. For maximum protection, do not disable this option.

Reading time: 32 min

First, let's look at what UAC is.

User Account Control (UAC) is one of the key Windows security mechanisms that allows you to control the installation of programs and the actions performed by computer users.

The most obvious manifestation of the work of this function is seen when, when installing certain applications, you are given the opportunity to confirm the need to make changes to the system or block this product. This feature has saved the lives of more than a dozen Windows users.

Surely most have seen a warning that asks you to trust the software manufacturer and then install it. This is especially useful in the fight against viruses that litter the entire system with spam programs, and in the worst cases, malicious applications. In such cases, before installation, you will receive a notification in which you can prohibit the installation of such garbage on your system.

General information about configuring UAC

You should not disable this feature unless you are confident in what you are doing. However, if you already have anti-virus protection installed, you can use it without auxiliary tools and disable UAC. Also, if you are the only computer user and you do not have the Internet, you do not install anything on it, you can also use this service.

If UAC bothers you, you don't have to turn it off, but you can lower the security level.

Available degrees of protection

  1. Never notify - you completely disable this feature of the system;
  2. Warn only about the program's attempt to make a change to the computer without dimming the screen;
  3. Notify when applications try to make changes to the system, with screen dimming, this mode is the default and is optimal;
  4. Notifies of all user actions in the system.

The advantages of this function are several factors, one of them is that due to the tight integration of the application into the system, it takes up much less computer resources than few market players can boast. The free software makes many choose this choice, but the functionality is lower than that of professional anti-virus software.

The ongoing technical support for your system that Windows guarantees always responds quickly to new emerging security holes, covering them up before more users can be harmed through it.

Below we will look at the features of disabling UAC in different versions of Windows, the main differences are in finding the right partition, the rest of the features are identical.

Disabling UAC on Windows 7

The action is quite simple, for this you should go to the user account control center by following the following path, 2 options are provided:

1. Click the "Start" button, on the page that opens, click on the icon of your user;

2. Another way to get there will be:

  • Go to the start menu;
  • Next "Control Panel";
  • Locate the "User Accounts" item

3. The last item in the settings will be "Change User Account Control Settings", go to it;

4. You will see a slider in which there are 4 positions, they were mentioned above, set to the lowest position, under which it says “Never notify”;

5. Save the changes, they will take effect only after the system is rebooted, so do it.

How to disable UAC in Windows 8, 8.1, 10

More or less new systems from Microsoft are taught to work with the search string, so many elements are no longer available through the paths provided in earlier versions. The actions are similar to those that need to be performed in the previous version of the system, the difference lies in the method of finding the desired control window.

1. Press Win + Q or go to the search bar through the button charm;

2. In the search bar, enter the keyword UAC;

3. Select the item corresponding to this entry "Change User Account Control Settings";

4. Set the slider to the desired position.

The application is designed to deal with such very common threats as Trojans, worms, spyware and similar system vulnerabilities.

Disable such important software only if you have protection from another antivirus vendor or if you are sure that you are not vulnerable to such threats.

Most good anti-virus protections, of course, are paid, but there are those that do not require payment. Perhaps a demo mode of some well-known developer company is suitable for you, or you can use completely free options. If you have chosen free programs, you should be aware that the level of their technical support is an order of magnitude lower, and therefore, you do not always get the latest protection.


If you still have questions on the topic "What is UAC and how to disable it in Windows 7,8 and 10?", You can ask them in the comments