Most recently used list

  • Thread starter Thread starter Steve Long
  • Start date Start date
S

Steve Long

Hey,
does anybody know where VS.NET stores it's most recently used list that it
displays on the Start page when you first open up VS?

I would like to kick a item off of there but don't know where it's storing
the list

Thanks in advance.

Steve
 
in the registry

mine is in
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\FileMRUList
 
Yup, it's there alright but it sure don't like you messing with it if you
don't do it right. I deleted item number 2 and it deleted the rest of the
entries in that key automatically. Good thing I backuped it up before I did
that. The best way to do it seemed to be to back it up, edit it in the .reg
file that it was backed up to and then to hose the values in that key and
then double click on the .reg file I modified.

It doesn't like any out of order MRU's.

Thanks
Steve
 
Back
Top