in reply to Re: (tye)Re: Could PERL auto-config Win2K network settings?
in thread Could PERL auto-config Win2K network settings?

The Registry is simply a central place to persist configuration information (mostly). So anything configurable about any part of WindowsNT (or later) will usually be read from the Registry when the computer is booted.

So if you want to change nearly any configuration options, you can usually figure out (but not often find documentation on) how to change some values in the Registry to accomplish that the next time the computer reboots.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re2: Could PERL auto-config Win2K network settings?