

- #HOW TO MAKE COMPUTER FASTER BY DELETING TEMP FILES UPDATE#
- #HOW TO MAKE COMPUTER FASTER BY DELETING TEMP FILES WINDOWS 10#
/002_how-to-delete-temporary-files-in-windows-2624709-5bb2541246e0fb002615950a.jpg)
Type the following command to go back one level in the folder path and press Enter: cd. Using *.* tells the del command to delete every file and > nul disables the console output improving performance and speed. The /s option executes the command for all files in any folder inside the folder you’re trying to remove. In the command, we use the /f option to force the deletion of read-only files. Type the following command to delete all the files in that folder without showing the output and press Enter: del /f/q/s *.* > nul
#HOW TO MAKE COMPUTER FASTER BY DELETING TEMP FILES UPDATE#
In the command, make sure to update the path to the folder you want to delete. Type the following command to navigate to the folder that you want to delete and press Enter: %USERPROFILE%\path\to\folder Search for Command Prompt, right-click the top result, and select the Run as administrator option. Warning: Typing the wrong path may delete files in the wrong location, so make sure to use these instructions carefully.
#HOW TO MAKE COMPUTER FASTER BY DELETING TEMP FILES WINDOWS 10#
To delete a large number of files on Windows 10 using the del and rmdir commands, use these steps: Delete large folder fast adding context menu optionĭelete large folder fast using Command Prompt.Delete large folder fast using Command Prompt.In this guide, you will learn the fastest way to delete large folders with thousands of files using command lines and the instructions to add an option on the right-click context menu to automate the process with just one click. The only caveat is that you need to be comfortable using Command Prompt.

However, you can significantly speed up the process to only a few seconds using a few command lines. The reason is that during the delete process, Windows 10 runs calculations, analyzes, and shows updates as files and folders get deleted on the screen, something that usually takes time when deleting a large folder with thousands of files and subfolders. On Windows 10, sometimes you need to delete folders containing many files, and using File Explorer can take a long time.
