

Let’s start with its activation in Microsoft Word 2013, 2010,2016, and the most up to date version, 2019. In this tutorial, we will discuss the autosave feature in detail. You can also manage this feature to ensure your progress is saved after every few minutes. However, there’s a simple way to avoid this staggering loss: turning on the autosave feature in word. If you want to restore the feature, simply remove the subkey DontAutoSave in the given path.Ever had an entire article wiped out because of an abrupt system shutdown? You’re not alone. Set-ItemProperty -Path $path\Powerpoint -Name DontAutoSave -Value 1 Set-ItemProperty -Path $path\Excel -Name DontAutoSave -Value 1 Set-ItemProperty -Path $path\Word -Name DontAutoSave -Value 1 Run the following PowerShell code to create a new registry subkeys to turn the feature off: $path = "HKCU:\SOFTWARE\Microsoft\Office\16.0"

Not really workable in some cases, but luckily there is an option to disable the autosave feature through the registry. Disable AutoSave for Office 2016 ProPlusĪccording to Microsoft there is no option to disable AutoSave for all files, you will have to turn it off for every file independently. Now it’s good the know that you will have to change the default behavior in each Office 365 program. Uncheck the first option : Autosave OneDrive and Sharepoint files by Default.In the options menu, select Save (4th options).You can set the default behavior for the autosave in function in the options of any Office 365 program (Word, Excel or PowerPoint). The question is, can we turn it off (forever?) Using the options menu


This feature is only available on Windows for Word, Excel and Powerpoint 2016 for Office 365. It will also make sure that others that are working on the same document see you changes in seconds. This options will save your changes to the cloud as you are working. If you are using Office 365 and your store your files on OneDrive, OneDrive for Business or SharePoint Online you will see that the new Autosave feature is enabled by default. Some background info on the Autosave feature This article describes how you can disable autosave in Office 365 for every file with the use of PowerShell.
