H
Hans
I try to convert a registry setting into an ADM, but am not sure how to do
this right. Here's the input:
=====
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\General\cPrintAsImage]
@="TRUE"
"s0"=hex:5c,5c,63,6f,6f,70,65,72,5c,6d,61,67,69,63,6f,6c,6f,72,20,33,33,30,30,\
00
=====
And here's what i made:
=====
CLASS USER
CATEGORY "Custom Acrobat Reader"
KEYNAME Software\Adobe\Acrobat Reader\7.0\General
CATEGORY "AR 7 | PrintAsImage"
KEYNAME Software\Adobe\Acrobat Reader\7.0\General\cPrintAsImage
POLICY "HP 6 Technical"
PART "Check to enforce setting on; uncheck to enforce setting off" CHECKBOX
DEFCHECKED
VALUENAME "s0"
VALUEON HEX
5c,5c,63,6f,6f,70,65,72,5c,6d,61,67,69,63,6f,6c,6f,72,20,33,33,30,30,00
VALUEOFF HEX 0
END PART
END POLICY
=====
I'm not sure about the "HEX" keyword. Who can fill me in?
Hans.
this right. Here's the input:
=====
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\General\cPrintAsImage]
@="TRUE"
"s0"=hex:5c,5c,63,6f,6f,70,65,72,5c,6d,61,67,69,63,6f,6c,6f,72,20,33,33,30,30,\
00
=====
And here's what i made:
=====
CLASS USER
CATEGORY "Custom Acrobat Reader"
KEYNAME Software\Adobe\Acrobat Reader\7.0\General
CATEGORY "AR 7 | PrintAsImage"
KEYNAME Software\Adobe\Acrobat Reader\7.0\General\cPrintAsImage
POLICY "HP 6 Technical"
PART "Check to enforce setting on; uncheck to enforce setting off" CHECKBOX
DEFCHECKED
VALUENAME "s0"
VALUEON HEX
5c,5c,63,6f,6f,70,65,72,5c,6d,61,67,69,63,6f,6c,6f,72,20,33,33,30,30,00
VALUEOFF HEX 0
END PART
END POLICY
=====
I'm not sure about the "HEX" keyword. Who can fill me in?
Hans.