PC Review


Reply
Thread Tools Rate Thread

C:\Documents and Settings\username\Local Settings\Temp - files??

 
 
Dennis_S
Guest
Posts: n/a
 
      1st Jun 2010
I have amost 400MB of files and folders in my C:\Documents and
Settings\username\Local Settings\Temp folder.

Do I need keep any of these files and folders?

Thanks.
 
Reply With Quote
 
 
 
 
Tom Willett
Guest
Posts: n/a
 
      1st Jun 2010

No.
"Dennis_S" <(E-Mail Removed)> wrote in message
news:6D9270D3-0B95-4F36-BF57-(E-Mail Removed)...
:I have amost 400MB of files and folders in my C:\Documents and
: Settings\username\Local Settings\Temp folder.
:
: Do I need keep any of these files and folders?
:
: Thanks.


 
Reply With Quote
 
Ken Blake, MVP
Guest
Posts: n/a
 
      1st Jun 2010
On Tue, 1 Jun 2010 11:59:01 -0700, Dennis_S
<(E-Mail Removed)> wrote:

> I have amost 400MB of files and folders in my C:\Documents and
> Settings\username\Local Settings\Temp folder.
>
> Do I need keep any of these files and folders?



No, they 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.

Some people may suggest that you reboot before deleting anything, but
that's not necessary, for the reason described above (on the other
hand, it doesn't hurt to do it).




--
Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
Please Reply to the Newsgroup
 
Reply With Quote
 
Tim Meddick
Guest
Posts: n/a
 
      1st Jun 2010
You can use the "drive-clean-up" utility, when run, this built-in XP
program automates :

* Deletion of The TEMP folder.
* Deletion of Temporary Internet Files
* Clearing Download Program Files Folder
* Deleting Offline Web Pages
* Deletion of MS Office Temp Files
* Deletion of Office Setup Files
* Emptying of the Recycle Bin
* Deletion of Setup Log Files
* Deletion of Web Client / Publisher Temp Files
* Compress Old Files

To start this utility, type the following into the "Run" box on the Start
Menu :

cleanmgr.exe c:

....or replace [c:] with the drive you want to claim back some disk-space
on.

==

Cheers, Tim Meddick, Peckham, London. :-)




"Dennis_S" <(E-Mail Removed)> wrote in message
news:6D9270D3-0B95-4F36-BF57-(E-Mail Removed)...
>I have amost 400MB of files and folders in my C:\Documents and
> Settings\username\Local Settings\Temp folder.
>
> Do I need keep any of these files and folders?
>
> Thanks.


 
Reply With Quote
 
Dennis_S
Guest
Posts: n/a
 
      1st Jun 2010
Thanks for the replies guys. Ken, very nice detailed explanation.

Dennis

"Ken Blake, MVP" wrote:

> On Tue, 1 Jun 2010 11:59:01 -0700, Dennis_S
> <(E-Mail Removed)> wrote:
>
> > I have amost 400MB of files and folders in my C:\Documents and
> > Settings\username\Local Settings\Temp folder.
> >
> > Do I need keep any of these files and folders?

>
>
> No, they 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.
>
> Some people may suggest that you reboot before deleting anything, but
> that's not necessary, for the reason described above (on the other
> hand, it doesn't hurt to do it).
>
>
>
>
> --
> Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
> Please Reply to the Newsgroup
> .
>

 
Reply With Quote
 
Leonard Grey
Guest
Posts: n/a
 
      1st Jun 2010
Without having any clue about what those files are, I would be hesitant
to make a recommendation.

It's tempting to say "they're just temporary files...get rid of them."
But the truth is: You should never get rid of files without a reason.
---
Leonard Grey
Errare humanum est

Dennis_S wrote:
> I have amost 400MB of files and folders in my C:\Documents and
> Settings\username\Local Settings\Temp folder.
>
> Do I need keep any of these files and folders?
>
> Thanks.

 
Reply With Quote
 
Ken Blake, MVP
Guest
Posts: n/a
 
      1st Jun 2010

On Tue, 1 Jun 2010 12:56:01 -0700, Dennis_S
<(E-Mail Removed)> wrote:

> Thanks for the replies guys. Ken, very nice detailed explanation.




You're welcome, and thanks for the kind words.




> "Ken Blake, MVP" wrote:
>
> > On Tue, 1 Jun 2010 11:59:01 -0700, Dennis_S
> > <(E-Mail Removed)> wrote:
> >
> > > I have amost 400MB of files and folders in my C:\Documents and
> > > Settings\username\Local Settings\Temp folder.
> > >
> > > Do I need keep any of these files and folders?

> >
> >
> > No, they 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.
> >
> > Some people may suggest that you reboot before deleting anything, but
> > that's not necessary, for the reason described above (on the other
> > hand, it doesn't hurt to do it).
> >
> >
> >
> >
> > --
> > Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
> > Please Reply to the Newsgroup
> > .
> >


--
Ken Blake, Microsoft MVP (Windows Desktop Experience) since 2003
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
~df****.tmp files in C:\Documents and Settings\Administrator\Local Settings\Temp H@C0 Windows XP General 9 19th Jan 2008 04:06 AM
Danger in Purging \Documents and Settings\<User Name>\Local Settings\Temp ? rnott@lternet.edu Windows XP Configuration 2 22nd Aug 2006 01:50 AM
Delete C:\Documents...\user\Local Settings\Temp files? Whiten Windows XP Performance 5 24th Nov 2003 02:39 AM
C:\Documents and Settings\Miller\Local Settings\TEMP Miller Windows XP Performance 3 19th Oct 2003 02:26 AM
Re: What is - C:\Documents and Settings\My Acct\Local Settings\Temp\ - used for ?? Patmor Windows XP General 0 9th Aug 2003 02:35 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:32 AM.