# Saturday, February 17, 2007

Just as a reminder... The simplest way to delete a team project in TFS is:

1.  Open the Visual Studio 2005 Command Prompt

2.  Use the following command:

TfsDeleteProject /server:TFSSERVERNAME "PROJECTNAME"

Where:

TFSSERVERNAME - name of your TFS Server

PROJECTNAME - name of your Team Project

Ed B.

Comments are closed.