How to Disable Microsoft User Access Control in Windows 2012
In this tutorial I will walk you through the few steps required to disable User Access Control within Windows 2012 Server.
Microsoft User Account Control Settings
1. First Step is to browse to control panel and click on User Accounts



Regedit
4. Launch Regedit. Browse through the folders to:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionpoliciessystem. Double click on EnableLUA on the right hand side.

Alternatively you can copy and paste this powershell command:
Set-ItemProperty -Path ‘HKLM:SOFTWAREMicrosoftWindowsCurrentVersionpoliciessystem’ -Name EnableLUA -Value 0


All the tutorials included on this site are performed in a lab environment to simulate a real world production scenario. As everything is done to provide the most accurate steps to date, we take no responsibility if you implement any of these steps in a production environment.
Be the first to comment