[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>
| 固定リンク
「Admin Mobileconfig」カテゴリの記事
- 【メモ】MDMでイマイチまだ理解が足りない部分(2025.01.11)
- [mobileconfig]言語設定の変更(非推奨)(2024.12.20)
- mobileconfigを使って言語設定を切り替える(2024.12.16)
- [The Unarchiver] mobileconfigの値を見直した(2024.12.06)
- [NSGlobalDomain_m]AppleLanguages(2024.11.27)
「Admin Device Management」カテゴリの記事
- デバイスUUIDの取得(2024.11.11)
- モデル名を取得する(2024.05.17)
- TB Default Item Identifiers(com.apple.finder.plist)(2023.12.22)
- [profiles] profiles コマンド書き出したバックアップを各ファイルに書き出す(2023.11.12)
- [profiles]現在のユーザー・プロファイル設定をバックアップ(2023.10.31)
「Desktop」カテゴリの記事
- [Desktop]デスクトップのポジションの保存と復帰 (ファイルやフォルダの移動に対応)(2024.11.19)
- [Desktop]デスクトップのアイコンの位置を保存しておいて、あとで戻す(2024.04.30)
- [System Events]デスクトップピクチャー(壁紙)を設定する(2024.04.30)
- [desktoppr]デスクトップ・ピクチャーを変更する(コマンドラインツール)(2022.10.13)
- [sqlite3]デスクトップ・ピクチャーを変更する(断念)(2022.10.13)