How to quickly delete .Svn files under Windows system

  

Users will generate some .Svn files in the folder when installing some software. Users can quickly delete the files by the following method.

Procedure

Create a new text document on your desktop.

Copy the following code into a text document.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREClassesFoldershellDeleteSVN] @="Delete SVN Folders"

[HKEY_LOCAL_MACHINESOFTWAREClassesFoldershellDeleteSVNcommand]

@="cmd.exe /c "TITLE Removing SVN Folders in %1 && COLOR 9A && FOR /r "%1" %%f IN (.svn) DO RD /s /q "%%f" " ;"

Rename the text document to “delete the .Svn file.reg” format. The prompt to select “ is & rdquo; can be called a registry file, double-click to register.

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

Copyright © Windows knowledge All Rights Reserved