Posts Tagged ‘disk space’

Delete files using Disk Cleanup

Posted by Jason in Computer on April 17th, 2008

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

1. Open by clicking the Picture of the , clicking All , clicking Accessories, clicking Tools, and then clicking .

2. In the Options , choose whether you want to clean up your own files only or all of the files on the . permission required If you are prompted for an password or confirmation, type the password or provide confirmation. (more…)

Vista Machines with More than 4 GB of RAM Have Limited Shut-Down

Posted by Jason in Windows Vista on March 18th, 2008

Vista computers that come equipped with more than 4 GB of memory have limited shut-down options. Essentially, the option is no longer available on Vista machines that feature in excess of 4 GB of RAM. This scenario affects both the 32-bit and the 64-bit editions of Vista, but at the same time also XP and Server 2003. has confirmed that the issue is related to the large quantity of .

“This issue occurs because is disabled on computers that have more than 4 GB of RAM. requires sufficient space to contain the contents of the ’s memory. is poor on a that has more than 4 GB of memory and that has support for . (more…)

A Better Disk Cleanup

Posted by Jason in Computer on November 15th, 2007

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