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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top