Tagged Questions
2
votes
2answers
668 views
Where is the “Computer Name” screensaver stored in Mac OS X?
I've looked in:
System/Library/Screen Savers
Library/Screen Savers
~/Library/Screen Savers
I wish to explore the package contents for a personal project I'm working on. I've done iOS apps in the ...
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 ...