In the start page in VS2008 or any version for that matter is there a way i can get rid of the "Getting Started" and "Visual Studio Headlines" list and have the "Recent Projects" list extend all the way down to the bottom so I can see the last 30 or so projects I have used?
Asked
Active
Viewed 1.4k times
23
-
Possible duplicate of [Change number of Recent Projects displayed on VS2010 Start Page](http://stackoverflow.com/questions/4026506/change-number-of-recent-projects-displayed-on-vs2010-start-page) – Matyas Apr 29 '16 at 06:40
4 Answers
48
If you'd like to show more projects in that list, you can increase it in Tools > Options > Environment > General. Change the "items shown in recently used list" to 24 (the maximum).
Other sections will overflow off the page and you'll be able to scroll to see them.

Matt Brindley
- 9,739
- 7
- 47
- 51
-
Understanding that the UI is limiting you to 24, which I assume is based on some decent reasoning, but being a programmer I don't like to feel like I'm limited or forced into using a number that someone tells me to...so do you know if there is a registry or text file setting that can be manually altered to increase PAST the 24 limit? I have lots of vertical space to fill on my monitor now. Thanks! – Chason Arthur Sep 22 '17 at 12:58
9
In Visual Studio, choose Tools->Options. Right there, you have an option for the number of items in the recently used list.
You can't get rid of the other sections unless you want to go through customizing the start page, but if you set this to 24, you'll see your most recent 24 projects (they don't allow you to view more than 24).

Reed Copsey
- 554,122
- 78
- 1,158
- 1,373
0
Tools > Options > Environment > General. Change the "items shown in recently used list" to 24 (the maximum). I prefer to use 12 at most.

ALIRA
- 129
- 1
- 9