Overview
This article provides details on how to disable the User Account Control (UAC) on Microsoft Windows Servers and on personal computers, including desktop, laptops, and workstations.
Solution
The Microsoft Windows feature User Account Control (UAC) can interfere with this alternative credentials usage in GFI LanGuard and has to be disabled.
Microsoft Windows Server 2008
- Select Start > Control Panel.
- Select User Accounts > Turn User Account Control on or off.
- Deselect Use User Account Control (UAC) to help protect your computer and click OK.
- Reboot the machine for changes to take effect.
Microsoft Windows Server 2008 R2
- Select Start > Control Panel.
- Select User Accounts > Change User Account Control settings.
- Move the slider bar down to the Never notify selection and click OK.
- Reboot the machine for changes to take effect.
Microsoft Windows Server 2012 / 2016
- Select Start > Control Panel
- Click System Security
- Under Action Center, choose Change User Account Control settings
- Move the slider bar down to the Never notify selection and click OK
- Reboot the machine for changes to take effect
Microsoft Windows Personal Computers
- Type uac into the Windows Start menu.
- Click Change User Account Control settings.
- Move the slider down to Never Notify.
- Click OK and then restart the computer.
Note: Alternatively on all Microsoft Windows versions that support UAC - fully disable UAC from PowerShell as follows:
- Select Start > Run
- At the Run window type the following command and click Ok
powershell
- Copy/Paste this command in the PowerShell prompt:
New-ItemProperty -Path HKLM:Software\Microsoft\Windows\CurrentVersion\policies\system -Name EnableLUA -PropertyType DWord -Value 0 -Force
- Reboot the machine for changes to take effect.
- Make sure UAC is disabled by navigating to a restricted folder.
- Select Start > Run
- At the Run window type the following command and click Ok.
C:\Windows\SysWOW64\Config
- If the system doesn't prompt you for Administrative access - UAC has been successfully disabled.
Note: Often the UAC doesn't wholly get disabled in Server 2012 by merely selecting Never notify in the user interface. Instead, you will have to follow the Windows Server 2012: Deactivating UAC article to disable it via the registry.
Testing
With the setting above Microsoft Windows should not seek additional permissions when using alternative credentials in GFI LanGuard.