Tag: Scheduled

Schedule a weekly defragmentation

October 22, 2008 by Jason

If it seems like your computer has gotten slower since you bought it, it probably has. One of the biggest factors that slows down your computer’s performance is fragmentation, a situation that occurs over time, in which files on your hard drive become divided into small pieces. Your computer must read a file to open, save, or close it. So when it reads each piece of a fragmented file separately, the effect is that the file can seem “slow” when you’re working with it.

Defragmenting your hard drive is the process of putting all the scattered pieces of files back together. Microsoft Windows XP includes a tool that will defragment your hard drive for you. To keep your system performing well, it’s a good idea to have Windows XP automatically defragment your hard drive every week. Read More»

Windows Vista automatically shutdown at a certain time

October 21, 2008 by Jason

Right now, I am actually looking for some instructions on how to automatically shutdown the computer by using only the built-in components of Windows Vista, without any additional “shutdown computer” applications (oh boy, there are thousands or even billions of those). I am thinking about using Task scheduler in Windows to set up a computer shutdown command in some way. Any other ideas?

I try to always use built-in functions in Windows to do a task before I use “other” software. Using little applications to perform tasks opens the door to bugs and crashes. Most of the times there are built in functions to perform most tasks. Most people just don’t know about or how to use them. 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»