I have and I want to take the registry from the input and add it to the line on the Software\\registry but not sure how to do the replace?
Must be something simple. lol
Thanks for the help.Code:registry = Input.GetText("Input1"); all_names = Registry.GetKeyNames (HKEY_LOCAL_MACHINE, "Software\\registry");


