Registry programming..

M

max

Hi all,

Is there any website or good tutorial for registry programming for
Windows XP??

i need to set ip address, gateway ip address, computer name, firewall
setting in 1 *.reg file so everything can automate set with 1 click.

Thanks.

Max.
 
J

Jon

the following in
Hi all,

Is there any website or good tutorial for registry programming for
Windows XP??

i need to set ip address, gateway ip address, computer name, firewall
setting in 1 *.reg file so everything can automate set with 1 click.

Thanks.

Max.

Well you've half-answered your own question. You can either create a .reg
file containing all the settings you want to set, or use another programming
language (all the main ones have commands for changing the registry) to
automate the process.

As for good registry guides, Google is your best bet.

http://www.google.co.uk/search?as_q...as_dt=i&as_sitesearch=&as_rights=&safe=active
 
E

Eric

Jon said:
There is plenty of evidence to suggest that "max" <[email protected]>
wrote the following in


Well you've half-answered your own question. You can either create a .reg
file containing all the settings you want to set, or use another
programming language (all the main ones have commands for changing the
registry) to automate the process.

As for good registry guides, Google is your best bet.

http://www.google.co.uk/search?as_q...as_dt=i&as_sitesearch=&as_rights=&safe=active

The .reg file could get ugly. Your best bet for any complex editing of the
MS registry is to get an application from MS like Visual Basic.
You might find a free application that does everything VB does for the
registry, but I'd be surprised if it's guaranteed to work on every system..
 
R

Ramesh, MS-MVP

Max,

WMI scripts can do most of the work for you.

Start here:

Welcome to the Script Center:
http://www.microsoft.com/technet/scriptcenter/default.mspx

Learn to Script:
http://www.microsoft.com/technet/scriptcenter/learnit.mspx

The Script Center Script Repository:
http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true

--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Hi all,

Is there any website or good tutorial for registry programming for
Windows XP??

i need to set ip address, gateway ip address, computer name, firewall
setting in 1 *.reg file so everything can automate set with 1 click.

Thanks.

Max.
 

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