EnableMCXLoginScripts = true #453
Unanswered
vaughnhart
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope I’m not causing a fuss... but I’m not sure, I've seen this or of it really matters for this forum:
but it looks like getting login and logout scripts tp run now requires:
'sudo defaults write /var/root/Library/Preferences/com.apple.loginwindow EnableMCXLoginScripts -bool TRUE' to set EnableMCXLoginScripts = true.’
as per https://developer.apple.com/documentation/devicemanagement/loginwindowscripts
You can check if this setting is enabled by running:
'sudo /usr/libexec/PlistBuddy -c "Print" /var/root/Library/Preferences/com.apple.loginwindow.plist’
Sorry if this is a waster of “paper 'n peer" time.
Beta Was this translation helpful? Give feedback.
All reactions