Make Vista "Administrators" actual Administrators

From Ben's Writing

Jump to: navigation, search

So far I've run into four reliable methods to disable Vista’s new Use User Account (UAC) option. If you don't know what that is, it's the little dialog that pops up every time you try to do something dangerous on your computer; if you've never run into this, and then count yourself as one of the lucky ones. For the rest of us— myself included, who has a bad memory for these onetime changes— I’ve outlined the methods, and how to use them. Enjoy!

Contents

Group Policy Object Method

This one really bugs me about Vista; fortunately, it can be easily remedied with the Group Policy Object Editor:

System Configuration Method

Another, much simpler, method is to use the System Configuration application:

The Disable UAC tool has the effect of running:

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

This may be exactly what the previous Group Policy Object Editor options change; however, it requires less time to run this tool and is easier to explain. The caveat to this approach, is that you get warned about your system being configured insecurely; however, since it is a quick way to do it (amd easily reversible), this seems to be a reasonable side-effect (as you can fall back on the above, for a full solution). (See the next section for how to fix this.)

The Proper Method?

Getting rid of the notification that you are running in non-approval mode

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox