performance decrease

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

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.