topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 2:50 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Clearing up Windows temp files  (Read 4876 times)

curtisw2000

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 8
    • View Profile
    • Donate to Member
IDEA: Clearing up Windows temp files
« on: March 02, 2009, 05:22 PM »
So a long time ago (98 SE time frame) I had this interesting program that was nice but I cannot remember what it was called or anything...

So you know when your computer starts running slow b/c it's been a while since you restarted it or something.  Then you restart it and it works fine again.  Well this little program would do that without the restart.  Basically it would be an icon sitting down by the clock.  Then you'd right click it and it'd clear out all the files (or whatever) that Windows does when you restart...without the restart.  I'm not sure what it cleared or anything, but the computer would be running just as quick as if you restarted.  It wouldn't like restart any programs or anything, and it happened pretty much instantly.

Anyways, I think such a program would be quick to make and many people would find it useful....I know I would certainly appreciate it...

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: IDEA: Clearing up Windows temp files
« Reply #1 on: March 03, 2009, 02:30 AM »
It's easy enough to delete %TEMP%, but it's not going to fix any slowdown problems - those are caused by other issues, and shouldn't really be happening in NT versions of Windows (although sucky 3rd-party applications might have leaks or poor memory management, and thus could use a restart).
- carpe noctem

curtisw2000

  • Supporting Member
  • Joined in 2009
  • **
  • Posts: 8
    • View Profile
    • Donate to Member
Re: IDEA: Clearing up Windows temp files
« Reply #2 on: March 03, 2009, 07:55 AM »
I'm actually running XP now.  It really doesn't happen anymore unless my computer is on for >24 hours w/o restart.  But I found that the program would fix my computer anytime it started to bog down. 

I understand that this description is a little vague but that's all I knew about it.  It's probably far more complicated than I realize...

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: IDEA: Clearing up Windows temp files
« Reply #3 on: March 03, 2009, 09:24 AM »
I haven't seen Windows behave like this for years - and I've often run XP (and before that, Win2k) for several days without rebooting. But I guess you might have a combination of low RAM and some buggy software running... my advice would be checking process memory consumption (using a proper tool like Process Explorer) and check whether you've got any software with very high "private bytes" or "WS private" usage.

FireFox is one of the applications that need to be restarted periodically, even FF3 with it's much improved memory allocation and cleanup.
- carpe noctem

Hello71

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 4
    • View Profile
    • Donate to Member
Re: IDEA: Clearing up Windows temp files
« Reply #4 on: April 05, 2009, 04:56 PM »
It might actually be a combination of the above and Win9xSE's poor mem handling. Probably cleared the working set, etc. As to why XP works better, XP does a much better job of memory handling and garbage collection (especially with new automated garbage collection for beginning programmers) like automatically trimming the working set of programs when they minimize.

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: IDEA: Clearing up Windows temp files
« Reply #5 on: April 05, 2009, 06:01 PM »
Garbage collection is really a feature of .NET (and other programming platforms), not XP... and it isn't just a feature for "beginning programmers" :)
- carpe noctem