Adds Defrag to the right click context menu in Windows XP

Status
Not open for further replies.

microsoftne

In Runtime
Messages
469
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"
 
Status
Not open for further replies.
Back
Top Bottom