Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I delete bad Visual Studio templates?

How do you remove the following noise templates that don't even work?

enter image description here

like image 784
dance2die Avatar asked Apr 25 '09 15:04

dance2die


People also ask

Where are Visual Studio templates stored?

By default, templates installed with Visual Studio are located in: %ProgramFiles(x86)%\Microsoft Visual Studio\2019\<edition>\Common7\IDE\ProjectTemplates\<Language>\<Locale ID> %ProgramFiles(x86)%\Microsoft Visual Studio\2019\<edition>\Common7\IDE\ItemTemplates\<Language>\<Locale ID>

How do you Delete a custom template?

Procedure. Click Dashboard. From the Select a template page, click Custom. Click the More menu on a custom template thumbnail and click Edit or Delete.


2 Answers

In Visual Studio: go to Tools > Extensions and Updates and then uninstall or disable the template.

like image 52
Hamid Behnam Avatar answered Oct 06 '22 09:10

Hamid Behnam


To save a bit of time for 2010 users, the folder has moved:

...\My Documents\Visual Studio 2010\Templates\ProjectTemplates

like image 24
Rich L Avatar answered Oct 06 '22 08:10

Rich L