[Mobileconfig]SlicesRootAttributes
AppleScriptでも設定可能ですが
Mobileconfigでも設定できます
ダウンロード - com.apple.finder.slicesrootattributes.mobileconfig.zip
<?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>
<key>SlicesRootAttributes</key>
<array>
<string>kMDItemKind</string>
<string>kMDItemLastUsedDate</string>
<string>kMDItemContentModificationDate</string>
<string>kMDItemContentCreationDate</string>
<string>kMDItemDisplayName</string>
<string>kMDItemTextContent</string>
<string>com_apple_FileExtensionAttribute</string>
<string>kMDItemFSInvisible</string>
<string>kMDItemBitsPerSample</string>
<string>kMDItemFSName</string>
<string>kMDItemFSSize</string>
<string>kMDItemPixelCount</string>
<string>kMDItemOrientation</string>
<string>kMDItemDurationSeconds</string>
<string>kMDItemPixelWidth</string>
<string>kMDItemPixelHeight</string>
<string>kMDItemFSLabel</string>
<string>kMDItemMediaTypes</string>
<string>kMDItemColorSpace</string>
<string>kMDItemFonts</string>
<string>kMDItemPageWidth</string>
<string>kMDItemFSContentChangeDate</string>
<string>kMDItemFSCreationDate</string>
<string>kMDItemEmailAddresses</string>
<string>kMDItemPageHeight</string>
<string>kMDItemFSNodeCount</string>
<string>kMDItemLayerNames</string>
</array>
<key>PayloadDisplayName</key>
<string>Finder</string>
<key>PayloadIdentifier</key>
<string>com.apple.finder.5DBF92B0-865B-4EE7-96CB-5B7A5F63C08D</string>
<key>PayloadType</key>
<string>com.apple.finder</string>
<key>PayloadUUID</key>
<string>5DBF92B0-865B-4EE7-96CB-5B7A5F63C08D</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDescription</key>
<string>com.apple.finder</string>
<key>PayloadDisplayName</key>
<string>com.apple.finder</string>
<key>PayloadIdentifier</key>
<string>YOUR-MAC.CCA25FC2-85DD-4927-926C-8794D3BA261D</string>
<key>PayloadOrganization</key>
<string>Organization</string>
<key>ConsentText</key>
<dict>
<key>default</key>
<string>com.apple.finder</string>
</dict>
<key>PayloadScope</key>
<string>User</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>CCA25FC2-85DD-4927-926C-8794D3BA261D</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>TargetDeviceType</key>
<integer>5</integer>
</dict>
</plist>
| 固定リンク
「Finder」カテゴリの記事
- [Finder] AppleScript で Finder 項目を選択する(新規FInder Windowを作って指定ファイルを選択)(2025.01.09)
- Dock再起動(2024.12.14)
- SystemUIServer再起動(Menu barほか)(2024.12.14)
- Finder再起動(2024.12.14)
- [Finder]エイリアスの参照元の取得(2024.12.02)
「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)
「Spotlight」カテゴリの記事
- [bash][mdutil]対象のディレクトリがインデックスされているか?の判定(2025.01.06)
- [Plist]Acrobat ReaderのSCA(single client app) Unified App版判定(その3 bash:mdfind PlistBuddy)(2025.01.06)
- [Spotlight] Spotlightのインデックス牽引から除外した場所を調べる(2024.11.26)
- [defaults]設定変更の流れ(スポットライト メニューアイテムの表示・非表示)(2024.11.11)
- [Spotlight]カラープロファイルで検索(2024.09.30)