VS 最近打开清理bat

    

    VS2008RecentCleaner.bat 

    @echo off 
    @REG Delete HKCUSoftwareMicrosoftVisualStudio9.0FileMRUList /va /f
    @REG Delete HKCUSoftwareMicrosoftVisualStudio9.0ProjectMRUList /va /f

    

    VS2010RecentCleaner.bat 

    @echo off 
    @REG Delete HKCUSoftwareMicrosoftVisualStudio10.0FileMRUList /va /f
    @REG Delete HKCUSoftwareMicrosoftVisualStudio10.0ProjectMRUList /va /f

    之后VS版本以此类推,很简单哦!

原文地址:https://www.cnblogs.com/MakeView660/p/6678582.html