Configure auto-login in macOS

main
Bo Jeanes 2024-07-29 14:11:23 +10:00
parent 68cad06ca1
commit 0814ee188e
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@
# Disable guest logins
loginwindow.GuestEnabled = false;
loginwindow.autoLoginUser = myUsername;
# Disable quarantine for downloaded files
LaunchServices.LSQuarantine = false;