VS 最近打开清理bat

    

    VS2008RecentCleaner.bat 

    @echo off 
    @REG Delete HKCU\Software\Microsoft\VisualStudio\9.0\FileMRUList /va /f
    @REG Delete HKCU\Software\Microsoft\VisualStudio\9.0\ProjectMRUList /va /f

 

 

    

    VS2010RecentCleaner.bat 

    @echo off 
    @REG Delete HKCU\Software\Microsoft\VisualStudio\10.0\FileMRUList /va /f
    @REG Delete HKCU\Software\Microsoft\VisualStudio\10.0\ProjectMRUList /va /f

 

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

 

posted on 2017-04-07 16:04  我来乔23  阅读(268)  评论(0编辑  收藏  举报

导航