Home  >  Article  >  Teach you how to delete the temp folder in win10

Teach you how to delete the temp folder in win10

王林
王林forward
2023-07-08 16:13:155094browse

Many Win10 system users will find a temp folder that takes up a lot of memory in the system disk, causing a large amount of space on the C drive to be occupied. A netizen wants to delete the temp folder, but is not sure whether it can be deleted. He would like to ask how to delete the temp folder in win10. The editor below will teach you how to delete the temp folder in win10.

First of all, Temp refers to the system temporary folder. Many favorites and temporary files for browsing the web are placed here, which are temporarily saved according to the process of your operation. If necessary, it can be deleted manually.

How to delete the temp folder? The specific steps are as follows:

Method 1:

1. Press the [Win R] key combination to open run, enter temp in the run box, and click OK;

Teach you how to delete the temp folder in win10

2. At this time, the temp folder will be opened, then select all the files in it and delete them.

Teach you how to delete the temp folder in win10

Method 2: Make a bat batch file

1. Create a new text document and enter the code as shown:

RD %TEMP% /S/Q

MKDIR %TEMP%

Teach you how to delete the temp folder in win10

2. Then save it as *.bat format, and the save type is all files (*.*). Then just run TA.

Teach you how to delete the temp folder in win10

The above is how to delete the temp folder in win10. I hope it can help you.

The above is the detailed content of Teach you how to delete the temp folder in win10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:windows7en.com. If there is any infringement, please contact admin@php.cn delete