Tag: uac

How To Disable Windows Vista’s User Account Control

May 06, 2007 by Jason

I’ve finally started making a few changes to my Windows Vista setup. One of the most annoying recurring problems I’ve had is that User Account Control, which is designed to protect your computer from unauthorized changes isn’t very intelligent and doesn’t learn from past behaviour. So, if you will constantly have to approve certain programs.

I’ve decided to turn User Account Control off. Yes, there’s a risk that I might be leaving my machine vulnerable but I’m pretty careful so I’m confident I’ll be ok. Disabling UAC is pretty easy: Read More»

Inside the Windows Vista Kernel: Part 3

March 22, 2007 by Jason

“This series has so far covered Windows Vista kernel enhancements related to processes, I/O, memory management, system startup, shutdown, and power management. In this third and final installment, I take a look at features and improvements in the areas of reliability, recovery, and security.

One feature I’m not covering in this series is User Account Control (UAC), which comprises several different technologies, including file system and registry virtualization for legacy applications, elevation consent for accessing administrative rights, and the Windows® Integrity Level mechanism for isolating processes running with administrative rights from less-privileged processes running in the same account. Look for my in-depth coverage of UAC internals in a future issue of TechNet Magazine. Read More»

Disable User Account Control (UAC) only for Administrators

February 20, 2007 by Jason

I’m sure you are well aware now of the advantages and disadvantages of UAC. It is great for non-admin users because it protects their computer from themselves. For advanced users, it can be a much different story causing many annoying authorization pop-ups. This is most common when you are doing a lot of activities that require admin rights such as installing applications and configuring Windows Vista after a fresh install. There is one practical solution to this issue that will help you with the UAC pop-ups if they annoy you and still benefit from the security of UAC.

This can be achieved by adjusting the local security policy to essentially disable UAC for administrators while leaving it enabled for low rights users. When you are using your PC for normal day-to-day use, log in with your low rights account. If you need to install a bunch of applications and make major system configuration changes then log in with your admin account. With fast user switching in Windows Vista you can easily switch between your accounts with little effort. Read More»