Disable autosave in Word 2007

  • Thread starter Thread starter Zoonotics
  • Start date Start date
Z

Zoonotics

I am working on a very large document in Word 2007. Unlike all other versions
of Word, the autosave or autorecovery can't be turned off (?) WHAT A
PAIN!!!!!!!!!!!!!!!! I keep UNchecking it in Word Options and even tried
scheduling it for every 120 minutes, but EVERY time I reopen the file,
autorecovery is checked again and set at every 10 minutes. It saves at the
most inopportune moments and disrupts my work. I am power user of 22 years
and save when "I" want. I don't need a patronizing MS developer to force me
to save every 10 minutes. HOW DO YOU TURN THIS @$%%%$%$ THING OFF?
 
The issue is probably arising because either the Word data key in the
registry is corrupt, or you don't have sufficient permissions set to write
changes to the registry key. Either fix those issues or add the line
Options.SaveInterval = 0
to both an autoopen and an autonew macro in normal.dotm which will force the
setting for each document you open or create.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
It doesn't have anything to do with a Word key registry data error at all (as was suggested by a person who offered a guess for an answer ahead of this post). Wow!

Instead, it has everything to do with the user setup options. Just go to - Tools - Options - Save tab, and remove the check next to Save AutoRecover info. It's that simple.
 
Last edited:
Back
Top