Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does Visual Studio 2010 store the “Recent Projects and Solutions” items for the File menu?

Where (in which file or which registry key) does Visual Studio 2010 remember the list of recently-opened projects and solutions?

like image 214
Timwi Avatar asked Dec 06 '25 09:12

Timwi


1 Answers

It’s in the registry key HKEY_CURRENT_USER\Software\Microsoft\Visual Studio\10.0\ProjectMRUList.

like image 99
Timwi Avatar answered Dec 09 '25 06:12

Timwi