diff --git a/mruclean.py b/mruclean.py index 97e2294..7dfce29 100755 --- a/mruclean.py +++ b/mruclean.py @@ -1,6 +1,6 @@ # Clean up selected MRU cruft from Win32 Registry # Copyright (c) 2002, TundraWare Inc., All Rights Reserved -# $Id: mruclean.py,v 1.1 2002/07/28 22:45:05 tundra Exp $ +# $Id: mruclean.py,v 1.2 2002/07/29 06:12:31 tundra Exp $ ############################################################ @@ -34,6 +34,10 @@ mrulist = \ ( \ + r"Software\Microsoft\Windows\CurrentVersion\Applets\Wordpad\Recent File List", \ + r"Software\Microsoft\Windows\CurrentVersion\Applets\Paint\Recent File List", \ + r"Software\Microsoft\Office\9.0\PowerPoint\Recent File List", \ + r"Software\Microsoft\Office\9.0\Excel\Recent Files", \ r"Software\Microsoft\MediaPlayer\Player\RecentFileList", \ )