« [Finder]デスクトップ・ピクチャーを変更する | トップページ | [sqlite3]デスクトップ・ピクチャーを変更する(断念) »

[mobileconfig]デスクトップ・ピクチャーを変更する

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

  <key>PayloadContent</key>

  <array>

    <dict>

      <!-- 変更不可の場合はTRUE-->

      <key>locked</key>

      <true/>

      <!-- 変更するピクチャーへのUNIXパス-->

      <key>override-picture-path</key>

      <string>/System/Library/Desktop Pictures/Solid Colors/Red Orange.png</string>



      <key>PayloadDisplayName</key>

      <string>Desktop Picture Override</string>

      <key>PayloadIdentifier</key>

      <string>com.apple.desktop.3EF04708-096E-49A0-B803-C83E303BDB05</string>

      <key>PayloadType</key>

      <string>com.apple.desktop</string>

      <key>PayloadUUID</key>

      <string>3EF04708-096E-49A0-B803-C83E303BDB05</string>

      <key>PayloadVersion</key>

      <integer>1</integer>


    </dict>

  </array>

  <key>PayloadDisplayName</key>

  <string>com.apple.desktop</string>

  <key>PayloadDescription</key>

  <string>Desktop Picture Override</string>

  <key>PayloadOrganization</key>

  <string>quicktimer.cocolog-nifty.com</string>

  <key>ConsentText</key>

  <dict>

    <key>default</key>

    <string>デスクトップピクチャーを変更します</string>

  </dict>

  <key>PayloadIdentifier</key>

  <string>com.apple.desktop.C76A6BD2-6796-48AC-BF9D-D2C352DBDE3E</string>

  <key>PayloadType</key>

  <string>Configuration</string>

  <key>PayloadScope</key>

  <string>User</string>

  <key>PayloadUUID</key>

  <string>C76A6BD2-6796-48AC-BF9D-D2C352DBDE3E</string>

  <key>PayloadVersion</key>

  <integer>1</integer>

  <key>TargetDeviceType</key>

  <integer>5</integer>

</dict>

</plist>


|

« [Finder]デスクトップ・ピクチャーを変更する | トップページ | [sqlite3]デスクトップ・ピクチャーを変更する(断念) »

Admin Mobileconfig」カテゴリの記事

Admin Device Management」カテゴリの記事

Desktop」カテゴリの記事