PC Review


Reply
Thread Tools Rate Thread

clean SET*.TMP files in windows\system32 folder ?

 
 
nospam
Guest
Posts: n/a
 
      11th Jan 2009
Cleaning my HD I found 173 tmp files, all in the format SET???.TMP in
the systems32, and a few in the system32\wbem and system32\setup
folders. All date from months, if not years ago.

Can I clean them ?

TIA

-ft
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      11th Jan 2009

"nospam" <(E-Mail Removed)> wrote in message
news:496a07b6$0$4055$(E-Mail Removed)...
> Cleaning my HD I found 173 tmp files, all in the format SET???.TMP in the
> systems32, and a few in the system32\wbem and system32\setup folders. All
> date from months, if not years ago.
>
> Can I clean them ?
>
> TIA
>
> -ft


By convention, all files ending on .tmp are temporary files and can be
deleted. If unsure, move them into a holding folder for a week or two before
you delete them permanently, e.g. by running these commands from a Command
Prompt:
xcopy /s /c /y c:\Windows\*.tmp c:\TempFolder\
del /s c:\Windows\*.tmp


 
Reply With Quote
 
Ken Blake, MVP
Guest
Posts: n/a
 
      11th Jan 2009
On Sun, 11 Jan 2009 15:52:49 +0100, nospam <(E-Mail Removed)> wrote:

> Cleaning my HD I found 173 tmp files, all in the format SET???.TMP in
> the systems32, and a few in the system32\wbem and system32\setup
> folders. All date from months, if not years ago.
>
> Can I clean them ?



Don't clean them, but delete them. Temp files can, and should be,
deleted periodically.

The temp folder provides workspace for programs. Programs can create
temporary files there for their own temporary use. Each program should
delete all its temporary files when it closes, but for various reasons
it doesn't always happen (for example, if the program crashes, it
never gets to do this). That's why it's a good idea to periodically
clean out anything left there.

Also note that there are some program installations which work in two
steps. The first step concludes by writing temporary files and
rebooting. The second step starts automatically after rebooting and
needs to find those files there (and then deletes them when it's
done).

Other than doing it automatically when rebooting (that would interfere
with installations like the kind I described), it's always safe to
delete the contents of the temp folder. Because it's safe to delete
any temp files that aren't open and in use by an application, and
since Windows won't let you delete open files, it's safe to (try to)
delete them at any time. If any fail to delete because they're open,
they'll either be deleted automatically when the app using them
closes, or you'll get them the next time you delete manually.


--
Ken Blake, Microsoft MVP - Windows Desktop Experience
Please Reply to the Newsgroup
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Which software removes some dll files from Windows\System32 folder? fred Windows XP General 14 23rd Jul 2009 08:21 PM
Attach files saved at System32 Windows folder!? (and missing) Benedita Windows Vista Mail 3 6th May 2009 09:15 AM
RO****.tmp.log files in system32 folder ? Daffie Windows Vista General Discussion 0 29th Oct 2007 12:02 PM
How to access files in %windows folder%/system32 by asp.net/c#?? RC Microsoft ASP .NET 1 25th Jan 2005 02:45 PM
*.NLS files removed from SYSTEM32 folder, now replaced. Now windows hangs bootin steve Windows XP General 0 13th Nov 2003 03:50 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:33 AM.