Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi All,

Does any body knows how to defragment windows registry?

We googled and found several free tools doing the same.But no tool is having open source. One tool is there - 'UltraDefrag' which is open source tool for file defragmentation.

Please provide help in searching open source/ sample code to defragment windows registry...or any windows API functions or libraries for doing the same.

Regards.
Posted
Updated 11-Mar-10 20:31pm
v3

What's the point in trying to defragment the registry? Such a thing might have actually provided some sort of benefit, may be in the Windows 95 era.

But it's absolutely pointless, and will not result even a very marginal performance or any other benefit with a modern operating system (by modern, I mean even Windows 2000 or above). It could positively be dangerous to "clean up" the registry as you have ABSOLUTELY no idea of what keys are being used by which applications!

Don't do this.
 
Share this answer
 
v2
helpseeker123 wrote:
have to develop


This phrase is incompatible with the rest of your question, which indicates you want to find existing code that does this and copy it. That is NOT software development.
 
Share this answer
 
Comments
Nsk-realty 15-Aug-10 9:57am    
Reason for my vote of 1
a

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900