Recently I was working on a project to migrate the organisation from Office 2010 to Office 2016 (365). After the upgrade we had some finance staff complaining that since the update Excel would take a long time to close. It was hard to narrow down the exact cause of this as there was also an update of Jet Reports at the same time. After a bit of investigating I recreated a users local profile which seemed to fix the issue. After doing this I compared the App Data\Roaming\Jet Reports\settings.xml file and compared the differences and noticed an interesting line of code as below <setting name="SendUsageStatistics" type="Boolean" encrypted="false"> <value> True </value> I then tested changing the send usage statistics value to false, closed Excel, reopened and now it works fine.
To be compliant and allow Windows 10 Branching Updates to 1803, the SCCM console needs to be updated to the latest version, which is 1806. This is available as an in console update, providing that you are currently on one of the Current Branch Console Versions. To see the support tree see the following link from Microsoft - https://docs.microsoft.com/en-us/sccm/core/plan-design/configs/support-for-windows-10 The current support timeline is as below Windows 10 version Configuration Manager 1706 Configuration Manager 1710 Configuration Manager 1802 Configuration Manager 1806 Enterprise 2015 LTSB Enterprise 2016 LTSB 1607 ( see editions ) 1 1 1 1 1703 ( see editions ) 1709 ( see editions ) 1803 ( see editions ) The first step in doing this is to update to ADK. If you do not do this prior then you will need to do this after the console update, which is a lot longer process. For details on how to do this then follow this guide from System...