Advertisement
Guest User

Untitled

a guest
Jun 10th, 2019
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.78 KB | None | 0 0
  1. CLASS MACHINE
  2.  
  3. CATEGORY "Adobe Acrobat Reader 2017"
  4.  
  5. CATEGORY Preferences
  6.  
  7. CATEGORY General
  8. POLICY "Disable PDF handler switching"
  9. #if version >= 3
  10. EXPLAIN !!EXPLAIN1
  11. #endif
  12. KEYNAME "SOFTWARE\Policies\Adobe\Acrobat Reader\2017\FeatureLockdown"
  13. VALUENAME bDisablePDFHandlerSwitching
  14. VALUEON NUMERIC 1
  15. VALUEOFF NUMERIC 0
  16. END POLICY ;Disable PDF handler switching
  17.  
  18. POLICY "Disable automatic updates"
  19. #if version >= 3
  20. EXPLAIN !!EXPLAIN2
  21. #endif
  22. KEYNAME "SOFTWARE\Policies\Adobe\Acrobat Reader\2017\FeatureLockdown"
  23. VALUENAME bUpdater
  24. VALUEON NUMERIC 1
  25. VALUEOFF NUMERIC 0
  26. END POLICY ;Disable automatic updates
  27.  
  28. POLICY "Turn off user participation in the feedback program"
  29. #if version >= 3
  30. EXPLAIN !!EXPLAIN3
  31. #endif
  32. KEYNAME "SOFTWARE\Policies\Adobe\Acrobat Reader\2017\FeatureLockdown"
  33. VALUENAME bUsageMeasurement
  34. VALUEON NUMERIC 1
  35. VALUEOFF NUMERIC 0
  36. END POLICY ;Turn off user participation in the feedback program
  37.  
  38. POLICY "Don't show messages while viewing a document"
  39. #if version >= 3
  40. EXPLAIN !!EXPLAIN4
  41. #endif
  42. KEYNAME "SOFTWARE\Policies\Adobe\Acrobat Reader\2017\FeatureLockdown\cIPM"
  43. VALUENAME bDontShowMsgWhenViewingDoc
  44. VALUEON NUMERIC 1
  45. VALUEOFF NUMERIC 0
  46. END POLICY ;Don't show messages while viewing a document
  47.  
  48. POLICY "Show messages when I launch Reader"
  49. #if version >= 3
  50. EXPLAIN !!EXPLAIN5
  51. #endif
  52. KEYNAME "SOFTWARE\Policies\Adobe\Acrobat Reader\2017\FeatureLockdown\cIPM"
  53. VALUENAME bShowMsgAtLaunch
  54. VALUEON NUMERIC 1
  55. VALUEOFF NUMERIC 0
  56. END POLICY ;Show messages when I launch Reader
  57.  
  58. POLICY "Auto Complete"
  59. #if version >= 3
  60. EXPLAIN !!EXPLAIN7
  61. #endif
  62. KEYNAME "SOFTWARE\Policies\Adobe\Acrobat Reader\2017\FeatureLockdown"
  63. VALUENAME bAutoFill
  64. VALUEON NUMERIC 1
  65. VALUEOFF NUMERIC 0
  66. END POLICY ;Auto Complete
  67.  
  68. END CATEGORY ;General
  69.  
  70. CATEGORY Startup
  71. POLICY "Enable Protected Mode at startup"
  72. #if version >= 3
  73. EXPLAIN !!EXPLAIN11
  74. #endif
  75. KEYNAME "SOFTWARE\Policies\Adobe\Acrobat Reader\2017\FeatureLockdown"
  76. VALUENAME bProtectedMode
  77. VALUEON NUMERIC 1
  78. VALUEOFF NUMERIC 0
  79. END POLICY ;Enable Protected Mode at startup
  80.  
  81. END CATEGORY ;Startup
  82.  
  83. CATEGORY Security
  84.  
  85. CATEGORY DigitalSignature
  86. END CATEGORY ;DigitalSignature
  87.  
  88. CATEGORY TrustManager
  89. END CATEGORY ;TrustManager
  90. END CATEGORY ;Security
  91. END CATEGORY ;Preferences
  92. END CATEGORY ;Adobe Acrobat Reader 2017
  93.  
  94.  
  95. CLASS USER
  96.  
  97. CATEGORY "Adobe Acrobat Reader 2017"
  98.  
  99. CATEGORY Preferences
  100.  
  101. CATEGORY General
  102. POLICY "Accept EULA"
  103. #if version >= 3
  104. EXPLAIN !!EXPLAIN9
  105. #endif
  106. KEYNAME "Software\Adobe\Acrobat Reader\2017\AdobeViewer"
  107. VALUENAME EULA
  108.  
  109. VALUEON NUMERIC 1
  110. VALUEOFF NUMERIC 0
  111. END POLICY ;Accept EULA
  112.  
  113. POLICY "Display splash screen at launch"
  114. #if version >= 3
  115. EXPLAIN !!EXPLAIN10
  116. #endif
  117. KEYNAME "Software\Adobe\Acrobat Reader\2017\Originals"
  118. VALUENAME bDisplayAboutDialog
  119. VALUEON NUMERIC 1
  120. VALUEOFF NUMERIC 0
  121. END POLICY ;Display splash screen at launch
  122.  
  123. END CATEGORY ;General
  124.  
  125. CATEGORY Startup
  126. END CATEGORY ;Startup
  127.  
  128. CATEGORY Security
  129. POLICY "Enable Acrobat JavaScript"
  130. #if version >= 3
  131. EXPLAIN !!EXPLAIN12
  132. #endif
  133. KEYNAME "Software\Adobe\Acrobat Reader\2017\JSPrefs"
  134. VALUENAME bEnableJS
  135. VALUEON NUMERIC 1
  136. VALUEOFF NUMERIC 0
  137. END POLICY ;Enable Acrobat JavaScript
  138.  
  139. POLICY "Ask before installing checkbox"
  140. #if version >= 3
  141. EXPLAIN !!EXPLAIN13
  142. #endif
  143. KEYNAME "Software\Adobe\Acrobat Reader\2017\Security\cDigSig\cAdobeDownload"
  144. VALUENAME bAskBeforeInstalling
  145. VALUEON NUMERIC 1
  146. VALUEOFF NUMERIC 0
  147. END POLICY ;Ask before installing checkbox
  148.  
  149. POLICY "Load security settings from a server"
  150. #if version >= 3
  151. EXPLAIN !!EXPLAIN14
  152. #endif
  153. KEYNAME "Software\Adobe\Acrobat Reader\2017\Security\cDigSig\cAdobeDownload"
  154. VALUENAME bLoadSettingsFromURL
  155. VALUEON NUMERIC 1
  156. VALUEOFF NUMERIC 0
  157. END POLICY ;Load security settings from a server
  158.  
  159.  
  160. CATEGORY DigitalSignature
  161. END CATEGORY ;DigitalSignature
  162.  
  163. CATEGORY TrustManager
  164. POLICY "Automatically trust sites for Win OS security zones"
  165. #if version >= 3
  166. EXPLAIN !!EXPLAIN15
  167. #endif
  168. KEYNAME "Software\Adobe\Acrobat Reader\2017\TrustManager"
  169. VALUENAME bTrustOSTrustedSites
  170. VALUEON NUMERIC 1
  171. VALUEOFF NUMERIC 0
  172. END POLICY ;Automatically trust sites for Win OS security zones
  173.  
  174. END CATEGORY ;TrustManager
  175. END CATEGORY ;Security
  176. END CATEGORY ;Preferences
  177. END CATEGORY ;Adobe Acrobat Reader 2017
  178.  
  179. [Strings]
  180. EXPLAIN1 =Disables the ability to change the specified default handler (PDF viewer). \n\nThe UI configuration does not set any key in HKCU. Instead, changing the setting via the UI invokes the installer which sets the key in HKLM. The default application behavior varies depending on what is installed. A value of 1 disables the user's ability to change the default handler. Possible values include: \n0 (or null): Allow the user to change the default viewer. \n1: Don't allow the user to change the default viewer. \n\nGUI mapping - Edit > Preferences > General > Select Default PDF Handler
  181. EXPLAIN2 =Disables automatic updates and removes associated user interface items.\n\nThis setting interacts with bDeclined.\n0: Disables and locks the Updater. Overrides any bDeclined value. \n1: No effect. \nSetting bUpdater to 0 disables the user interface items Preferences > Updater and Help > Check for updates.
  182. EXPLAIN3 =Turns off and locks user participation in the feedback program and disables the UI that controls the feature. \n\nPossible values include: \n0: Disable and lock feedback program participation. \n1: Enable feedback program participation. \n \n\n
  183. EXPLAIN4 =Specifies whether to show messages from Adobe when a document opens. \n\nThis preference also controls messages in the right-hand pane for DC products. Possible values include: \n0: Don't show messages from Adobe when a document opens. \n1: Show messages from Adobe when a document opens. \n\nGUI mapping: Preferences > General > Don't show messages while viewing a document
  184. EXPLAIN5 =Specifies whether to show messages from Adobe when the product launches. \n\nPossible values include: \n0: Don't show messages from Adobe when the product launches. \n1: Show messages from Adobe when the product launches. \n \nGUI mapping: Preferences > General > Show me messages when I launch Reader. \n
  185. EXPLAIN7 =Locks the auto-fill functionality on or off and disables the corresponding user interface item.\n\nPossible values include: \n0: Lock auto-fill. \n1: Don't lock auto-fill. \n \nGUI mapping: Preferences > Forms > Auto Complete drop down list. \n
  186. EXPLAIN9 =For Reader, indicates whether the end user license agreement has been accepted by the end user (Reader only). \n\nAcrobat uses the key EULAAcceptedForBrowser. If the EULA is not accepted, the application cannot be used and the Updater is also prevented from running. Possible values include: \n\n0: Show the EULA because it has not been accepted. \n1: Don't show the EULA because it has been accepted. \n \nGUI mapping: The EULA acceptance UI that appears on application launch if the EULA value is 0
  187. EXPLAIN10 =Specifies whether or not to display the startup splash screen at every launch.\n\nPossible values include: \n0: Don't display the startup splash screen. \n1: Display the startup splash screen at every launch.\n\nGUI mapping: Splash screen
  188. EXPLAIN11 =Enables Protected Mode and thereby sandboxes Reader processes. \n\nProtected Mode is one of the application's most advanced security features and should be enabled to protect user systems and data. Possible values include:\n0: Don't enable protected mode.\n1: Do enable protected mode.\n\nEdit > Preferences > General > Enable Protected Mode at startup
  189. EXPLAIN12 =Toggles JavaScript execution on and off globally; when off, the PDF cannot execute JavaScript.\n\nWhen the user's ability to create privileged locations is not disabled and locked, end users can bypass disabled JS by choosing Trust once or Trust Always via the Options button on the Yellow Message Bar. Admins can disable and lock JS execution by setting bDisableJavaScript to 0 in HKLM.\n\nGUI mapping: Preferences > JavaScript > JavaScript panel > Enable Acrobat JavaScript
  190. EXPLAIN13 =Specifies whether trust anchors should be imported silently or Acrobat should ask permission from the user.\n\n0: Enable and Ask before installing.\n1: Enable and Install silently.\n\nGUI mapping: Preferences > Security > Security Settings panel > Ask before installing checkbox
  191. EXPLAIN14 =Specifies whether or not trust anchors should be periodically downloaded from Adobe.\n\nPossible values include:\n0: Don't load settings from an URL.\n1: Do load settings from an URL.\n\nPreferences > Security > Security Settings panel > Load security settings from a server
  192. EXPLAIN15 =Elevates locations that Internet Explorer trusts to privileged locations so that they may bypass security restrictions.\n\nPrior to 10.1.1 and 9.4.7, trust was granted to Trusted Sites. With 10.1.2 and 9.5 and later, trust also includes Local Intranet zones. This setting essentially makes IE trust operate as if they were privileged locations. The feature can be disabled with bDisableOSTrustedSites.\n0: Don't automatically trust Windows OS zones.\n1: Do automatically trust Windows OS zones.\n\nGUI mapping: Edit > Preferences > Security (Enhanced) > Automatically trust sites for my Win OS security zones
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement