Open 0xmachos opened 6 years ago
As noted in #6 the whole com.apple.screensaver appears to have totally changed in High Sierra.
com.apple.screensaver
- title: "Ensure screen locks immediately when requested" check_command: | defaults read com.apple.screensaver askForPasswordDelay | grep "0" fix_command: | defaults write com.apple.screensaver askForPasswordDelay -int 0 enabled: true
As noted in #6 the whole
com.apple.screensaver
appears to have totally changed in High Sierra.