views:

424

answers:

3

Hi there,

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?

+4  A: 

This guide shows how to customise the start page.

However, if you'd just 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.

Matthew Brindley
A: 

Tools->Options->Startup

Cody C
A: 

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