FreePrograms.me

Kak unlock UAC v Windows 7

Как отключить UAC в Windows 7

There are two known ways to disable UAC. One is to use the control panel, and the second is to enter a command into the system console. The second method is much faster, since all you need to do is write one command in the window that opens. In any case, each of the cases solves the problem of security pop-ups. So, hotkey combination Windows + R opens a window in which we insert the following text:
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


If you have any doubts and need to enable User Account Control, then you need to insert the command there:
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


For the system to accept the changes, all you have to do is reboot. The same actions can be performed through the control panel. So, let's go into it, at the top there is a search by parameters. We type only three letters into it: uac. In the search results that appear, you need to find and select “Change User Account Control settings.” After clicking on it, a window will appear in which a slider is displayed, thanks to which the issuance of notifications to the user is configured. You need to choose exactly the level that suits you best. Complete disabling is carried out by moving the slider to the very bottom, after which the system will no longer ask the user annoying questions.
January 02, 2014 1
Comment
Enter the code below:*
Click on the image to update the code if it is illegible
  1. Shaty
    Shaty
    1 December 2023 17: 26
    What a short and at the same time detailed instruction for slow-witted people like me. Everything worked, UAC was disabled.