No defragmentation

  • Thread starter Thread starter Christine Brown
  • Start date Start date
C

Christine Brown

I tried to defrag my C: drive but when I went to My Computer, C:
right-click, Properties, Tools, it said that "No defragmentation tool is
available." Where'd it go?

Help will be appreciated,

Tom
 
Click on Start / Run and type CMD click ok....
At the comand prompt type defrag c:\ or type defrag c:\ /? and you can have
it do a few extra items.
This might take a little while bepending on how messed up your drive is.

Good luck
 
In addition:

Fix the "DefragPath" value in this registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\DefragPath

Click Start, Run and type REGEDIT.
Navigate to the above location:
In the right-pane, double-click (default) and set it's data to:

%systemroot%\system32\dfrg.msc %c:
(if REG_EXPAND_SZ)

C:\Windows\system32\dfrg.msc %c:
(if REG_SZ)

Alternately, reinstalling Defrag using the INF file should fix the above
value automatically. The following was recently posted by Bert Kinney:

<quote>

The following file is located in a hidden folder.
To view hidden files follow these steps:
Open Control Panel - Folder Options - View tab, select "Show hidden
files and folders" and uncheck "Hide extensions for known file types",
click OK.

Open Windows Explorer and navigate to the windows\inf folder.

Find the dfrg.inf file, right click on it and select Install. You may
be asked for the XP CD.

</quote>

--
Ramesh, Microsoft MVP
Windows XP Shell/User

Windows XP Troubleshooting
http://www.winhelponline.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top