custom registry values
From: rusma (r_mulyadi@hotmail.com)
Date: 07/13/02
- Next message: Alun Jones: "Re: Food for Thought"
- Previous message: Ryan: "IE is"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "rusma" <r_mulyadi@hotmail.com> Date: Fri, 12 Jul 2002 15:15:19 -0700
I am trying to add some custom TCP/IP registry values by
adding them in sceregvl.inf file.
I have problems with adding 2 of the registry values in
the template:
1. how to define the range value for the numeric registry
value (e.g.KeepAliveTime in my case). Based on this artice
(http://support.microsoft.com/default.aspx?scid=kb;EN-
US;q315669), I have to define it as a REG_DWORD-Time in
milliseconds. So, here is my additional code in the
sceregvl.inf.
[Register Registry Values]
MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\
KeepAliveTime,4,%KeepAliveTime%,1,%Unit-MilliSeconds%
[Strings]
KeepAliveTime = Keep Alive Time
Unit-MilliSeconds = milliseconds
However, everytime I try to define the value for this new
registry from local security setting snaps-in, the maximum
value that I can entered is 999. I need to be able to
enter value 300000 (as recommended in the article).
2. how to let the registry to add the same registry value
for certain keys (e.g. PerformRouterREcovery registry
value for all interfaces under
System\CurrentControlSet\Services\Tcpip\Parameters\Interfac
es\). I cant find a guide to do this using sceregvl.inf.
I understand that I can solve these problems by directly
setting them via regedt32, but since we are trying to
standardize things, including it in a template will be a
better solution.
Any comments and inputs are welcome.
Thanks in advance!
Rusma
- Next message: Alun Jones: "Re: Food for Thought"
- Previous message: Ryan: "IE is"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|