SharpStyle Labs

Creativity is coming up with new things. Innovation is doing new things. We make software that helps you do both.

  • Pages

  • a

  • Archives

Clearing Visual Studio recent projects list

Posted by sharpstyle on March 24, 2007

I was in the process of recording a number of tutorials for SharpStyle Neutron and I wanted to make sure that my Visual Studio does not display a list of unrelated projects in the “recent projects list”.

After spending some time on Google, here is the path in the registry that stores that list:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList

visual-studio-mru-list.PNG 

First, I was planning to write a VBS that iterates over entries and deletes them. Then I found that by providing “-” in front of the branch of “.reg” file, it actually deletes that branch.

Here is my “.reg” file that clears Visual Studio recent projects list. Copy into notepad and save as “.reg”. Double-click to update registry.

Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList]

[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList]

~Mike


9 Responses to “Clearing Visual Studio recent projects list”

  1. That is a great catch! Will use it for my purposes. Thanks a lot!

  2. [...] Mar 25th, 2007 by sharpstyleneutron This is a follow up on my previous post: Clearing Visual Studio recent projects list [...]

  3. [...] new things. Innovation is doing new things. We make software that helps you do both. « Clearing Visual Studio recent projects list Clearing Flash 8 Recent Items list March 25th, 2007 This is a follow up on my previous [...]

  4. [...] Mar 25th, 2007 by sharpstyleneutron Clearing Visual Studio recent projects list [...]

  5. Thanks man!

  6. Bobby said

    In add-in form:

    http://www.csharper.net/blog/mru_cleaner_v1_0_0_5___now_serving_your_file_cleaning_needs.aspx

  7. sharpstyle said

    Thanks for the add-in!

  8. Hi,

    I wrote a tool which will automate this for you. You might find it interesting.

    http://www.michaelckennedy.net/blog/PermaLink,guid,418ddbe1-bba5-4341-afc8-9fcb78bba6f5.aspx

    Best regards,
    Michael

  9. Manish Gangwal said

    I always tried to do that.
    Thanks a Lot!

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>