How many characters are the file name length? What should I do if the file name is too long to be deleted?

  
                

The default character length of the Win7 system is 255 characters, just as the IP address is also the highest value of 255. If the file name exceeds the character limit, the file will not be moved, cannot be copied, cannot be deleted, or even run. Many users are worried, how do we delete such long-length characters?

Procedure:

1, right-click and select & ldquo; New - & rdquo ;, FIG text document:

2, double-click to open Text document, enter the code:

  1. 01
    DEL /F /A /Q \\\\?\\%1RD /S /Q \\\\?\\%1

    copy the code DEL /F /A /Q \\\\ \\% 1RD /S /Q \\\\ \\% 1

    and save as:??

    3, the text document Rename it to “del.bat” (note that the suffix format is modified here), and then drag the file over the character to “del.bat”, you can delete it directly.


    Users can rest assured that a character named more than 255 characters, the computer will remind, if the number of characters you receive a file more than 255 characters, the file may be Win10 official The system is named after the version.

Copyright © Windows knowledge All Rights Reserved