cleanup program

You are currently browsing the articles from MS Windows Articles, Reviews and Videos matching the category cleanup program.

Remove Old Files After Vista SP1 Installation

My friend and I were discussing ’s 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 . 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 up.

Anyway, this post is about cleaning up after has finished installing in your PC. The thing with 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 and Add/Remove but with XP, there’s no obvious process.

However, SP1 has a cleanup . All you have to do is to press the key or hit the Start Orb and in the Start Search line, enter: vsp1cln.exe. Run the to clean up old and replaced files. No screencast for this one since it’s a pretty straightforward process.

Caveat: Only do this if you’re dead sure that you’re satisfied with SP1. This is almost an irreversible process unless of course you reformat and do a fresh install of Vista straight from the installer.

Tags:, , , , , , , , , , ,

Related posts

Written by Jason on April 11th, 2008 with no comments.
Read more articles on Contributors and Installation and Performance and Windows Vista and cleanup program and disk cleanup and microsoft and physical memory and service pack and sp1 installation and vista sp1 and windows.

A Better Disk Cleanup

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
(more…)

, , , , , , , , , , ,

Written by Jason on November 15th, 2007 with comments disabled.
Read more articles on appication and cache and cleanmgr and cleanup program and disk cleanup and disk space and performance decrease and prefetch folder and unattended and windows and windows prefetch directory and windows system32.

A Better Disk Cleanup

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
(more…)

, , , , , , , , , , ,

Written by Jason on November 15th, 2007 with comments disabled.
Read more articles on appication and cache and cleanmgr and cleanup program and disk cleanup and disk space and performance decrease and prefetch folder and unattended and windows and windows prefetch directory and windows system32.