Jump to content

Has anyone used the reg2adm tool ?


PoNi

Recommended Posts

Has anyone used this tool?

http://www.novell.com/coolsolutions/tools/1421.html

Pretty cool concept but I cannot seem to get it to work..You can import a registry file and output a adm file to use for group policy.

My problem is the reg file I exported isn't fully getting impletmented in the .adm file? I was wondering if anyone knows why?

Here is my reg file ..

[HKEY_LOCAL_MACHINE\SOFTWARE\Blah\Blah Wizard]
"Data"="\\\\192.168.100.13\\Shares\\BlahWizardDB\\"
"Extension"="MBR"
"Files"="C:\\TDW\\Work\\"
"MSG"="0"

Here is my adm file ..

CLASS MACHINE
CATEGORY SOFTWARE\Blah
 POLICY "Blah Wizard"
 KEYNAME "SOFTWARE\Blah\Blah Wizard"
   PART Data EDITTEXT
   VALUENAME "Data"
   END PART
   PART Extension EDITTEXT
   VALUENAME "Extension"
   END PART
   PART Files EDITTEXT
   VALUENAME "Files"
   END PART
   PART MSG EDITTEXT
   VALUENAME "MSG"
   END PART
 END POLICY
END CATEGORY

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...