Jump to content

Recommended Posts

Posted

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)

Posted

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

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