Clear the list of recent projects on the Visual Studio start page

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.