ASP. NET was recently created, and the recently opened project on the Visual Studio start page was messy and I don't know which one is. I want to clear whether Visual Studio has this function. I feel that Microsoft is not doing well! There is still a solution to this problem after checking it online. I will share it with you later.
To clear the recently opened projects in vs2005, run the following command:
1) Delete recently opened files
Run regedit, open HKEY_CURRENT_USER \ Software \ Microsoft \ visualstudio \ 8.0 \ filemrulist, and then delete the corresponding key value on the right.
2) Delete recently opened Projects
The operation is the same as above, but the key value location is different HKEY_CURRENT_USER \ Software \ Microsoft \ visualstudio \ 8.0 \ projectmrulist
(7.1-vs2003, 8.0-vs2005, 9.0-vs2008)
Automatic cleanup:
You can also do a batch processing, put the followingCodeSave it in the file with the extension BAT, and double-click it to clear it. (Clear all)
@ Echo off
@ Reg Delete hkcu \ Software \ Microsoft \ visualstudio \ 8.0 \ filemrulist/VA/F
@ Reg Delete hkcu \ Software \ Microsoft \ visualstudio \ 8.0 \ projectmrulist/VA/F