Remove Windows 7 User Account Control. Enabling, configuring and disabling User Account Control (UAC)


What is UAC? This is User Account Control (from English User Account Control), one of the components of the operating room Windows systems, which prompts you to confirm actions that require administrator rights. UAC was created to protect the system from unauthorized access and was first used on Windows Vista.

For a long time, Windows operating systems for home use did not have separation of rights, so a program could perform any action on the computer. This is believed to be one of the most common reasons why users' computers quickly became infected with malware.

Windows NT introduced separation of rights, but users still worked the old fashioned way with an account that had administrator rights. In addition, many programs still did not want to work with reduced rights. As a result Microsoft company came up with user account control so that developers would start writing “safe” programs and utilities.

The principle of UAC is simple. In the event that a program needs to perform an action on behalf of the administrator, the execution of the program itself is suspended and the system issues a request to the user in the form of a window on the desktop. The user can either approve the change or reject it. This window appears, for example, when installing new program, reconfiguring the firewall, adding new accounts, etc.

Now the question is: do you need to disable UAC? Some users say that they are tired of the fact that a window constantly appears on the desktop and interferes with the use of the computer. That's why better control disable user accounts. But I think that this is very required function, which should never be disabled, as one day it may help save systems from unauthorized access. But if you still decide to disable this option, then I will tell you about several methods that will allow you to carry out this procedure.

First way

An example will be shown in Windows based 7.

Click on the Start button and select Control Panel. A window with control panel elements will open in front of you. Find among them the icon “ Accounts users."

Click on the icon and you will be taken to a page where you can make changes to your user account. There is a link here that says “Change Account Control Settings.” Click on it.

Here are several options for notifications from UAC. To completely disable all notifications, you need to move the slider to the bottom position and click OK.

That's it, nothing more is required from you, except to restart the PC.

Second way

Click on the “Start” button, in the “Search programs and files” line, type the phrase “System Configuration” (without quotes) and press the Enter key.

A system configuration window will open in front of you with various parameters. Click on the “Tools” tab, here you need to find the “User Account Control Settings” option. Click on it once with the left mouse button, then click on the “Run” button and OK.

Afterwards, the User Account Control settings window will open as in the previous case.

Third way

It is possible to disable UAC using (an entry in the registry is changed). In general, I do not recommend that beginners have anything to do with the registry, since if the registry is edited incorrectly, the system may not start at all. Therefore, I do not recommend using this method - you perform all actions at your own peril and risk. Moreover, two previous methods will allow you to disable UAC without any problems.

To disable UAC on the command line, enter the command and press Enter:

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

To enable UAC:

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f

After the procedure, be sure to restart your computer.

User Account Control improves security operating system, 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 environment 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 any bit depth. You can call it in several ways:

  • go to the above folder and run the file “UserAccountControlSettings.exe” or paste it into address bar“Explorer” the following line: “%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 this option is designed to run 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 Windows security 7. Let's look at how to disable UAC using this tool.

Not relevant for home edition"Sevens".

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

  1. Enter in text string command “secpol.msc” and click “OK”.

  1. We agree to perform the operation.

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

  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 thing is done double click by appointment.

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

Registry Editor

  1. Open the execution window 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 a combination Alt keys+Enter.

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

Command line

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

  1. Execute "cmd" in search bar or a 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 instructions

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.

IN modern versions Windows has many tools that are designed to provide security. One of them is User Account Control, which means “Account Control”. It displays a warning window if any program or process tries to make unauthorized changes to the system. And you must either allow the utility to run, or cancel it. Find out what you need it for UAC Windows 7, how to disable it, how to activate it and how to configure it.


Many users are annoyed by such notifications. After all, you have to confirm every time that you agree to install a new application. But account control serves to protect against malware: viruses, spyware, advertisers. It will not replace antivirus, firewall or firewall. But without this Windows features will be vulnerable.

If you disable UAC, your computer will be at risk. You should not deactivate Account Control for no reason. Otherwise, absolutely any program will be able to change system settings, install its own distributions and run them. And all this without the user’s knowledge.

User Account Control can be configured so that it is not so “annoying”, and the alert does not pop up when launching any program. But it is recommended to leave this function in active state to protect your PC.

Control Panel

Disabling UAC Windows 7 looks like this:

  1. Start - Control Panel.
  2. "Changing account settings."
  3. A window will open with descriptions and a slider. Move it to set the desired settings. On the right side there will be an explanation of the selected option.
  4. There are four marks there. The top “Always notify” means that a warning dialog box will pop up when you launch absolutely any program.
  5. If you need to completely disable UAC, move the “carriage” to the bottom “Never notify” bar. But then the risk of infection by virus programs will increase, and Windows will be at risk.
  6. It's better to leave the slider somewhere in the middle. So that User Account Control notifies you only when an application tries to change something in the system. If you place the rectangle in the third position, when the message appears, the picture on the monitor will darken. If you set it to the second division, the display will not darken.

Entering this menu and disabling UAC can be done faster.

  1. Click Start.
  2. Click on your account image above.

There is no such slider in Windows Vista. Respectively, detailed setup functions is not possible. Only enabling and disabling the mode is available.

Group policies

Another method of interacting with Account Control is the Group Policy Editor. This method is not suitable for all versions of the operating system. Only for Professional, Ultimate and Enterprise Windows.

To disable UAC:

  1. Go to “Start - Run” or press Win+R.
  2. Write “secpol.msc” without quotes in the input field and click on “OK”.
  3. Expand the “Local Policies - Security Settings” hierarchy.
  4. In the list on the right, find the “User Account Control” items. There are several of them.
  5. You want the one that ends with "All administrators are in approval mode." Double click on it.
  6. On the Security Options tab, place a checkbox next to Disable.
  7. Click Apply, close the editor and restart your computer.

You can enable Account Control again in the same menu.

Registry Editor

Before you change anything in the registry, you need to do it backup copy. To quickly restore it in case of problems.

  1. Go to “Start - Run” or press Win+R.
  2. Type "regedit" and click OK.
  3. In the window that appears, open “File - Export”.
  4. Specify the path to the folder where you want to save the backup.

Here's how to disable UAC in Windows 7:

  1. In the Registry Editor, open "Edit - Find".
  2. Run a search for "EnableLUA".
  3. In the results, select the line with the same name. Double click on it.
  4. In the “Value” field, write the number “0” (zero) to stop the service.
  5. To enable UAC again, change the "0" to a "1" (one).
  6. Click "OK" and restart your PC.

Command line

Disabling Account Control using the commands:

  1. Start - Programs - Accessories.
  2. Click right click mouse on “Command Line”.
  3. Select "As Administrator". A window will open with a black background and white font.
  4. Copy the command “%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 into it » and press
  5. It changes registry settings. Through it you can reactivate the mode.

Account Control is necessary measure security. Disable it only as a last resort.


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

The most obvious manifestation of this function is 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 asking about your trust in the software manufacturer and its subsequent installation. This is especially useful in the fight against viruses that litter the entire system with spam programs, and in 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 setting up UAC

You should not disable this feature unless you are confident in your actions. 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 user of the computer 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 necessarily need to disable it, but you do have the option to lower the security level.

Available degrees of protection

  1. Never notify – you completely disable this system function;
  2. Warn only when a program attempts to make a change to the computer without darkening the screen;
  3. Notify about attempts by applications to make changes to the system, with the screen dimming; this mode is the default and is optimal;
  4. Notifies about 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 of. The free nature of the software forces many to choose this particular choice, but the functionality is lower than that of a professional antivirus software.

Constant technical support for your system, which is guaranteed by Windows, always quickly responds to new security holes that arise, covering them before they can harm more users.

Below we will look at the features of disabling UAC in different versions Windows, the main differences are in search the desired section, the rest of the possibilities are identical.

Disabling UAC on Windows 7

The action is quite simple, to do this you should go to the user account management center, following the following path, there are 2 options:

1. Click the “Start” button, on the page that opens, click on your user’s icon;

2. Another way to get there would be:

  • Go to the Start menu;
  • Next “Control Panel”;
  • Find the item "User Accounts"

3. The last setting item will be “Change User Account Control Settings”, go to it;

4. You will see a slider in which there are 4 positions, mentioned above, set them 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 so.

How to turn off UAC in Windows 8, 8.1, 10

More or less new systems from Microsoft teach how to work with the search bar, so many elements are no longer available through the paths provided in more earlier versions. The actions are similar to those that need to be performed in previous version systems, the difference lies in the search method the desired window management.

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

2. In the search bar, enter 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 combat such very common threats as: Trojans, worms, spyware and similar system vulnerabilities.

Turn off something so important software, only if you have protection from another antivirus vendor or you are confident that you are not vulnerable to such threats.

Most are good antivirus protection, of course, are paid, but there are also those that do not require mandatory payment. Perhaps a demo mode will suit you, some famous company developer or you can use it at all free options. In case you have chosen free programs, you must realize that their level technical support an order of magnitude lower, and therefore you don’t 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


if(function_exists("the_ratings")) ( the_ratings(); ) ?>

The user interface of the User Account Control (UAC) settings in Windows 7 has been significantly improved and changed, as a result, using UAC has become less annoying and more convenient. In Windows 7, UAC settings introduced a slider that allows users to configure and select what level of notification (and therefore protection against unauthorized access and malware) they want to use. With the advent fine tuning UAC, the wording “disable” UAC is now gone. So how can you still disable UAC? Or, according to at least, how you can turn off notifications and pop-ups so that they are less annoying.

In Windows 7, there are several ways to disable User Account Control, let's look at all of them in more detail:

Method 1: About turn offUAC(UserAccountControl) in the control panel

1. In Windows 7, there are several ways to open the UAC settings page:

    • Go to Start menu -> Control Panel -> User Accounts and Family Safety -> User Account.
    • Go to Start menu -> Control Panel -> System and Security -> Action Center.
    • Right-click on the flag in the notification area (system tray), and then select Open Action Center.
    • Dial " MsConfig" in the search bar to launch the system setup module, then go to the Tools tab, find the Change UAC Settings item, select it and click the "Launch" button.

3. Lower the slider to the lowest value labeled Never notify me.

4. Click OK to save.

5. Reboot your computer to completely disable user access control.

Method 2: ShutdownUACusing the registry editor

1. Launch the registry editor (Regedit).

2. Go to the following registry key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System

3. Find next parameter type REG_DWORD:

4. Set the EnableLUA value to 0.

5. Exit Registry Editor and restart your computer to permanently disable UAC.

Method 3:disable UACgroups using group policy

IN Windows versions 7 Ultimate, Business and Enterprise that can be included domain Active Directory, it is possible to use a domain group policy for outages UAC control on many computers on the network simultaneously.

1. Type gpedit.msc in the search bar to launch the Local Group Policy Editor (or gpmc.msc to launch the Group Policy Management Console in an AD domain).

2. Go to the next branch of the Group Policy tree:

Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options

In GPMC, first select the Group Policy you want to edit.

3. On the right side of the window, find the following policy:

User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode

Set this policy to " Elevatewithoutprompt"(without request).

4. Find the following policy on the right side of the editor window:

User Account Control: Detect application installations and prompt for elevation

Set its value to Disabled.

5. Find another policy on the right side of the screen:

User Account Control: Run all administrators in Admin Approval ModeAccount Control

Set this option to Disabled.

6. Find the following policy:

User Account Control: Only elevate UIAccess applications that are installed in secure locations

Set its value Disabled.

7. Restart your computer when you have edited all the specified settings

Method 4:Using the Command Line for UserAccountControl

Using the ability to disable UAC control using the command line can be useful in various scripting scenarios, such as .bat and .cmd files. This approach may be useful for professional administrators and technical specialists. In fact, the above commands do nothing more than edit the registry setting specified in method 2.

1. Open command line with administrator rights.

2. To disable UAC, run the following commands:

%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

Optionally, you can disable all pop-up warnings and notifications:

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

Tip: To enable UAC again, use the command:

%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 1 /f

To return pop-up notifications, type:

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

Please note that if you have disabled UAC in Windows 7, your desktop gadgets may stop working. If you are interested, read the following article.







2024 gtavrl.ru.