Tagged Questions
5
votes
1answer
2k views
Disable screensaver password requirement from command line
I am trying to enable and disable the screensaver password requirement from the command line.
defaults read com.apple.screensaver
shows a variable askForPassword set to either 0 or 1, depending on ...