Skip to main content
Skip table of contents

SkipAutomationPermissionCheckAtStartup

Verfügbar ab Version

0.0

Notwendigkeit

Optional

Beschreibung

Diese Einstellung ist auf true zu setzen, wenn die Automation-Berechtigung per MDM konfiguriert wurde.
In diesem Fall wird die manuelle Abfrage der Automation-Berechtigung im Setup nicht angezeigt.

Beispiele (Terminal)

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

Beispiel (MDM)

XML
<key>ibi.aws.client</key>
  <dict>
    <key>Forced</key>
    <array>
      <dict>
        <key>mcx_preference_settings</key>
        <dict>
          ...
          <!-- Skip Permissions Flags -->
          <key>SkipAutomationPermissionCheckAtStartup</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.