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!

Getting a .reg file into an .adm for GPO - How ?

Status
Not open for further replies.

manikm

Technical User
Joined
Mar 29, 2001
Messages
147
Location
GB
Hi there guys,

I have a local machine registry entry to rollout to everyone.

I want to distribute it via GPO as a custom .adm file.

How would i get the following into an .adm file!?

I have tried following various guides, i can convert it from .reg to .adm using a utility called NUTS - but when i import the .adm it has no values set, there are no entries i can change.

This is on a Windows2003 domain.

We use all Windows XP clients.

Any ideas guys!? Many thanks for your time




Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\Security]
"NetworkDtcAccess"=dword:00000001
"NetworkDtcAccessAdmin"=dword:00000000
"NetworkDtcAccessClients"=dword:00000000
"NetworkDtcAccessTransactions"=dword:00000001
"NetworkDtcAccessTip"=dword:00000000
"XaTransactions"=dword:00000000
"DomainControllerState"=dword:00000000
"AccountName"="NT Authority\\NetworkService"
"NetworkDtcAccessOutbound"=dword:00000001
"NetworkDtcAccessInbound"=dword:00000001
@=
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top