No defragmentation tool is currently installed???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On one of my XP installation the message above shows on the Tools Tab of my
Disk properties. Yet under manage Computer I can analyze and/or Defrag my
disks -- Anyone know how to have my Disk properties menu show that a Defrag
Tool really is available?
 
From: "Jim Wetzel" <[email protected]>

| On one of my XP installation the message above shows on the Tools Tab of my
| Disk properties. Yet under manage Computer I can analyze and/or Defrag my
| disks -- Anyone know how to have my Disk properties menu show that a Defrag
| Tool really is available?

Execute the following...

%windir%\system32\dfrg.msc
 
Thanks -- That gets me to the tool itself and I could get there thru Manage
Computer before -- What I am trying to do is get the Defrag Option available
from the Tools Page when I right click on the drive. Currently the Defrag
option is greyed out and it says no tool installed.
 
Jim,

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 its data as:

%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,
MS-MVP:

<quote>

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>


--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Thanks -- That gets me to the tool itself and I could get there thru Manage
Computer before -- What I am trying to do is get the Defrag Option available
from the Tools Page when I right click on the drive. Currently the Defrag
option is greyed out and it says no tool installed.
 
Option 2 worked perfectly -- Thanks

Ramesh said:
Jim,

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 its data as:

%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,
MS-MVP:

<quote>

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>


--
Regards,

Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com


Thanks -- That gets me to the tool itself and I could get there thru
Manage
Computer before -- What I am trying to do is get the Defrag Option
available
from the Tools Page when I right click on the drive. Currently the Defrag
option is greyed out and it says no tool installed.

David H. Lipman said:
From: "Jim Wetzel" <[email protected]>

| On one of my XP installation the message above shows on the Tools Tab
of
my
| Disk properties. Yet under manage Computer I can analyze and/or Defrag
my
| disks -- Anyone know how to have my Disk properties menu show that a
Defrag
| Tool really is available?

Execute the following...

%windir%\system32\dfrg.msc
 
Back
Top