Powerful Universal Delete code, you can also be the system of

Source: Internet
Author: User

Have you ever encountered the following situation when deleting a folder

Folder can not be deleted, what will you do at this time.

In fact, this is usually a malformed folder, as to what is a malformed folder, their own Baidu, this folder in a common way can not be deleted, perhaps you will choose to use 360 software such as the strong deletion, may be deleted, below I give you another simple and practical method:

First, create a new text document that contains the following @echo off
If not exist \\?\%1 (
Echo will be deleted by the file to this program can not run the program directly

echo by ma6174

Pause

Exit
)
Echo y| Cacls%*/c/t/P everyone:f
del/f/a/q \\?\%1
RD/S/q \\?\%1
del/f/a/s/q%*
RD/S/q \\?\%*
del/f/a/q%*
RD/S/q \\?\%*
del/f/a/s/q \\?\%1
RD/S/q \\?\%1

Then change the file name to "Universal Delete. Bat", note that the suffix name must be bat, so that a powerful universal removal software is ready, later, directly to delete the folder directly dragged to the software above can be directly deleted (do not double-click to open, useless), not to move to the Recycle Bin, is completely deleted, And do not need to confirm, strong enough, haha, try ...

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.