Home >System Tutorial >Windows Series >How to delete garbled files in WIN7
php editor Youzi will introduce to you how to delete garbled files in WIN7. When using the WIN7 system, sometimes you will encounter garbled file names. If not handled in time, it may affect the normal use of the file. This article will introduce you in detail how to delete garbled files in WIN7 system to make your file management smoother.
1. Create a new [Text Document] in a blank space on the desktop.
2. Copy the following code into the text [DEL /F /A /Q? %1 RD /S /Q? %1】.
3. After copying and pasting, save the text as a .bat format file.
4. Then drag the file to be deleted into this icon, and the file processing will be automatically executed.
The above is the detailed content of How to delete garbled files in WIN7. For more information, please follow other related articles on the PHP Chinese website!