Monday, November 2, 2015

How can I disable the User Account Control (UAC)




Windows has the built-in ability to automatically reduce the potential of security breaches in the system. It does that by automatically enabling a feature called User Account Control (or UAC for short). The UAC forces users that are part of the local administrators group to run like they were regular users with no administrative privileges.

(You can't do it natively in GPMC for 2003. you can add a 2008 server and make your your group policy manager or use a bat file to kill the uac. You can run this bat file as a startup script and it should work. or take the registry key and create a custom ADM that will then allow you to manage it through GPMC. here is the command that you would run in the bat)
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

LINK


No comments:

Post a Comment

Vmware NSX SSL creation 

Using OpenSSL for NSX Manager SSL import: Creates CSR and 4096 bit KEY Creating NSX 6.4.2 SSL    openssl req -out nsxcert.csr -newkey rsa:40...