Windows Registry Editor Version 5.00 ; This will add an entry to your registry so that when you ; right click on a directory in windows explorer, you can ; run a command that will recursively go through and delete ; all the hidden .svn folders ("Delete SVN Folders"). [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] @="Delete SVN Folders" [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\" \""