Jump to content

Recommended Posts

Posted

Is it possible to rename registry keynames? example: I need to rename KEY_LOCAL_MACHINE\SOFTWARE\TESTNAME to KEY_LOCAL_MACHINE\SOFTWARE\NEWNAME

Posted

Is it possible to rename registry keynames? example: I need to rename KEY_LOCAL_MACHINE\SOFTWARE\TESTNAME to KEY_LOCAL_MACHINE\SOFTWARE\NEWNAME

<{POST_SNAPBACK}>

try deleting it, and making a new keyname

Valik Note Added 19 October 2006 - 08:38 AMAdded to warn level I just plain don't like you.

Posted

try deleting it, and making a new keyname

<{POST_SNAPBACK}>

By renaming it, I could retain the subkeys and their values within the key.
Posted

A compromise between t0ddie and Larry's solutions.

RegRead the key you need into a variable, then RegWrite using the new keyname and the varilable then RegDelete the key you don't need anymore.

CheersNobby

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
  • Recently Browsing   0 members

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