Win7 batch clear svn format file skills

  

Win7 system will produce a lot of .svn suffix files after using the svn tool, and such files are usually useless, and the number is large, if there are ways to bulk delete Then save a lot of things, the following small series will introduce you to the Win7 system bulk delete svn format file.

1. First, you need to go back to the desktop location, then find a blank space, click the right mouse button, select New - Notepad document.

2. After that, double-click to open the Notepad document, and then copy the following code: 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 \\ & rdquo; %% f IN (.svn) DO RD /s /q \\ & ldquo; %% f \\ & rdquo; \\ & ldquo; & rdquo; after

3. completed, click on the top window File - Save As, then save the file as a .reg file, for example, delete the .Svn file.reg, then double-click the .svn file to remove the .reg file and import it into the registry.

4. Finally, find the folder containing “.Svn” select its file and right click to select “DeleteSVN” to delete.

The above is how Win7 bulk delete .svn file is introduced. If your system has a large number of files of this format, it is best to clear it.

Copyright © Windows knowledge All Rights Reserved