5Nov/09
Disable UAC in Windows Vista
One of the annoying features of Windows Vista is the implementation of the new UAC prompt. This is the prompt that you receive every time you need to perform a task that requires elevated permissions. If it annoys you as much as it did me, you can use this simple fix to turn it off completely.
- Open Regedit
- Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System
- Find the "EnableLUA" DWORD and change the value from 1 to 0.
Very simple fix to a very annoying problem.
-The Stanz