Updated to 3.6, can 'Enable UAC' task be changed/disabled?
Greetings,
I see that with the new 3.6 version that there are some new tasks being run with my Scripted Installations, namely the "disable UAC" and "enable UAC" both of which are vbs scripts. Previously on 3.5 I had a post-install task for disabling UAC which worked great. The problem I now have with 3.6 is that the "enable UAC" task that runs at the end is re-enabling UAC, which I don't want.
I have tried to edit this task out of the scripted install via the .xml task file for my Scripted Install but discovered that I don't have write permissions to the files. I don't see anywhere in the new 3.6 console where these new tasks can be edited or disabled.
So long story short, how can I remove/delete/disable the Enable UAC task that was forcibly added with 3.6?
Corey
-
I am seeing the same thing, i love "features" - jlbob 10 years ago
-
There is a xml task list for the entire deployment that you can see and edit if you set the deployment to prompt on errors. I don't know if its possible but you could try writing a script to edit the xml file to comment out the enable UAC section and set the script as a preinstall task. - nvonwolff 10 years ago
Answers (4)
http://www.kace.com/support/resources/kb/solutiondetail?sol=SOL121713
cdobo,
Try this, http://www.kace.com/support/resources/kb/solutiondetail?sol=SOL121713
Corey
Lead T3 Enterprise Solutions Consultant, K2000
Comments:
-
Corey, this does not however solve win 8.1 uac issue. Meaning the predefined options are yes or no uac with no middle ground. If you disable UAC in 8.1 the apps built into 8.1 do not work. I want the UAC setting in 8.1 to hide. This will allow the apps to work at the same time not bug the user to "run xxxx program"...
Perhaps a workaround would be give us the option to move the task order around during postinstall. Or better yet, add them by default and give us the choice remove it. Right now, I am getting Line 28 char 5 invalid root in reg key.
Thank you,
Paul - carminus 10 years ago-
Hiding the uac is not controlled by Kace, they have either it disabled or enabled. You may need to use a policy to change the user prompting, something like they talk about here:
http://windows.microsoft.com/en-us/windows-vista/how-do-i-change-the-behavior-of-the-user-account-control-message - SMal.tmcc 10 years ago
-
Thank you Corey, this works. - cdobo 10 years ago
I actually just ran across this yesterday also. This appears to cover the Win8.1 changes fairly well: http://www.eightforums.com/tutorials/5509-user-account-control-uac-change-settings-windows-8-a.html