Link to home
Start Free TrialLog in
Avatar of MPonto2003
MPonto2003Flag for United States of America

asked on

Help with Custom GPO and registry settings

We have about 150 CAD users and I need to turn off "Checkig for Digital Signatures" on AutoCAd and I need to use a GPO to do this as some of the customers drawings are turning this back on.  The trouble is that when this is on the browsing and even the network response gets slow (checking digital signatures acroos the WAN)

I have the following Template that I am trying to use but when I import it I do not get any errors and the settings part of the GPO is blank.

when I try the sample from the white paper on lhow to write a ADM file it works fine but cange the "KEYNAME" line and it quits.

looks simple  enough but for the life of me I can't make it work.


CLASS USER
  CATEGORY "Custom GPO Settings"
    POLICY "CAD Digital Signatures Check"
      KEYNAME "software\Autodesk\AutoDesk Digital Signatures"
      EXPLAIN !!CADDigitalSignaturesExplain
      VALUENAME "IconOverlayEnabled"
      VALUEON  NUMERIC 1
      VALUEOFF NUMERIC 0
    END POLICY
  END CATEGORY
;;END CLASS
 
[strings]
CADDigitalSignaturesExplain="Insert explanation of change here"

Open in new window

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
Avatar of MPonto2003

ASKER

Worked like a dream!!!