Home Register Members List Search Today's Posts Mark Forums Read

Go Back   TechFuels Forum > Software > Windows XP

Reply
 
LinkBack Thread Tools
Alan Knott
Senior Member
 

Alan Knott is offline  
Old 04-28-2009, 05:30 AM
  #1 (permalink)
Sort your data

Defragmentation organizes the data on your hard drive so that Windows can get to it quicker. Vista constantly runs the service in the background, but XP users do !Jot have this luxury. If you are using XP, you can make sure that the drive is regularly defragmented and your resources are managed well, by having the defrag tool run in the background whenever your screensaver timeout is activated. This also ensures that your computer isn't occupied with background tasks when you are actually using it. To set it up, you need to tinker around and type out a small batch file, which you will later execute using a small utility called RunSaver. Open Notepad from Start I All Programs I Accessories' and enter the folloWing command:

With this simple script, you instruct Windows to defragment the system drive "C". Adding the parameter "-f" removes the need for the user to intervene so that the program can just start on its own.

If you want to clean up other drives, repeat the line and replace "C:" with the letter of any desired drive. Save the file with a name like "AutoDefrag" and the extension BAT.

Name:  Sort your data.jpg
Views: 11
Size:  62.3 KB

Now, copy the file to "\Windows\ system32", so that you can activate it as a screensaver. Under 'Start I Control Panel I Display 1 Screen Saver", select RunSaver as the active screen saver and then click the 'Settings' button. Enter the path for the batch file you just created in the 'Command' field of the dialog box that pops up. As soon as the computer has a few minutes idle, the screen saver is activated and the optimization routine is triggered. It stops when you move the mouse or press a button, just like any screen saver. Of course the defragmentation starts all over again the next time your computer is idle, but the hard disk is not affected adversely.

Before you configure a screen saver defragmentation routine, you should clean the hard disk manually once. This way, subsequent runs only need a few minutes, and will invariably complete when your PC is idle. You can run the Defrag tool manually by clicking 'Start I All Programs I Accessories I System Programs I Defragmentation'.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sort Data In A Protected Worksheet poulharis Everything Else 0 08-06-2008 03:31 PM
Data Bank 120GB Portable Digital Data Backup qorian94 Storage 0 07-24-2008 09:31 AM
Data Bank Portable 120GB Digital Data Storage jakarta659 Hard Disk 0 07-16-2008 03:01 PM
How Sort out the Excel jordan Everything Else 0 05-19-2008 01:35 PM
Sort Menus Alphabetically vandana43 Applications 0 03-12-2008 11:34 AM


All times are GMT +1. The time now is 04:45 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0
Copyright Techfuels


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143