Home » Other

Automatically defrag drives

30 January 2008 8 Comments



Cool XP tips & tricks: Sutomatic defrag (click to enlarge)

I found an article on the web the other day about automatically defragmenting drives and thought that I might just as well post a tutorial about it here. Basically, this allows you to defrag any drive by right-clicking on it and choosing “defrag.”

To enable this, open notepad and paste the following code:

; context_defrag.INF

; Adds Defrag to the right click context menu in Windows XP

[version]
signature=”$CHICAGO$”

[DefaultInstall]
AddReg=AddMe

[AddMe]

HKCR,”Drive\Shell\Defrag\command”,,,”DEFRAG.EXE %1″

Next save it as context_defrag.inf onto your desktop or basically anywhere… (Note: be sure to save it as All Files and not Text Documents!)

Right-click on it, choose Install and you’re ready to start defragmenting!

I believe the original article by Paul Thurrott is here.


More cool XP tips & tricks HERE!

8 Comments »

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.