Closing registry using scripts

  • Thread starter Thread starter Reid
  • Start date Start date
R

Reid

I'm trying to write a script to open the registry editor,
install a registry key and then close the program.
Everything works fine except I can't find any way to
refernce the scripting program to recognize that registry
editor is open to be able to close it. Does anyone know
of a way to reference an open registry editor window
through scripts or macros?

Please help! Thanks.
 
Instead of using the GUI registry editor, you should look
into using REG.EXE, which will accept command line
arguments to modify the registry. "Reg /?" from a
command prompt for usage.
 
Back
Top