Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to set a DWROD Base value to Decimal in a custom ADM template but can't figure out how to. Any one have an idea?

    CLASS USER

CATEGORY !!cat01
   CATEGORY !!cat02

    KEYNAME "Software\Microsoft\Windows\CurrentVersion\Internet Settings\P3P\History\Taleo.net"
     POLICY !!polname

        SUPPORTED !!supOSes
        EXPLAIN !!poldescr
        ACTIONLISTON 
            VALUENAME "Default"
            VALUE NUMERIC 1
        END ACTIONLISTON
    END POLICY

  END CATEGORY

END CATEGORY

[strings]
 cat01="Internet Settings"
 cat02="Taleo"
 polname="Taleo"
 supOSes="Windows 2000+"
 poldescr="Configure History for Taleo"
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.