This is set on a per user level on each computer.
# Disable AutoSave for Word Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Office\16.0\Word" -Name "DontAutoSave" -Value 1 # Disable AutoSave for Excel Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Office\16.0\Excel" -Name "DontAutoSave" -Value 1
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article