Jump to content

Vista disable UAC


zzen11
 Share

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...