Set login window wallpaper to black
This commit is contained in:
parent
8429cba30a
commit
dc652c15d6
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Prevents wallpaper/screensaver fingerprinting... (annyoing!)
|
||||
echo "[ST] Prevent wallpaper/screensaver fingerprinting... "
|
||||
osascript -e 'tell application "System Events" to set picture of desktop 1 to POSIX file "/System/Library/Desktop Pictures/Solid Colors/Black.png"'
|
||||
sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture "/System/Library/Desktop Pictures/Solid Colors/Black.png"
|
||||
sudo defaults write /Library/Preferences/com.apple.screensaver modulePath -string "/System/Library/Screen Savers/Blank.saver"
|
||||
defaults -currentHost write com.apple.screensaver modulePath -string "/System/Library/Screen Savers/Blank.saver"
|
||||
defaults -currentHost write com.apple.screensaver idleTime -int 666 # Adjust time in seconds as needed
|
||||
|
|
Loading…
Reference in a new issue