How to enable User Account Control on your computer. Why is UAC needed and how to disable it? Setting up UAC via Control Panel

User Account Control (abbreviated as UAC) is a security feature that helps prevent unauthorized changes to your PC, which may be caused by software, viruses, or other users. UAC ensures that changes are made with administrator permission. In this case, the program execution stops and a confirmation window pops up. Over time, this becomes somewhat annoying, so the lesson is dedicated to how to disable User Account Control in Windows 7.

Note: Disabling UAC will reduce system security. Make sure that running the application will 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 account control in a couple of mouse clicks. We’re ready to get rid of constantly popping up messages, then let’s get started.

Disabling through the User Account Settings window

The shortcut for launching User Account Control options is located in the System32 system folder and is called UserAccountControlSettings.exe. With its help you can disable uac in windows 7 by moving the slider with the mouse. Follow these steps:

3. On the left side of the open window, move the slider to 4 points (shown in the image) and click OK. This will turn off User Account Control and annoying Windows 7 warnings.

4. Don't expect results right away. The changes will be applied after the next startup 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 changes to User Account Control options through the Local Group Policy component, due to its reduced capabilities. If you are their owner, skip these instructions, otherwise read on.

1. Launch the Local Group Policy interface. Press Win (button with Logo) + R, enter in the form that opens secpol.msc and click 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 displayed on the right. Find the “Account Control” item, where it says “all admins work in admin approval mode” separated by a colon (see picture). Double-click on it with the mouse.

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

Removing warnings using the registry

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

1. . Click on , type regedit.exe into the search 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, turns on. Click OK. Restart the system.

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

  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 and select “merge” from the menu. Confirm the action by clicking “yes” twice. Then restart Windows 7.

Disable User Account Control via cmd

First, 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 “start”. Then check the result.

The article suggested disable User Account Control in Windows 7 using 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 you need to enable User Account Control. For maximum protection, do not disable this option.

Control accounts(User Account Control) increases the security of the operating system by limiting the list of actions that can be performed by third-party applications and the user himself without administrator approval. These actions include: launching and installing programs, installing and uninstalling services, making changes to the registry. When asked for permission to perform a particular operation, a window is displayed in front of the user where he can confirm or reject the action.

Let's figure out how to disable User Account Control in Windows 7 in the following ways:

  • through “Account Management Settings”;
  • via the command line;
  • using the Group Policy Editor;
  • by directly editing the corresponding registry entry.

So, let's start with the simplest and most understandable option for beginners to disable UAC.

GUI

The “UserAccountControlSettings.exe” file, located in the “System32” directory for Windows of any capacity, is responsible for setting up UAC. You can call it in several ways:

  • go to the above folder and run the file “UserAccountControlSettings.exe” or insert the following line into the address bar of Explorer: “%WINDIR%\SYSTEM32\UserAccountControlSettings.exe” and press Enter;

  • in the window that appears, the next time you try to change something in the system or run a program, click “Configure the issuance of such notifications”;

  • open the command interpreter window using the Win + R key combination, enter the command “UserAccountControlSettings.exe” and press Enter;

Via "Control Panel"

In the latter case, execute the following instructions.

  1. Call “Start” and click on the account avatar.

  1. In the window that opens, click on the link “Change control parameters...”.

Here you can take a more complicated route: open the “Control Panel” and follow the path circled in the screenshot above.

After confirming the action, a target window appeared in front of us with a link to the help section, a vertically located slider and a pair of buttons.

  1. Here we move the slider to the lowest position “Never notify”.

Please note that the option is designed to run a non-certified software. You should select it only when you are completely confident in the actions being performed and the absence of malware on the computer.

  1. Confirm lowering the security level to minimum by clicking “Yes”.

  1. Reboot the PC for the new settings to take effect.

Local politics

The Local Security Policy Editor allows you to manage all aspects of Windows 7 security. Let's look at how to disable UAC using this tool.

Irrelevant for the home edition of "Seven".

  1. Open the command interpreter using the Win + R keys or the button of the same name in “Start”.

  1. Enter the command “secpol.msc” into the text line and click “OK”.

  1. We agree to perform the operation.

  1. Expand the “Local Policies” section by clicking on the arrow next to the item name or highlighting it by pressing the → button located on the keyboard cursor block.

  1. We go to the “Security Settings” directory, where through context menu entry “User Account Control: all administrators work in approval mode...” call it “Properties”.

The same can be done by double clicking on the entry.

  1. Disable User Account Control by moving the trigger switch to the “Disabled” position and click “OK”.

Registry Editor

  1. Open the window for executing system commands, enter the line “regedit” there and click “OK”.

  1. We confirm the operation, as before, and go to the “HKLM” branch.

  1. Move to the folder shown in the screenshot.

  1. Open the “Properties” of the “EnableUA” key through the element’s context menu or by pressing the key combination Alt + Enter.

  1. Enter “0” and click “OK”.

Command line

The fastest way to disable UAC is from the command line.

  1. Execute “cmd” in the search bar or command interpreter window.

  1. Enter the following code and execute it:
%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

As you can see, the command will change the value of the “EnableLUA” key to zero, and if the parameter is missing, it will create it. The same thing we did manually in the previous method.

Video instruction

We looked at how to disable User Account Control, found out what it is and why the operating system needs it. For “dessert” you can read the instructions in the video below.

Annoying User Account Control pop-up messages often plague regular Windows users. UAC tries to improve security so that your computer is not in danger, but it turns out that with its constant alerts it only pushes you away. No matter how much the operating system wants to protect users' computers, sometimes excessive protection becomes very annoying, and it becomes necessary to disable it.

What is Windows UAC

Windows UAC is all about controlling your accounts. For the user, it serves as protection, monitors the compatibility of old programs, helps us protect ourselves from viruses, unwanted programs that may run on us, and various applications. Windows UAC works all the time. Every time you launch a program on your computer, the control will interrupt the launch and a window will pop up asking if the system is allowed to open the desired program. If you do not have administrator rights, the system will ask you to enter a password.

An example of what the popup message looks like:

Why you shouldn't completely turn off protection

Unfortunately, this technology only causes irritation for the user. Despite the fact that UAC increases the security of your PC, prevents malware from running and protects against viruses, users do not like annoying notifications that interfere with their work. The main reason why you need to disable control is the need to work with several programs at the same time. In this case, UAC will begin to irritate and interfere with your work.
Microsoft does not recommend completely disabling the monitoring service because there is a risk of accidentally running spyware or downloading viruses that can quickly infect your computer and entire operating system. After all, enabling UAC in Windows was purely for security purposes.

Disabling a service in Control Panel

UAC is enabled on the system by default. Let's figure out how to turn off annoying notifications using the control panel.

  1. Right-click on Start and select “Control Panel”.
  2. A window opens where we see all the elements of the control panel. Among them we find “User Accounts”.
  3. Click “Change UAC settings”.
  4. Here we see the Account Control settings. To turn off the protection, move the slider to the very bottom, to the fourth point.
  5. After this, reboot the PC.

How to turn off using a registry file

  1. To open the Registry Editor, right-click on Start and select “Run” from the list.
  2. In the window that opens, write the regedit command. Confirm the action by clicking “OK”.
  3. Now in the registry editor we look for the System folder, to which we need to go. Folder path: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System. On the right side of the window we look for EnableLUA.
  4. Click on it twice and wait for the line to pop up. In it we change the value from 1 to 0. Click “OK”.
  5. After this, a warning immediately pops up, requiring you to restart your PC. User Account Control will be disabled completely.
  6. Reboot the computer.

How to enable/disable a service using the command line

Disabling and enabling UAC is also possible through the console.

Is it possible to turn off UAC through the PowerShell console

Setting up UAC

There are four levels of protection in the control settings. Scroll them with your mouse wheel and on the right side you can read the description for any of the four parameters.

  • The first point will always enable UAC to protect your system. If any change occurs in it, a warning message will definitely pop up. If unknown programs try to influence your computer, potentially unsafe software will be installed, applications from suspicious manufacturers will begin to launch, and the control system will notify you on an ongoing basis. Regular users, if they are not administrators, will need to confirm their actions by entering a password.
  • Second-level protection will only work in cases where unknown programs try to perform actions on the system. The settings state that notifications should appear only when applications attempt to make changes to the computer - this setting is built into Windows by default. This means that the user himself does not make any changes to the system, and control monitors the actions of programs.
  • The third option has no special differences from the second. The user's screen will simply stop darkening. With these settings, UAC will only alert you when applications try to make changes to your computer. If you set these settings, viruses will already be able to threaten the security of your computer.
  • The last, fourth item “Do not notify me” can completely disable protection on your PC. It will not bother you with pop-up messages, it will allow you to calmly change your computer settings and open any program without the intervention of User Account Control.

    If you choose this option, you will no longer receive any notifications from the control system. The parameter itself indicates that it is not recommended to disable protection.

Video: how to disable User Account Control in Windows 10

If you want to take a closer look at disabling and configuring UAC in Windows 10, you can watch the video that explains how it's done.

Correctly set User Account Control settings can ensure the desired level of PC security. The main thing to remember is that UAC is a way to protect your system and keep it safe. Control was activated to protect against viruses and malware; you can always turn it back on, and then you won’t have to worry about your system.

Like previous versions of the operating system, Windows 10 supports the use of two main types of accounts: regular and administrator.

The administrator account, usually created for the owner of the computer, allows you to do whatever you want on the computer. Unlike an administrator, regular users are not allowed to perform actions that could cause irreparable harm to the computer or the data stored on it.

Regardless of your account type, you'll sooner or later become familiar with Windows 10's built-in User Account Control feature, which helps keep your data truly secure. basic level. If one of the programs running on the computer tries to access important data in Windows 10, then a request similar to the one shown in the figure below appears on the screen.

Users with a regular account will see a slightly different window on the screen, which contains a field for entering the administrator password, without which it is not possible to continue the current operation.

Of course, if such messages appear too often, then they become quite annoying and cease to attract due attention - users automatically confirm the operation by indiscriminately clicking on the Yes button. This practice is very dangerous because it allows any malicious software to enter your computer.

Based on the above, try to never lose your vigilance and in the window asking you to continue the operation in progress, pay attention to the name of the program trying to access the computer. If you are sure that the program you are running cannot harm your computer, then feel free to click on the Yes button. If a message appears on the screen at any time and you do not know the origin and purpose of the program specified in the request, then interrupt its launch by clicking the Cancel or No button. This way you will protect your computer from potential danger.

If you don't care much about the security of your computer's data and rely on special protection tools, you can generally disable User Account Control to prevent prompts from displaying on your screen asking you to confirm whether to run programs.

How to disable User Account Control

To disable User Account Control in Windows 10, open the search window (the magnifying glass icon next to the Start menu) and enter the abbreviation UAC in the search field.

In the search results, select "Change User Account Control settings"; The Windows Control Panel will open, in the "User Account Control" section. By default, in Windows 10 the selector is set to “Always notify”. If you want to completely disable UAC in Windows 10, set the selector to the bottommost position "Never notify."

Enable User Account Control

If you want to enable User Account Control, you need to move the selector and set it to the second level from the top “Do not notify when settings change” Windows users" (default).

In order to answer the question of how to enable or disable User Account Control in Windows, you need to understand what it is. UAC is an operating system security option supported by all latest versions of Windows (Vista, 7, 8, 10). Regardless of which account the user uses, the system prompts the application to allow it to make changes.

The procedure for enabling and disabling UAC in Windows 10 is different.

If the owner of the PC is an Administrator, then he can allow or not this program to enter the OS and change parameters only by clicking the “Yes” or “No” buttons. Otherwise, you will have to enter a password. The reasons for disabling Credential Control may vary, but sometimes it is truly necessary.

When you download an application, the OS 10 notification window that appears contains information about the name of the program, its publisher and the source of the file. All this gives a complete picture of the software being launched. Therefore, when an application does not have a name, users should question its “integrity”. Thus, viruses very often penetrate along with the installation file. If the program is scanned or you rely on an antivirus, in any case it is possible to disable the protection.

IMPORTANT. UAC in Windows 10 is enabled by default. After disabling it, you can always enable control again.

Disabling the control function

Method 1.

To trigger a control notification in Windows 10, you can try downloading the installation file of any simple program, for example, Media Player. To do this, users must have Administrator access to the entry. In the lower right corner of the message that appears, click on “Setting up the issuance of such notifications.” Edit the function as you wish.

Method 2.

Method 3.

In the Start menu, find the Control Panel tab. On the right side of the window, open the “small icons” and select the line “User Accounts”. Then click on “Change User Account Control Settings.” Also configure the operation of the option or disable it altogether.

Method 4.

Type Win+R on your keyboard. In the console that opens, enter “UserAccountControlSetting” and enter. In the parameters that appear, disable the option.

Method 5.

Click on the Win+R keys. In the Run window, enter the word “regedit” and “ok”. On the left side of the Registry Editor, find “Sistem”. In the right console that opens, double-click on the “EnableLUA” inscription. In the window that appears, change the value “1” to “0” and “ok”. To save the changes, a notification will pop up to restart the computer.

In order to enable control protection in Windows 10, in its settings you should return the selector to its original position. You can also configure the function to suit your parameters, where the best option the second selector position from the top can be considered.

What do the 4 UAC provisions mean?

  1. Always notify is the safest and best option. That is, any unauthorized action of the program will cause a notification window to appear.
  2. Notify when an application tries to make changes (default). Usually turned on when the program is loaded.
  3. Notify you when changes are made without dimming or locking the screen. This situation does not prevent Trojan invasion.
  4. Never notify, that is, completely disable the function.

If you decide to disable the security option in Windows 10, you should be prepared for malware attacks. In this case, you need to be especially careful about the applications you launch, since they have the same access to information on the computer as users with Administrator rights. Therefore, if you disabled UAC just to stop it from interfering, then this is a very wrong tactic. In this case, it is better to set the security function to default.