/build/static/layout/Breadcrumb_cap_w.png

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)

Posted by: Soloman007 8 years ago
Orange Senior Belt
1
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
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ