defaults-write
Modify macOS system preferences and application settings by using the command defaults write <domain> <key> <value>
. Set specific values for keys within domains to customize system behavior.
Instructions
use the defaults write <domain> <key> <value>
command
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes | Domain to write to | |
key | Yes | Key to write to | |
value | Yes | Value to write |