TouchID Setup Assistant setting and Pre-Stage Enrollment

cwaldrip
Valued Contributor

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.

1 REPLY 1

almonte32
New Contributor III

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