Suppress Microsoft Office First Run Message (configuration profile?)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-24-2019 02:59 PM
Has anyone found a method of suppressing the following message the first time you launch MS Office. We also keep seeing some "Intelligent Services" popup on some devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-24-2019 03:22 PM
The best way would be to check out the following website.. there you‘ll find all the needed information to create a smooth office user experience for all users.
macadmins.software

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-25-2019 12:24 AM
I run a policy that contains this script after the office installer;
#!/bin/bash
sudo defaults write /Library/Preferences/com.microsoft.Excel kSubUIAppCompletedFirstRunSetup1507 -bool true
Replace the com.microsoft.excel with each app you want to bypass the first run splash.
