Changes between Initial Version and Version 1 of jazz/21-06-15
- Timestamp:
- Jun 15, 2021, 10:45:13 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/21-06-15
v1 v1 1 = 2021-06-15 = 2 3 == macOS == 4 5 * https://apple.stackexchange.com/questions/388882/how-to-disable-spotlight-and-mds-stores-on-mac-os-catalina 6 {{{ 7 sudo mdutil -a -i off 8 }}} 9 * https://www.technipages.com/macos-sierra-enable-disable-spotlight 10 {{{ 11 sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist 12 }}}