Deleting information from your computer is easy if you don’t mind deleting everything. This is not optional unless you are actually preparation on reinstalling windows and starting from scratch!
1. Download a program called Secure Erase from the internet and save it to a floppy disk or CD-R. You may need to unzip the file first.
2. Access BIOS during the boot stage before the computer gets to the OS screen. This can be accomplished by pressing whatever key the computer tells you to when it says “”Press F2 to enter start-up”, for example.
3. Change the boot order so that the computer boots from either the CD drive or floppy drive, depending on which drive you used for your Secure Erase program.
4. Exit BIOS. The DOS prompt should appear once the computer has started up. Read More»
Posted in Computer | No Comments »
February 19, 2008 by
Jason
The Windows Vista Disk Defragmenter has been improved over the Windows XP version, but you can’t see or use all the best features unless you run it from the command line. By default the defrag tool only defragments files smaller than 64 MB, because according to Microsoft’s benchmarks, fragments of this size, which already consist of at least 16000 contiguous clusters, have a negligible impact on performance. If you still want to defrag files larger than 64 MB too, you need to use the -w switch mentioned below to defragment files of all size.
Disk Defragmenter does not defragment files in the Recycle Bin, or files which are in use. Disk Defragmenter will not degragment Bootsect dos, Safeboot fs, Safeboot csv, Safeboot rsv, Hiberfil sys, Memory dmp, or the Windows page file. Using the -b parameter will optimize these boot files. Read More»
Posted in Computer, Windows Vista | No Comments »
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»
Posted in Computer | 1 Comment »
If you’ve ever run the Windows XP’s Disk Cleanup utility, you probably discovered that your temporary files occupy a significant amount of space. You might select the Temporary Files check box in order to allow the Disk Cleanup utility to delete the files in the Temp folder, but the Disk Cleanup utility will not remove all of the files. The reason for this oddity is that the configuration for the Disk Cleanup utility does not allow deletion of files accessed in the last seven days.
By altering the LastAccess value in the registry, you can configure the Disk Cleanup utility to delete all the files in the Temp folder regardless of the last accessed date. Here’s how: Read More»
Posted in Windows XP | 2 Comments »
With Windows Vista, third party Partition application like Partition Magic, Disk Director or any other Partition Manager is no more required because Windows Vista itself is equipped with their in-house partition manager.
This vista partition application is easy to use which it allow to shrink and extending existing partition like other popular partition program. Below is the simple step to shrink and extend vista partition. Read More»
Posted in Windows Vista | 10 Comments »