Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create Registry Edit with GPO 3

Status
Not open for further replies.

skosterow

Technical User
Joined
Feb 23, 2002
Messages
135
Location
US
Heya all -

I have been hunting for this and cant seem to find anything that i can understand.

I need to create a GPO that will add a registry entry accross my domain in:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DnsCache\Parameters

The keyword would be: "UpdateTopLevelDomainZones" (REG_DWORD)
with a value of "0x1"

If you know of an article or someplace that can show me how to do this it would be much appreshiated. I like to read, hehehehe

Thanks in advance!

- Scott
 
John,

Okay..... I found that article..... am i gonna have to learn admin templates (darn ANOTHER programming language!) but thanks alot!

- Scott

:: Cracking the books open ::
 
If you ever created an adm file for IEAK, it'll be real familiar.

John
MOSMWNMTK
 
Ill post the finished product here so everyone can view it ;-)
 
As prommised:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DnsCache\Parameters]
"UpdateTopLevelDomainZones" = dword:1
 
HI.

I have created a simple tool called REGTOADM that can help you.
It was designed for and written at the NT4 era, but I've got reports from users using it for W2K GPO templates as well.
It can be downloaded from here (filename NUTS.EXE):



Yizhar Hurwitz
 
That.. is perfect. You get a star.

John
MOSMWNMTK
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top