Tired of watching the “calculating” dialog box in Windows when deleting a large file or a folder full of files? Try this instead:
-
- Open a command prompt
- Type following commands and hit Enter:
DEL /F/Q/S file-or-folder-to-delete > NUL
No more “calculating” dialog box, files or folders will be deleted quickly. I wish this was the default behavior.