Wednesday, March 13, 2013

How to disable UAC in a Task Sequence


Create a "Run Command Line" task with the following command:

cmd.exe /c reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

NOTE: in Windows 7, UAC default settings are “Level 3: Notify me only when programs try to make changes to my computer”, which causes prompts for Local Administrator credentials.

No comments:

Post a Comment