Tag: disk cleanup

Delete files using Disk Cleanup

April 17, 2008 by Jason

If you want to reduce the number of unnecessary files on your hard disk to free up disk space and help your computer run faster, use Disk Cleanup. It removes temporary files, empties the Recycle Bin, and removes a variety of system files and other items that you no longer need.

1. Open Disk Cleanup by clicking the Start button Picture of the Start button, clicking All Programs, clicking Accessories, clicking System Tools, and then clicking Disk Cleanup.

2. In the Disk Cleanup Options dialog box, choose whether you want to clean up your own files only or all of the files on the computer. Administrator permission required If you are prompted for an administrator password or confirmation, type the password or provide confirmation. Read More»

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»

How to increase disk space in case of Low Disk space

April 03, 2008 by Jason

Do you feel that the free space on your hard-disk is too little ? Does it seem that something fishy is going on which is eating your hard-disk space? If your answer is yes, read on till end to uncover the secrets of this type of behavior.

Some of the key reasons are:

* Temp files on C drive
* Temporary Internet files
* Backup files created during installation
* Windows system restore data
* Duplicate copies of large files like movies, songs etc.
* Deleting Uninstall files for windows updates.

There are some more reasons as well, but these are most common reasons which can be observed. Now the important question, how to fix it ? Lets read on for the solution. 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»