Jump to content

registry


Recommended Posts

Hi

I been writing some little script but stuck with registry function. Hope anyone can help me. In would like to made some change in registry key ( not the value). I guest that quicker way is delete the existing key then write the new one , but I don't know what type of registry it is

Could anyone help ? Thanks

Link to comment
Share on other sites

Welcome to the forums!

You can determine the type of registry value by performing a RegRead() and then reading the value of the @Extended macro. Refer to the help file for more details on this.

It sounds like you want to rename a key. You may want to look at the _RegClone UDF which will allow you to copy the entire key to a new location -- you could then delete the old key. This is equivalent to renaming the key.

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