Suppress Microsoft Office First Run Message (configuration profile?)

Ricky
Contributor

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. a1c78feb53de430e9055f774e64201e7

2 REPLIES 2

Danko
New Contributor III

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

temperatechickn
New Contributor

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.