disable start up welcome screen
I am trying to hide the start up welcome screen from appearing. In the update_config file I have
outlook
userinfo
showStartupDialog value="false" action="delete"
showStartupDialog value="false" action="insert"
userinfo
outlook
According to the document 3.2.28 it should be:
showStartupDialog value=action="delete"
showStartupDialog value="false" action="insert"
I get an error when I do this.
It would be nice to have the .xml file included when I deploy the product, but it only creates the Scinaptic folder after you launch Outlook for the first time.
*apparently the syntax wouldn't show so i removed the < />
-
Ilia Zhukov commented
Hi,
Due to inactivity, I have closed this topic.
Please respond to the topic if you have further questions and/or would like to activate the discussion topic further.
Thank you!
-
Ilia Zhukov commented
Hi Kevin,
thank you for reporting this problem.
Please use the following config_update.xml to turn welcome screen off:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<outlook>
<showStartupDialog action="delete"/>
<showStartupDialog value="false" action="insert"/>
</outlook>
</configuration>
Regarding deploying this config_update.xml, please refer to the Section “4.2 Deploy OnePlaceMail Configuration Settings Using Group Policy” in the following guide:
http://www.scinaptic.com/support/oneplacemail-enterprise-deployment-using-group-policy.html .
Hope this will help. Please update this topic if you have any questions, I’ll gladly assist you. Thank you.