Registry command to delete SVN files

Create a text file named kill-svn-folders.reg (the extension is changed from txt to reg) with the following content:


Windows Registry Editor Version 5.00

[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\" \""

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326495849&siteId=291194637