Jump to content

Recommended Posts

Posted

hi,

i will use autoit for deleting a regkey.

my simple script:

$returnval = RegDelete("HKEY_CURRENT_USER\SOFTWARE", "SimonTatham")

MsgBox(0,"Value",$returnval)

the return value from regdel = 0

but there is the key.

reg.export:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\SimonTatham]

where is my problem?

thx josi

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