Analytics popup Key?? what is it called

tcandela
Valued Contributor II

I am trying to suppress that first login popup for ANALYTICS. What is the key for this one? I use the following for configuration profile, and have just added the entries to skip the TouchIDSetup and the ScreenTime, now i'm looking to also skip the Analytics. (are the TouchIDSetup and ScreenTime keys correct? not sure if i need to add Setup at the end, so looked at a current com.apple.SetupAssistant.plist file and used what was in that, instead of saying DidSeeScreenTime, i used SkipScreenTime, and SkipTouchIDSetup). I'm assuming touchIDSetup pops up only if the laptop has fingerprint capability?

e6f50aa4cfd047b5b99be5fcbb067496

20f4e833f351480188347a158eecc605

58b1953ae8c0405fa8f8e9171221aca8

97133ed5d18841c887bf4f162f4146c6

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SkipAppearance</key> <true/> <key>SkipCloudSetup</key> <true/> <key>SkipPrivacySetup</key> <true/> <key>SkipSiriSetup</key> <true/> <key>SkipTrueTone</key> <true/> <key>SkipiCloudStorageSetup</key> <true/> <key>SkipScreenTime</key> <true/> <key>SkipTouchIDSetup</key> <true/> </dict> </plist>
2 REPLIES 2

eric_hutter
New Contributor

Not 100% certain since the naming is different but it might be SkipDiagnostics.

tcandela
Valued Contributor II

with what macOS version did this 'Analytics' first login prompt come with? Catalina?

I'm assuming that the 'touch ID setup' only would appear on device that has fingerprint reader available. If not then that pop up would not appear.

below is a screen shot a setupassistant.plist on macbook air running 10.14.6

750704cc143c4cb281159012491bb2a1