-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Posting management profile to manage the "Remove items from the Trash…
… after 30 days" setting Posting management profile to manage the "Remove items from the Trash after 30 days" setting in the Finder preferences.
- Loading branch information
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This management profile for macOS Sierra and later sets the **Remove items from the Trash after 30 days** setting in the **Finder** preferences for all accounts on a particular Mac. | ||
|
||
 |
55 changes: 55 additions & 0 deletions
55
RemoveTrashAfter30Days/RemoveTrashAfter30Days.mobileconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?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>PayloadContent</key> | ||
<dict> | ||
<key>com.apple.finder</key> | ||
<dict> | ||
<key>Forced</key> | ||
<array> | ||
<dict> | ||
<key>mcx_preference_settings</key> | ||
<dict> | ||
<key>FXRemoveOldTrashItems</key> | ||
<true/> | ||
</dict> | ||
</dict> | ||
</array> | ||
</dict> | ||
</dict> | ||
<key>PayloadEnabled</key> | ||
<true/> | ||
<key>PayloadIdentifier</key> | ||
<string>MCXToProfile.0b1eeedc-a9f6-4975-a8c4-f5b3292ef574.alacarte.customsettings.0040cc99-9a8e-4a9b-a9d1-5e1ae8a0a30c</string> | ||
<key>PayloadType</key> | ||
<string>com.apple.ManagedClient.preferences</string> | ||
<key>PayloadUUID</key> | ||
<string>0040cc99-9a8e-4a9b-a9d1-5e1ae8a0a30c</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</array> | ||
<key>PayloadDescription</key> | ||
<string>Automatically removes items from the trash after the items have been in the trash for more than 30 days</string> | ||
<key>PayloadDisplayName</key> | ||
<string>Remove Files From Trash After 30 Days</string> | ||
<key>PayloadIdentifier</key> | ||
<string>com.company.0b1eeedc-a9f6-4975-a8c4-f5b3292ef574.remove_trash_after_30_days</string> | ||
<key>PayloadOrganization</key> | ||
<string>Company Name</string> | ||
<key>PayloadRemovalDisallowed</key> | ||
<false/> | ||
<key>PayloadScope</key> | ||
<string>System</string> | ||
<key>PayloadType</key> | ||
<string>Configuration</string> | ||
<key>PayloadUUID</key> | ||
<string>0b1eeedc-a9f6-4975-a8c4-f5b3292ef574</string> | ||
<key>PayloadVersion</key> | ||
<integer>1</integer> | ||
</dict> | ||
</plist> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.