Deleting Temporary Files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've been ill so PCs are new to me. I wanted to save a file to my
flashdrive. I could not because there was enough space or temp files needed
to be deleted. I deleted tons of files yet the system says there is not
enough space. I just purchased the disk. I removed so many files I though
the flash was defective. Then, I noticed the temp business. What are temp
files? How do I know where mine are. How do I delete them in detail. I
don't understand most of these postings.
 
CCleaner A simple program that removes unused and temporary files from
Windows machines.
www.ccleaner.com/



--

Sharon Franks
MCC group
Microsoft Certified Solutions Developer (MCSD)
Microsoft Certified Trainer (MCT).
 
Sharon said:
CCleaner A simple program that removes unused and temporary files from
Windows machines.

And if you're not careful, it will delete files that shouldn't be
deleted.
 
Open the cmmand prompt and type
del %temp%\*.* /q /f /s
press enter
It should delete all unused files.
 
Back
Top