Jump to content

Disable UAC function in VISTA


Recommended Posts

Hi,

I want to use below function to disable UAC in VISTA, but it can not change the valule of registry after reboot. It is my codes error or the Regwrite function can not disable UAC function (Limitation)?

Thank you!

RegWrite("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA", "REG_DWORD", "0")

Sleep(1000)

Shutdown(6)

Link to comment
Share on other sites

Hi,

I want to use below function to disable UAC in VISTA, but it can not change the valule of registry after reboot. It is my codes error or the Regwrite function can not disable UAC function (Limitation)?

Thank you!

RegWrite("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA", "REG_DWORD", "0")

Sleep(1000)

Shutdown(6)

Did you try adding

#RequireAdmin

To the top of your script?

SIGNATURE_0X800007D NOT FOUND

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...