How to quickly delete an. svn file under Windows system

Source: Internet
Author: User
Tags svn

Some of the folders are created when the user installs some software. SVN file, the user can quickly delete the file in the following way.

Operation Steps

Creates a new text document on the desktop.

Copy the following code to paste into the 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" ""

Then rename the text document to delete. SVN file. reg "format. When prompted to choose Yes can be called a registry file, double-click Register.

Then locate the folder containing the ". SVN "Select its file and right-click to select" Deletesvn "to remove.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.