[Adds Defrag to the right click context menu in Windows XP] -



Adds Defrag to the right click context menu in Windows XP

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



Posted by: microsoftne

Save the following text as a ".inf" file, then just right click & install
That's it..just right click on a drive letter & defrag.

; 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"