Skip to content

Instantly share code, notes, and snippets.

@zhlkkk
Created December 5, 2014 06:57

Revisions

  1. lk.zh created this gist Dec 5, 2014.
    5 changes: 5 additions & 0 deletions cleanSvn.reg
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]
    @="Clear SVN"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command]
    @="cmd.exe /c \"TITLE Removing SVN Folders in %1 && COLOR 9A && FOR /r \"%1\" %%f IN (.svn) DO RD /s /q \"%%f\" \""