Disable guest login in macOS

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

View File

@ -199,6 +199,9 @@
finder.ShowPathbar = true;
finder.ShowStatusBar = true;
# Disable guest logins
loginwindow.GuestEnabled = false;
# Disable quarantine for downloaded files
LaunchServices.LSQuarantine = false;