Tag: cleanup program

Remove Old Files After Vista SP1 Installation

April 11, 2008 by Jason

My friend and I were discussing Vista SP1’s performance since we both run Vista for our rigs. We’re on both ends of the spectrum though, with me running on Home Basic, and he, running on Ultimate. Not the same specs though since his rigs a juiced up gaming box and mine’s a workhorse lappie. One thing we’ve noticed is the memory consumption of physical memory. It’s taking up 1+ GB on a fresh boot. So we’re still running tests on whether this is just normal behavior or a classic Microsoft up.

Anyway, this post is about cleaning up after Vista SP1 has finished installing in your PC. The thing with service pack installations ever since XP SP1 and SP2 is that they don’t really mop up after changing all of your files. In XP, you can see do the clean up via Disk Cleanup and Add/Remove Programs but with XP, there’s no obvious process. Read More»

A Better Disk Cleanup

November 15, 2007 by Jason

This tip will show you how to create an unattended disk cleanup which will also empty your prefetch folder. This tip assumes you have Windows XP installed in c:\windows.

Step 1.
Create a new text file and place the following contents inside:

c:\windows\system32\cleanmgr.exe /dc /sageset: 1
c:
cd \
cd c:\windows\prefetch
del *.* /q
Read More»