Need to remove obsolete items from most recently used (MRU) Project items in Visual Studio.
Solution
To clear mru project list in Visual Studio
- Exit out of Visual Studio.
- Find entries located in registry location:
VS2005: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\ProjectMRUList
VS2008: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\ProjectMRUList
- Change unwanted entries to "DELETEME".
- Open Visual Studio
- Click on entries labeled "DELETEME" under "Recent Projects".
- Select "Yes" when asked to remove entry.
None
Updates
2011-01-21 Added VS2008 location.
2010-09-08 Changed removal procedure.
No comments:
Post a Comment