How to fully stop UAC Windows 8

Solution 1:

You can fully disable UAC through the registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System, set EnableLUA to 0).

However, on Windows 8, this will stop Metro apps from working until you turn it back on, and is therefore not recommended.