Skip to main content
Skip table of contents

SkipAccessibilityPermissionCheckAtStartup

Available from version

0.0

Necessity

Optional

Description

This setting must be set to true if the accessibility permission was configured via MDM.
In this case, the manual prompt for the accessibility permission is not shown during setup.

Example (Terminal)

BASH
defaults write "ibi.aws.client" "SkipAccessibilityPermissionCheckAtStartup" -bool true

Example (MDM)

XML
<key>ibi.aws.client</key>
  <dict>
    <key>Forced</key>
    <array>
      <dict>
        <key>mcx_preference_settings</key>
        <dict>
          ...
          <!-- Skip Permissions Flags -->
          <key>SkipAccessibilityPermissionCheckAtStartup</key>
          <true/>
          ...
        </dict>
      </dict>
    </array>
  </dict>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.