Instructions to delete large folders quickly on Windows 11

When deleting large folders on Windows 11, the deletion speed will be slower. If you feel that this deletion process is too time-consuming, the article below will help you with additional methods to delete large folders on Windows 11.

When deleting large folders on Windows 11, the deletion speed will be slower than that of small folders. If you feel that this deletion process is too time-consuming, the article below will help you with additional methods to delete large folders on Windows 11. Then the process of deleting large folders on Windows 11 will be shortened.

Delete Large Folder Windows 11 Using Command Prompt

Step 1:

You type Command Prompt in the search bar , then click Run as administrator .

Instructions to delete large folders quickly on Windows 11 Picture 1Instructions to delete large folders quickly on Windows 11 Picture 1

Step 2:

Open the folder on your computer then find the path to the folder, by right-clicking the folder and selecting Copy as Path in the displayed menu.

Instructions to delete large folders quickly on Windows 11 Picture 2Instructions to delete large folders quickly on Windows 11 Picture 2

 

Step 3:

Switch to the Command Prompt interface and type cd followed by the folder path you copied, press Enter to continue. Next, type del /f/q/s *.* > nul and press Enter.

Instructions to delete large folders quickly on Windows 11 Picture 3Instructions to delete large folders quickly on Windows 11 Picture 3

Step 2:

Type cd. and press Enter to go back one level in the directory path. Now type the following command to delete the directory and all its subdirectories and press Enter.

rmdir /q/s tên thư mục

Delete large folders quickly from Windows 11 context menu

Step 1:

Open Notepad and paste the following lines into the interface. Continue to click File > Save As to save this file.

Instructions to delete large folders quickly on Windows 11 Picture 4Instructions to delete large folders quickly on Windows 11 Picture 4

@ECHO OFF ECHO Delete Folder: %CD%? PAUSE SET FOLDER=%CD% CD / DEL /F/Q/S "%FOLDER%" > NUL RMDIR /Q/S "%FOLDER%" EXIT

Navigate to C:Windows on Save As Prompt and save the file with .bat extension.

 

Instructions to delete large folders quickly on Windows 11 Picture 5Instructions to delete large folders quickly on Windows 11 Picture 5

Step 2:

Go to Registry Editor, then navigate to the path HKEY_CLASSES_ROOTDirectoryshell.

Instructions to delete large folders quickly on Windows 11 Picture 6Instructions to delete large folders quickly on Windows 11 Picture 6

Step 3:

Right- click the Shell folder and select New > Key .

Instructions to delete large folders quickly on Windows 11 Picture 7Instructions to delete large folders quickly on Windows 11 Picture 7

Name the new key Fast Delete and press Enter.

Instructions to delete large folders quickly on Windows 11 Picture 8Instructions to delete large folders quickly on Windows 11 Picture 8

Continue right-clicking on the newly created Fast Delete key and select New > Key .

Instructions to delete large folders quickly on Windows 11 Picture 9Instructions to delete large folders quickly on Windows 11 Picture 9

 

Name the new key command and press Enter.

Instructions to delete large folders quickly on Windows 11 Picture 10Instructions to delete large folders quickly on Windows 11 Picture 10

Step 4:

Double-click the default key on the right. On the Edit String bar , enter the following line in the Value data field and click OK.

cmd /c "cd %1 && fast_delete.bat"

Instructions to delete large folders quickly on Windows 11 Picture 11Instructions to delete large folders quickly on Windows 11 Picture 11

The result is when you right-click on the large folder you want to delete and you will see the Fast Delete option to use.

Instructions to delete large folders quickly on Windows 11 Picture 12Instructions to delete large folders quickly on Windows 11 Picture 12

3.5 ★ | 2 Vote