Search code examples
visual-studio-2019visual-studio-2022

How to remove the older projects entries/list/history from the Visual Studio Opening Window?


All the Recently worked projects will be available in Visual Studio Opening window. Even if the projects are removed from our file explorer, those names will exist in the VS Opening Window.

I'm able to delete those recent projects entries/history one at a time by using this option:

enter image description here

My Question is:

How to delete all those history/entries at a time to see like the below window (screen)?

enter image description here


Solution

  • I have posted the same question on Super User and that answer helped me to clear the recent projects history after opening the Visual Studio IDE.

    Also, while searching for this information, I learnt a lot from many other solutions like How many recent entries we have to keep when opened the VS and the other ways to delete them. One of the references contains many ways to this issue is C#Corner Article.

    But the ClearRecent extension in Visual Studio is a better solution as given in the above answer.