A batch file that clears the Historical List of Projects and files recently opened by Visual Studio

Source: Internet
Author: User

Visual Studio series ide provides an automatic function to save the list of recently opened projects and files. vs ide saves 25 records by default, then, the sequence is dynamically adjusted based on the frequency and time sequence.

However, sometimes we don't need the list of these files or projects and want to clear them.

These contents are saved in the Registry and can be cleared manually. However, it is more convenient to execute them when a batch is needed.

Save the following content as a batch processing file and execute it. The following 7.1 corresponds to vs 2003, 8.0 corresponds to vs2005, 9.0 corresponds to vs2008

@ Echo off @ Reg Delete hkcu \ Software \ Microsoft \ visualstudio \ 7.1 \ filemrulist/VA/f @ Reg Delete hkcu \ Software \ Microsoft \ visualstudio \ 7.1 \ projectmrulist/VA/f @ reg Delete hkcu \ Software \ Microsoft \ visualstudio \ 8.0 \ filemrulist/VA/f @ Reg Delete hkcu \ Software \ Microsoft \ visualstudio \ 8.0 \ projectmrulist/VA/f @ Reg Delete hkcu \ SOFTWARE \ Microsoft \ visualstudio \ 9.0 \ filemrulist/VA/f @ Reg Delete hkcu \ Software \ Microsoft \ visualstudio \ 9.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.