TEMP Folder

tj107us1

In Runtime
Messages
332
Location
USA
Hey guys were is the TEMP folder that programs use to store temp files, when i was using disk cleanner it says that i have over 17Gbs of data in that folder. I just want to see whats in the before i say delete. I thought it was in the Windows system 32 directory but not sure.

thanks for any help
tj
 
Check C:\Windows\temp. If it's not there, please specify your OS and architecture.
 
\Windows\Temp are temp system files. That's where a lot of system wide installs house temp files.

If you're looking to clear out user temp files, open a command prompt and type:

cd %TEMP%
(case sensitive)

del *.* /f

Temp files are now gone
 
Back
Top Bottom