VS 2003

  • Thread starter Thread starter Darin
  • Start date Start date
D

Darin

Does anyone know how to remove projects from the Open an Existing
Project list on the start page of Visual Studio 2003?

I have some in that list that were just play projects and I won't open
them again so I want them off the list.

TIA

Darin
 
Darin said:
Does anyone know how to remove projects from the Open an Existing
Project list on the start page of Visual Studio 2003?

Remove them from this key in the registry:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\FileMRUList

To edit the registry: Start -> run -> Regedt32
(incase you have have been in a hole for the past 10 years)

HTH,
Jeremy
 
Remove them from this key in the registry:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\FileMRUList

To edit the registry: Start -> run -> Regedt32
(incase you have have been in a hole for the past 10 years)

In XP and above Regedt32 simply runs regedit. The separate programs have
been merged into one.
 
Hi,
Open the registry and delete unwanted entries from:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\ProjectMRUList

Does anyone know how to remove projects from the Open an Existing
Project list on the start page of Visual Studio 2003?

I have some in that list that were just play projects and I won't open
them again so I want them off the list.

TIA

Darin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top