最近都在寫C#的程式,不過Visual Studio開啟時的「最近使用的專案」不知不覺中就會累積很多,甚至把常編輯的專案蓋下去了。
稍微Google一下清除的方法,就會發現到微軟的《HOW TO:從起始頁中最近使用的專案清單移除項目》這篇技術文章,但是仔細閱覽一下根本慘不卒賭。再找另一篇就會看到.NET達人小歐所分享的修改Registry方法《[Tips]清除 Visual Studio [最近使用的專案] 紀錄》,比較優秀。
漸漸地工作上會做到的事情我就寫成同一支程式放在快捷欄位裡面,需要用到時就會幫我省下很多時間。
Recently I alomost program in C#, but after a period of time when I open Visual Studio, "Start Page" will be full of "Most Recently Used" Projects.
Google for solutions, you will find to Microsoft's "How to: Remove Items from the Recent Projects List on the Start Page" this technical article, but if you carefully read you will found it's not good enough. Another article is better "[Tips] Clear Visual Studio [Recent Projects] record".
So I program this, easy way to edit Visual Studio Project MRU(Most Recently Used) List at Registry, now support VS2008 & VS2010.(Because I'm not sure other version of path of Visual Studio are the same format or not)
名字/Name | PureDev VS Project MRU List Editor |
開發工具/Dev Tool | Visual Studio 2008 Professional (in C#) |
介面語言/Interface language | 英文/English |
版本/Version | 1.0 |
下載/Download Link | 按我/HERE |