Tag: Scheduled

A Better Disk Cleanup

November 15, 2007 by Jason

This tip will show you create an unattended which will also empty your prefetch folder. This tip assumes you have XP installed in c:\.

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

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