View Single Post
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Editing most recently used fonts list in Word 2007

Copy the following lines to notepad and save as FontMRUOff.reg


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\W ord\Options]
"NoFontMRUList"="1"

Copy the following and save as FontMROOn.reg

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\W ord\Options]
"NoFontMRUList"="1"

Close Word 2007 and merge the first one with the registry
Open Word and the list is gone and will not list the used fonts.
Close Word and merge the second one
Open Word and the list is empty but will list the used fonts again.


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



John Jaros wrote:
How do I edit the registry to change the number of fonts in the most
recently used fonts list in Word 2007?