Disable "pick up where you left off"

Anonymous
2013-05-22T16:45:22+00:00

Have any of you figured out how to turn this "Welcome back, pick up where you left off" bookmark thing? I've gone through all the options and add-ins I can find, and I can't make it stop doing this.

Thanks!

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2013-06-11T20:49:21+00:00

On the same track I deleted all the subkeys under 'Reading Locations' and then made the 'Reading Locations' key read-only to everyone.

This has stopped Word writing to the key and I no longer get the message when I re-open a document.

Was this answer helpful?

70+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2013-06-10T03:54:05+00:00

HKCU\Software\Microsoft\Office\15.0\Word\Reading Locations

That looks like a good place to start.

Was this answer helpful?

60+ people found this answer helpful.
0 comments No comments

91 additional answers

Sort by: Newest
  1. Anonymous
    2017-10-12T15:50:48+00:00

    Even though I did not post the original query, I thank you greatly for your detailed replies to the person who did. I've been trying for years to find a way to suppress the annoying "Welcome back!" feature. Most posts said it can't be done. My initial testing indicates your method did. Thank you again!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2017-06-15T05:48:55+00:00

    A programmatic way to dismiss the Welcome Back panel is to put this code in your Normal.dotm file:

    Sub AutoOpen()

        Selection.EndKey Unit:=wdStory, Extend:=wdMove

        Selection.HomeKey Unit:=wdStory, Extend:=wdMove

    End Sub

    This code moves the cursor to the bottom of the document and then back up to the top.

    If you’d rather not fiddle with VBA macros, then I’ve also put this capability into an Add-In.  You can configure the add-in to dismiss the Welcome Back panel, and also to force documents to open in Draft View mode (or any other view of your choice); which restores functionality that MS removed in Word 2013.  The add-in can be downloaded from:

        http://rath.ca/Misc/VBA/Word/ViewMgr_v2.1.zip

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more