What's New

Disable and Enable UAC from Windows 7

What is UAC [User Access Control]?  –  is a technology and security infrastructure introduced with Microsoft’s Windows Vista and Windows Server 2008 operating systems, with a more relaxed version also presented in Windows 7 and Windows Server 2008 R2. Relaxed? No way, it’s ignoring for some. There are ways to disable this feature within your OS manually:

Go to Start > Start typing in “User Account Control”:

Now, for the techie part – there are some registry settings that you could disable and enable the UAC settings on the machine. This registry setting can be pushed out with a GPO or during log in time.

Disable UAC:

Windows Registry Editor Version 5.00

; Created by: Bernardo Arocho Jr.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
“EnableLUA”=dword:00000000

Enable UAC:

Windows Registry Editor Version 5.00

; Created by: Bernardo Arocho Jr.

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
“EnableLUA”=dword:00000001

If the posted was helpful. Please take the time to +1 it.

About BjTechNews (1090 Articles)
An IT guy trying to learn everything about technology and sharing it with you all. I'm a blogger and video blogger who highlights daily news in the tech industry, promoting tips and hacks for fellow techies.

1 Trackback / Pingback

  1. Top 7 Best Registry Hacks for Windows 11 - BTNHD

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from BTNHD

Subscribe now to keep reading and get access to the full archive.

Continue reading