Home All Groups Group Topic Archive Search About

Where is the VS mru list file stored?

Author
29 Nov 2006 12:47 AM
Hexman
Hello all,

I want to remove some (not all) projects from the mru list.  Where is it stored so I can edit it or is there a way to selectively remove an entry?

Thanks,

Hexman

Author
29 Nov 2006 1:49 AM
tomb
That would be in the registry, at least for version 2003.

Tom

Hexman wrote:

Show quoteHide quote
>Hello all,
>
>I want to remove some (not all) projects from the mru list.  Where is it stored so I can edit it or is there a way to selectively remove an entry?
>
>Thanks,
>
>Hexman

>
Author
29 Nov 2006 6:12 AM
al jones
On Tue, 28 Nov 2006 16:47:54 -0800, Hexman wrote:

> Hello all,
>
> I want to remove some (not all) projects from the mru list.  Where is it stored so I can edit it or is there a way to selectively remove an entry?
>
> Thanks,
>
> Hexman

HKEY_CURRENT_USER -> Software -> Microsoft -> VisualStudio -> 8.0 ->
ProjectMRUList ....

However, after that, I presume you're looking at the list of projects on
the VS Start Page?  If you delete / rename / move the project from c:\My
Documents\Visual Studio\Projects\<project name> (or wherever VS thinks it
should be) to somewhere / something else then the next time you start VS
the project will show on the list, if you try to open it VS complains that
it can't be found and asks if it should remove it from the list.  If you
say 'Yes' that the last you'll see of it.

If this isn't what you're asking, oh well, I tried! :)

//al
Author
29 Nov 2006 8:05 AM
Hexman
You are correct.  Just what I needed.  Thanks Al.

Hexman

On Wed, 29 Nov 2006 06:12:35 GMT, al jones <alfredmjo***@shotmail.com> wrote:

Show quoteHide quote
>On Tue, 28 Nov 2006 16:47:54 -0800, Hexman wrote:
>
>> Hello all,
>>
>> I want to remove some (not all) projects from the mru list.  Where is it stored so I can edit it or is there a way to selectively remove an entry?
>>
>> Thanks,
>>
>> Hexman
>
>HKEY_CURRENT_USER -> Software -> Microsoft -> VisualStudio -> 8.0 ->
>ProjectMRUList ....
>
>However, after that, I presume you're looking at the list of projects on
>the VS Start Page?  If you delete / rename / move the project from c:\My
>Documents\Visual Studio\Projects\<project name> (or wherever VS thinks it
>should be) to somewhere / something else then the next time you start VS
>the project will show on the list, if you try to open it VS complains that
>it can't be found and asks if it should remove it from the list.  If you
>say 'Yes' that the last you'll see of it.
>
>If this isn't what you're asking, oh well, I tried! :)
>
>//al