This tip was submitted to the SearchWin2000 Tip Exchange by member Robert Shahon. Let other users know how useful it is by rating the tip below.
Create a new registry import file named "context_defrag.inf" in Notepad (be sure to save it with the Save as type set to "All Files" and not "Text Documents") and place the following text inside:
; context_defrag.INF
";" Adds Defrag to the right click context menu in Windows XP
[version]
signature="$CHICAGO$"
[DefaultInstall]
AddReg=AddMe
[AddMe]
HKCR,"DriveShellDefragcommand",,,"DEFRAG.EXE %1"
Then, right-click and choose install. This will add a context menu to XP that allows you to automatically defrag drives, using the command line version of the built-in defragmentation utility. To use it, navigate to a drive in My Computer, right-click, and choose Defrag. A command line window will appear and that drive will be defragged. When it's complete, the window just disappears.
To remove this functionality, Open regedit.exe and navigate to the following location:
HKEY_CLASSES_ROOTDriveshell
Then delete the defrag folder and close Regedit.
Requires Free Membership to View
This was first published in June 2002
Enterprise Server Strategies for the CIO
Join the conversationComment
Share
Comments
Results
Contribute to the conversation