0% found this document useful (0 votes)
15 views2 pages

MacOs Basics

Download as txt, pdf, or txt
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 2

got this

Auto Updates Config:


Check Updates: false
Download Updates: false
Install macOS: false
Install App Updates: false
Install System Files: false
Screen Locking Info:
Enabled: true
Timeout: 1s
Screen Saver Enabled: false
Screen Saver Timeout: 0s
Require Password: false

while actual config in system is


Check for updates - on
Download new updates when available - on
Install macos updates - off
install application updates from the app store - off
install security responses and system files - off

start screen saver when inactive - for 20 mins


turn display off on battery when inactive - 10 mins
turn display off on power adapter when inactive - 10 mins
require password after screen saver begins or display is turned off - immediately

// to check if password is required after wake


osascript -e 'tell application "System Events" to tell security preferences to get
require password to wake'

// screen save timeout


osascript -e 'tell application "System Events" to tell screen saver preferences to
get delay interval'
defaults -currentHost read com.apple.screensaver idleTime

<?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>
<kev>AutomaticCheckEnabled</kev>
<true/> <key>AutomaticDownload</key> <false/>
<key>AutomaticallyInstallMac0SUpdates</key> ‹false/> <key>ConfigDataInstall</key>
<false/> <key>CriticalUpdateInstall</key> <false/>
‹key>DoItLaterTonightAttemptsCount</key> ‹dict />
<key>LastAttemptBuildVersion</kev> ‹string>13.4 (22F66)</string>
<kev>LastAttemptSystemVersion</key> ‹string>13.4 (22F66)</string>
<key>LastBackgroundSuccessfulDate</key> ‹date>2023-06-01T18:34:13Z</date>
<key>LastCollectedLoginCredentialDate</key> ‹date>2023-05-09T13:51:19Z</date>
<key>LastFullSuccessfulDate</key> ‹date>2023-06-06T14:52:587</date>
<key>LastRecommendedMajor0SBundleIdentifier</key> ‹string></string>
<kev>LastRecommendedUpdatesAvailable</kev> <integer>1</integer>
<kev>LastResultCode</kev> <integer>0</integer> <kev>LastSessionSuccessful</kev>
<true/> <key>LastSuccessfulDate</key> «date>2023-06-06T14:53:08Z</date>
<key>LastUpdatesAvailable</key> <integer>1</integer> <kev>PrimarvLanguages</kev>
‹arrav> ‹string>en-CA</strina> ‹string>en</string>
</arrav> <key>RecommendedUpdates</key> sarrav> <dict> <key>Display Name</key>

<strina>Command Line Tools for Xcode</string> <key>Display Version</key>


‹string>14.3</string> <kev>Identifier</kev>
«string>Command Line Tools for Xcode</string> <kev>Product Key</key> <string>032-
84673</string>
</dict> </array>
<dicts </plist>

You might also like