Method 1: Disable and Turnoff UAC in Windows 7 from Control Panel

1. Access User Control Panel from Start Menu -> Control Panel -> User Accounts and Family Safety -> User Account

2. Click on User Account Control settings link.

 

3. Move the Slider to Never Notify

4. Click OK to make the change effective

5. Reboot.

Method 2: Disable UAC with Registry Editor (Regedit) in Windows 7

1. Run Registry Editor (RegEdit) by typing regedit at command prompt or at startmenu->run

2. Locate following registry key:

HKEY_LOCAL_MACHINE"Software"Microsoft"Windows"CurrentVersion"Policies"System

3. Locate the following REG_DWORD value:

EnableLUA

4. Set the value of EnableLUA to 0.

Optional step to suppress UAC permission prompt dialog,

1. Locate the following REG_DWORD value:

ConsentPromptBehaviorAdmin

2. Set the value of ConsentPromptBehaviorAdmin to 0 (optional).

Now Exit from Registry Editor and Restart the computer.

相关文章:

  • 2021-05-15
  • 2021-08-01
  • 2021-10-19
  • 2021-12-27
  • 2021-12-05
  • 2021-11-26
  • 2021-10-19
  • 2022-01-08
猜你喜欢
  • 2021-04-03
  • 2021-08-08
  • 2021-10-02
  • 2022-12-23
  • 2021-09-17
  • 2021-11-09
相关资源
相似解决方案