Difference between revisions of "Defaults"
Jump to navigation
Jump to search
(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
+ | <code>defaults</code> | ||
Use the default options: <code>[[rw]], [[suid]], [[dev]], [[exec]], [[auto]], [[nouser]]</code>, and <code>[[async]]</code> | Use the default options: <code>[[rw]], [[suid]], [[dev]], [[exec]], [[auto]], [[nouser]]</code>, and <code>[[async]]</code> | ||
+ | [[macOS application firewall]] | ||
+ | * <code>sudo [[defaults write]] [[/Library/Preferences/]]com.apple.RemoteManagement.plist VNCOnlyLocalConnections -boolean TRUE</code> | ||
+ | Siri: | ||
+ | * defaults write com.apple.assistant.support 'Siri Data Sharing Opt-In Status' -int 2 | ||
+ | |||
+ | * <code>[[defaults write]] "com.amazon.[[Amazon WorkSpaces]] Client" [[remap_cmd_to_ctrl]] 0</code> | ||
+ | |||
+ | |||
+ | * <code>defaults -currentHost write com.apple.[[ImageCapture]] disableHotPlug -bool YES</code> | ||
== See also == | == See also == | ||
+ | * {{defaults}} | ||
+ | * {{fstab}} | ||
* {{mount}} | * {{mount}} | ||
[[Category:Filesystems]] | [[Category:Filesystems]] |
Latest revision as of 08:01, 25 January 2024
defaults
Use the default options: rw, suid, dev, exec, auto, nouser
, and async
sudo defaults write /Library/Preferences/com.apple.RemoteManagement.plist VNCOnlyLocalConnections -boolean TRUE
Siri:
- defaults write com.apple.assistant.support 'Siri Data Sharing Opt-In Status' -int 2
defaults write "com.amazon.Amazon WorkSpaces Client" remap_cmd_to_ctrl 0
defaults -currentHost write com.apple.ImageCapture disableHotPlug -bool YES
See also[edit]
Advertising: