Is there a way to change the number of "recently opened documents" in the Start menu of Windows XP?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 4 down vote accepted

The registry key

KEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\MaxRecentDocs

controls the number of documents in the Recent Documents folder.

Here's a reg file from Kelly's Korner (210/R), changing the value to 25

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"MaxRecentDocs"=dword:00000019

copy/paste into notepad, save as maxrecent25.reg and import.

link|improve this answer
Thanks. This is a bit more involved than what I was hoping for, but that's the way it is, I guess. – JDelage Mar 9 '10 at 21:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.