2

Is there a correct way to turn off UAC, User Account Control, in Windows Server 2008?

I have found an article at Microsoft explaining the various settings. It looks like it is just a matter of disabling "User Account Control: Run all administrators in Admin Approval Mode", but I wanted a second opinion.

Nathan Hartley
  • 1,660
  • 5
  • 26
  • 40
  • 1
    I understand the implications of turning UAC off. And am only considering this for a very particular situation, on a test/development server. – Nathan Hartley Nov 19 '10 at 22:01
  • 1
    OK, then. Some people disable UAC just because "is annoying". I my opinion is an essential feature nowadays from a security point of view, since the AV detect rate is quite low from several years ago. – Alberto Martinez Nov 20 '10 at 13:12

1 Answers1

5

Yes, just use that setting, but in my opinion the correct way of turning off UAC is leaving it enabled :-), at least once the server is configured and all required applications installed.

Using an option provided by the Windows interface or by Group Policy is better in almost all situations than using a registry hack.