Posted on 03-22-2018 12:59 PM
I'm running 9.101 and I've Checked "Touch ID" so it shouldn't show up on setup after enrollment with DEP in PreStage Enrollments.
And I've tried using a script running at enrollment complete to do a defaults write to com.apple.SetupAssistant to set DidSeeTouchIDSetup to true (in the user template), but that doesn't seem to get picked up.
But as soon as a user logs in, there it is. Is this a bug, or am I missing something.
Posted on 09-19-2019 01:02 PM
this works 100% on 10.14.x , all one line
defaults write "/System/Library/User Template/English.lproj/Library/Preferences/com.apple.SetupAssistant.plist" DidSeeTouchIDSetup -bool YES