Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 recent projects not updated in taskbar

I have Visual Studio pinned to the taskbar. When clicking on the icon with the mouse right button, a list of recent projects and solutions in shown.

This used to work OK, but from some time now, the list is not being updated. I always see same projects and solutions under Recent, although I have worked with newer projects lately.

How can I fix it?

I'm running Visual Studio Ultimate 2012 on Windows 8 Pro.

like image 200
anderZubi Avatar asked Aug 26 '13 07:08

anderZubi


People also ask

How do I delete recent projects in Visual Studio 2015?

To remove a single project from Recent Projects list you can right click on the project and select remove. (The screenshot is in Italian, but it's clear.) Have to restart visual studio to get it removed from the file -> recent project list.

How do I open the latest project in Visual Studio 2019?

Open Visual Studio 2019 version 16.8 or later. On the start window, select Open a project or solution. Visual Studio opens an instance of File Explorer, where you can browse to your solution or project, and then select it to open it.


1 Answers

  • Close all VS instance
  • Right click on the Taskbar.
  • Click Properties
  • Go to the Jump Lists Tab
  • Uncheck Store recently opened programs
  • Uncheck Store and display recently opened items in Jump Lists
  • Click Apply/Ok
  • Wait a moment
  • Check Store recently opened programs
  • Check Store and display recently opened items in Jump Lists
  • Wait a moment
  • Open your VS solution and it should now appear in the Jump List.

  • This worked as a fix for VS 2012 professional with Win 8 Pro

like image 195
Jeff2001 Avatar answered Oct 13 '22 02:10

Jeff2001