C drive temporary files are in the directory "%USERPROFILE%\AppData\Local\Temp". The method to set the temporary file path: first find the "TEMP" and "TMP" options in the environment variables dialog box; Then select one of the options and click Edit; finally, modify the storage location of the variable value.
Recommendation: "PHP Video Tutorial"
The default temporary folder of the system is stored in the C drive. %USERPROFILE%\AppData\Local\Temp.
【The more things on the C drive, the more detrimental it is to the system. A large part of the reason for poor system stability and slow startup is that the C drive takes up a lot of space and resources cannot be released reasonably. These system garbage should be cleaned up in time to improve the overall performance of the system. 】
【In the environment variables dialog box, you will see the "TEMP" and "TMP" options. These two are temporary folder setting options. Select one of them. Click Edit. You can modify the storage location in the variable value column. It is best to put it on a non-C drive. After confirmation, the temporary file will be stored in the other set drive letter. 】
The above is the detailed content of Where are the temporary files on the c drive?. For more information, please follow other related articles on the PHP Chinese website!