Registry questions

  • Thread starter Thread starter Vampyyrivaari@gmail.com
  • Start date Start date
V

Vampyyrivaari@gmail.com

Hi,

After cloning XP, there are some settings we need to change manually.
And to save time, i deciced to code simple MFC programn that changes
these things automatically. So user could easily type wanted IP
address etc.

Settings we need to change are network settings like IP, DNS, joining
domain etc. Other things are "Show icon in notification area when
connected, "Notify me when this connection has limited or no
connectivity", "Enable IEEE 802.1x authentication for this network",
"Time to display list of operating systems", "Time to display recovery
options when needed".

I think changing IP and joining domain is easy to do using netset that
is controlled by my software. But those other settings are giving me a
hard time, because I can't find registry keys for those things.

I know key for icon in notification area is in HKEY_LOCAL_MACHINE
\SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-
BFC1-08002BE10318}\{45E7F191-A0B0-40F4-A6B6-6F38E1798805}\Connection\

But I cant find other keys, anyone can help ?
 
> Hi,
>
> After cloning XP, there are some settings we need to change manually.
> And to save time, i deciced to code simple MFC programn that changes
> these things automatically. So user could easily type wanted IP
> address etc.
>
> Settings we need to change are network settings like IP, DNS, joining
> domain etc. Other things are "Show icon in notification area when
> connected, "Notify me when this connection has limited or no
> connectivity", "Enable IEEE 802.1x authentication for this network",
> "Time to display list of operating systems", "Time to display recovery
> options when needed".
>
> I think changing IP and joining domain is easy to do using netset that
> is controlled by my software. But those other settings are giving me a
> hard time, because I can't find registry keys for those things.
>
> I know key for icon in notification area is in HKEY_LOCAL_MACHINE
> \SYSTEM\CurrentControlSet\Control\Network\{4D36E972-E325-11CE-
> BFC1-08002BE10318}\{45E7F191-A0B0-40F4-A6B6-6F38E1798805}\Connection\
>
> But I cant find other keys, anyone can help ?


Kellys Korner, or read up on the Group Policies. Then
Get an imaging program and start using it.
 
Back
Top