Hello all,
I'm trying to find a script to enable guest user on 10.13. I've found a couple of scripts that do that but with one problem, they all create the guest user that restarts the Mac and allow access to Safari only aka single-app mode. What I'm after is a guest user to log in to a normal screen where he/she can see the dock and open certain apps.
The main part of the scripts I tried is:
defaults write /Library/Preferences/com.apple.loginwindow GuestEnabled -bool true
defaults write /Library/Preferences/com.apple.AppleFileServer guestAccess -bool true
defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server AllowGuestAccess -bool true