TEMP FOLDER QUESTION

  • Thread starter Thread starter KIERAN
  • Start date Start date
KIERAN said:
Is it safe to delete everything out of my temp folder......?

Reboot first, then delete to the RECYCLE BIN, where files can be restored
if needed. Later, empty the BIN. Files currently in use cannot be deleted.
 
Yep... I'd do it right after booting up (or rebooting). You may run into
files that can't be deleted in there, that's why I prefer to use the
deltree.exe command that was part of Windows 9x. I just go to the temp
directory in a DOS window, and type in 'deltree.exe /y .' It can be a
dangerous command though if it's not used properly, I think that's why MS
never included it with the NT line of OS's.

--
Posted 'as is'. If there are any spelling and/or grammar mistakes, they
were a direct result of my fingers and brain not being synchronized or my
lack of caffeine.

Mike Brearley
 
NT's eq is rd /s
Mike Brearley said:
Yep... I'd do it right after booting up (or rebooting). You may run into
files that can't be deleted in there, that's why I prefer to use the
deltree.exe command that was part of Windows 9x. I just go to the temp
directory in a DOS window, and type in 'deltree.exe /y .' It can be a
dangerous command though if it's not used properly, I think that's why MS
never included it with the NT line of OS's.

--
Posted 'as is'. If there are any spelling and/or grammar mistakes, they
were a direct result of my fingers and brain not being synchronized or my
lack of caffeine.

Mike Brearley
 
Deltree is smarter though.
Mike Brearley said:
Yep... I'd do it right after booting up (or rebooting). You may run into
files that can't be deleted in there, that's why I prefer to use the
deltree.exe command that was part of Windows 9x. I just go to the temp
directory in a DOS window, and type in 'deltree.exe /y .' It can be a
dangerous command though if it's not used properly, I think that's why MS
never included it with the NT line of OS's.

--
Posted 'as is'. If there are any spelling and/or grammar mistakes, they
were a direct result of my fingers and brain not being synchronized or my
lack of caffeine.

Mike Brearley
 
wow... after all these years, you'd think I would have typed 'rd /?' in the
command prompt at least once. LOL

--
Posted 'as is'. If there are any spelling and/or grammar mistakes, they
were a direct result of my fingers and brain not being synchronized or my
lack of caffeine.

Mike Brearley


NT's eq is rd /s
 
In
KIERAN said:
is it safe to delete everthing out of my temp folder......?



Yes, they can, and should be, deleted periodically. You can
safely delete anything except those in use, but since Windows
won't let you delete a file in use, it's safe to try to delete
them all.

Just don't delete them automatically as soon as you boot. That
can screw up program installations that work in two steps--the
first step ending by saving temp files and rebooting; the second
step needing to find those temp files when the boot completes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top