Creating registry "scripts"

K

Kris Ennay

Hey,

I'm not sure what to refer to a file that when ran will
automatically update the registry (i.e. insert a few keys,
change some values) but I will call it a script. I was
wondering how I can create one of these scripts? Is it
like writing a Perl script (i.e. open notepad, write, save
as .pl and run)?

If not, how are these scripts created?

Thanks a bunch for any and all help provided :)
-Kris
 
T

Torgeir Bakken (MVP)

Kris said:
I'm not sure what to refer to a file that when ran will
automatically update the registry (i.e. insert a few keys,
change some values) but I will call it a script. I was
wondering how I can create one of these scripts? Is it
like writing a Perl script (i.e. open notepad, write, save
as .pl and run)?

If not, how are these scripts created?

Hi

You can use VBScript running under Windows Script Host (WSH). You put the code
into a text file and save it as .vbs and run.

Script Center - Registry
http://www.microsoft.com/technet/scriptcenter/registry/default.asp

For a list of some scripting resources and links to some Windows Script Host
(WSH) Web introductions, take a look here:

http://groups.google.com/[email protected]
 

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

Top