How To: Fix Windows Built in Defragmenter
http://www.andreasroom.com/blog/archive/2004/01/18/defrag.aspx
Restore the Windows Defragmenter
Windows XP
I've seen on several computers where the built in Disk Defragmenter
not
longer runs correctly. This often happens when you install a third
party
defragmenter like Diskeeper, then on uninstalling, it does not restore
the
built in one correctly.
Some of the problems you may encounter are, a box like the one shown
here
Snap-in failed to initialize,
CLSID: {43668E21-2636-11D1-A1CE-0080C88593A5}
when you try to run windows defrag, or other times, the defrag window
will show up, but the analyze and defragment buttons will do nothing.
Solution
The solution is actually quite simple. You need to re-register the
defragmenters snap-in files, and the basic registry entries.
First open up a Command Prompt, this can be found at:
Start -> All Programs -> Accessories -> Command Prompt
Change into your windows\system32 directory. Your windows directory
will
be either windows or winnt. Type:
cd \windows\system32
Register the defrag components, by typing:
regsvr32 dfrgsnap.dll
regsvr32 dfrgui.dll
At this stage, you may find the defragmenter works. If not, there is
one
more step you can do.
Using Windows Explorer browse to your windows\inf folder.
In there you will find a file called dfrg.inf right click this file,
and
select Install.
Done!
Posted on Sunday, 18 January 2004 1:25 p.m.
Copyright © 2001 - 2004 Andreas Michaelides, All Rights Reserved