Jump to content

Recommended Posts

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...