Disable UAC on windows 7 Through K1000?
Can this be done easy with kace?
1 Comment
[ + ] Show comment
-
we have the same issue. It worked on the local pc through KACE but not everyone elses. - anadeem1 8 years ago
Answers (1)
Please log in to answer
Posted by:
Soloman007
8 years ago
Much depends on what you mean by easy, of course it's all relative to your technical level. Here is an idea:
Create a Script in KACE. Something like:
To Disable UAC:
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
To Enable UAC:
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f
You can do this as a batch file right in the KACE Scripting Module.
Then just make a label to target the machines you want and run the script against that label.
I hope this is helpful.
Comments:
-
Thanks I'll give this script and or batch a shot, I'm new to kace and trying to learn the in and out of the box. - supertype 8 years ago
-
I've done so.e pretty complex automation with Kace. This place is a great resource, just keep posting your questions, and if you find something that works really well, come back and tell us. - Soloman007 8 years ago