<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Office 365 on Much Ado About IT</title><link>https://it.knightnet.org.uk/categories/office-365/</link><description>
Recent content about Office 365 from Much Ado About IT |
Ramblings and rantings from IT Architect &amp; Designer, Julian Knight</description><generator>Hugo | gohugo.io | Theme twenty-sixteen</generator><language>en-gb</language><copyright>This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</copyright><lastBuildDate>Mon, 24 Apr 2023 21:27:28 +0000</lastBuildDate><atom:link href="https://it.knightnet.org.uk/categories/office-365/feed.xml" rel="self" type="application/rss+xml"/><item><title>Office 365 Autosave</title><link>https://it.knightnet.org.uk/kb/ms-office/office-365-autosave/</link><guid isPermaLink="true">https://it.knightnet.org.uk/kb/ms-office/office-365-autosave/</guid><pubDate>Tue, 08 May 2018 10:20:16 +0000</pubDate><guid>https://it.knightnet.org.uk/kb/ms-office/office-365-autosave/</guid><description><div>I am sure that whoever in Microsoft came up with the idea of an autosave flag, they thought it was a great idea. And indeed it is. **However**, when they made it default to _on_, they made a logistical nightmare for the majority of users. This post discusses why and what you could do about it.</div><div>&lt;p>With autosave on by default, every &lt;em>shared&lt;/em> document that you open in Word, Excel or PowerPoint is subject to the whims of the Office client software.
This means that it is all too easy to accidentally make a change that is then autosaved changing a shared document, throwing out version control processes, possibly approvals, etc.
To say nothing of annoying other colleagues with random changes.&lt;/p>
&lt;p>When the &amp;ldquo;feature&amp;rdquo; was introduced at the start of 2017, Microsoft gave no way to change the default from &lt;em>on&lt;/em> to &lt;em>off&lt;/em>. By the middle of the year, however,
they &lt;a href="https://support.microsoft.com/en-us/help/4036334/how-to-disable-autosave-in-office-365-proplus">introduced a set of registry settings&lt;/a>.&lt;/p>
&lt;p>Somewhat inevitably for a poorly thought through feature, they compounded the issues by making these registry flags &lt;strong>permanently&lt;/strong> disable autosave
instead of allowing a change to default to &lt;em>off&lt;/em>. :sigh:&lt;/p>
&lt;p>Well, for what it&amp;rsquo;s worth, here are the registry codes you need to permanently disable autosave in the three client applications:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-reg" data-lang="reg">&lt;span class="line">&lt;span class="cl">Windows Registry Editor Version 5.00
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="k">[&lt;/span>&lt;span class="nb">HKEY_CURRENT_USER&lt;/span>&lt;span class="k">\Software\Microsoft\Office\16.0\Word]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="na">&amp;#34;DontAutoSave&amp;#34;&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="nv">dword&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="m">00000001&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="k">[&lt;/span>&lt;span class="nb">HKEY_CURRENT_USER&lt;/span>&lt;span class="k">\Software\Microsoft\Office\16.0\Excel]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="na">&amp;#34;DontAutoSave&amp;#34;&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="nv">dword&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="m">00000001&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="k">[&lt;/span>&lt;span class="nb">HKEY_CURRENT_USER&lt;/span>&lt;span class="k">\Software\Microsoft\Office\16.0\PowerPoint]&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="na">&amp;#34;DontAutoSave&amp;#34;&lt;/span>&lt;span class="o">=&lt;/span>&lt;span class="nv">dword&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="m">00000001&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>You can save the above code to a text file ending in &lt;code>.reg&lt;/code>. Then right-click on the file in Windows File Explorer and chose the &lt;code>merge&lt;/code> option
to turn off autosave.&lt;/p>
&lt;p>If you want to undo the change, set the values to &lt;code>0&lt;/code> instead of &lt;code>1&lt;/code>.&lt;/p></div></description><author>Julian Knight</author><category domain="https://it.knightnet.org.uk/categories/microsoft">Microsoft</category><category domain="https://it.knightnet.org.uk/categories/office-365">Office 365</category><category domain="https://it.knightnet.org.uk/categories/software">Software</category><category domain="https://it.knightnet.org.uk/tags/microsoft">Microsoft</category><category domain="https://it.knightnet.org.uk/tags/office">Office</category><category domain="https://it.knightnet.org.uk/tags/word">Word</category><category domain="https://it.knightnet.org.uk/tags/excel">Excel</category><category domain="https://it.knightnet.org.uk/tags/powerpoint">PowerPoint</category></item></channel></rss>