Link to home
Start Free TrialLog in
Avatar of NEARNG
NEARNGFlag for United States of America

asked on

creating an ADM template for reg_dword value 0?

I need to create an ADM template for the following registry entry...

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"EnableDeadGWDetect"=dword:00000000

I've performed this in the past using a "regtoadm" tool I've found.  The difference this time is the value of the reg_dword.  GPMC will not allow me to set to 0.  It has to be 1 or greater.

I've looked at some other ADM templates in the "inf" folder and attempted to code my own with notepad with no luck.

Any ideas on how I can create this ADM template with a reg_dword value of 0?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
http://www.desktopstandard.com/PolicyMakerRegistryExtension.aspx

template for editing the registry via group policy. its free and very good might be of some use for you
Avatar of NEARNG

ASKER


That worked!  Thank you!