Remove SVN control and remove the green hook icon
What should I do if I accidentally set a folder to the svn directory and want to remove svn control? Here is a solution.
(1) copy the following code to the txt file, change the extension to reg, and put it in any directory, such as the desktop. Double-click the file to import the information to the Registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ Folder \ shell \ DeleteSVN]
@ = "Delete SVN"
[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 \"\""
(2) Right-click any folder and a "Delete SVN" option will appear. Then, you only need to execute this operation on the directory to which the SVN control needs to be removed.
(3) refresh the directory after processing.
Articles you may be interested in
- How does php clear html format, remove spaces in text, and intercept text?
- Common JS function collection (remove spaces, verify email addresses, dates, positive integers, etc)
- Php clears (deletes) the files in the specified directory, and does not delete the directory folder.
- How to Use jquery to control the display of user-uploaded pictures with too much width
- Php uses array_flip to implement array key-value exchange to remove array duplicate values
- Shoulder and back muscles exercise-squat rowing-leaning and standing-standing and standing-leaning and bending-sitting posture and neck pull down-leaning and holding up-neck front wide grip leading up
- Common Values of Cache-control include private, no-cache, max-age, and must-revalidate.
- PHP compresses html webpage code (clear spaces, line breaks, tabs, comment tags)