zzen11 Posted February 28, 2007 Posted February 28, 2007 Has anyone tried to disable the Vista UAC and enable Vista UAC with autoit code? I also need to add some settings for every user on the PC, for example pushing the IE home page settings to every user. Can we do it in Vista with AutoIT? -Z
faldo Posted March 6, 2007 Posted March 6, 2007 Has anyone tried to disable the Vista UAC and enable Vista UAC with autoit code? Run this as administrator to disable UAC: RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA", "REG_DWORD", "0")oÝ÷ Ø Ý¶§i¹^jëh×6RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA", "REG_DWORD", "1") Then restart windows. Check out my other scripts: RDP antihammer/blacklist generator | Phemex cryptocurrency exchange API
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now