Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner?

microsoft.public.windows.vista.performance maintenance




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #21 (permalink)  
Old 09-26-2008
Paul Montgomery
 

Posts: n/a
Re: Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner?
On Fri, 26 Sep 2008 10:27:21 -0500, Paul Montgomery
<i.m.nonnymous@NOSPAMgmail.com> wrote:

>There were so many total options that it didn't even occur to me to
>try to check each one. And I wasn't about to let it do its thing,
>even though I have multiple backups (images AND clones) that are never
>more than 12 hours old.


Not "options"... items that needed to be "cleaned".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #22 (permalink)  
Old 09-30-2008
flamingatom
 

Posts: n/a
Re: Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner?

I highly use lots of different registry cleaners, and im recently using,
uniblue powersuite, registry mechanic, registry first aid platinum,
registry repair, registry easy, registry genius, registry fix, ccleaner.
And it affects my whole system performance up to 300% more


--
flamingatom
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23 (permalink)  
Old 09-30-2008
Paul Montgomery
 

Posts: n/a
Re: Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner?
On Mon, 29 Sep 2008 23:24:45 -0500, flamingatom
<guest@unknown-email.com> wrote:

>I highly use lots of different registry cleaners, and im recently using,
>uniblue powersuite, registry mechanic, registry first aid platinum,
>registry repair, registry easy, registry genius, registry fix, ccleaner.
>And it affects my whole system performance up to 300% more


Change your nick to "flamingidiot".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24 (permalink)  
Old 09-30-2008
winkygiser
 

Posts: n/a
Re: Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner?

I've tried *'digeus registry cleaner' (http://www.digeus.com)* on Vista
x32. Can't compare with any other cleaners, cause there are not so many
of them whitch support Vista, but this was quite nice.


--
winkygiser
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25 (permalink)  
Old 10-03-2008
Bruce Chambers
 

Posts: n/a
Re: Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner?
flamingatom wrote:
> I highly use lots of different registry cleaners, and im recently using,
> uniblue powersuite, registry mechanic, registry first aid platinum,
> registry repair, registry easy, registry genius, registry fix, ccleaner.
> And it affects my whole system performance up to 300% more
>
>



What benchmarking utility did you use to verify this monumental
performance gain? Please provide the before and after longs so others
can verify your claimed results.

Or did you instead use an independent testing laboratory to establish
the "300%" figure?

No intelligent individual capable of critical thinking, much less any
experienced computer professional, is going to believe your claims until
you can offer objective evidence in support thereof.


--

Bruce Chambers

Help us help you:
http://www.catb.org/~esr/faqs/smart-questions.html

http://support.microsoft.com/default.aspx/kb/555375

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26 (permalink)  
Old 01-12-2009
 

Join Date: Jan 2009
Posts: 1
hypsophrys is on a distinguished road
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner?
hi all. long time listener... actually, just breezing through and had to stop, register, and say *something* about the madness here.

i'm a developer with ~15 years experience writing code for (mostly) windows. i currently run a team of guys that develops laboratory applications using c# (.net).

there seems to be a culture of fear around registry tools. this is not entirely unhealthy, especially considering some of the horror stories we've all heard, but there are some valid reasons why keeping your registry maintained is good for system performance.

these tools are certainly not for the faint of heart, nor the technically challenged. i also can't speak as to the logic (or lack thereof) used by any particular tool - as i haven't reviewed any source code. in fact, i came upon this because i am looking for a tool that i might have some faith in - we'll see. anyway, my opinion here is more philosophical, with a technical slant.

the windows registry is a database. it is a tree structured container for simple data types, many of which are cross-references to other locations in the tree. others are pointers to file locations and other resources, and the remainder are basically configuration parameters... relationships/pointers are unenforced - meaning that a target can disappear, change, or move, and there is nothing to guarantee the pointer will be updated - that only happens if the software (or person) doing the modification is particularly conscientious.

inconsistencies are common and quite problematic with databases, even those used only by a single application that follows consistent rules - stuff happens and data does get corrupted.

the registry, though, is *not* a single-application database. it's highly shared, allowing unrestricted read/write access from multiple consumers (all the software which has installed itself on your machine, and any running application or service). this is bad news, and the inconsistencies pile up pretty quickly.

why are inconsistencies bad? they can cause error conditions for any application (including windows and subsystems) that attempt to enumerate or access affected key(s). application errors usually have associated exception handlers -- extra code which has to run, and either workaround the problem or somehow log/notify, then continue. if the application doesn't have a handler, it will probably cause the OS to have to deal with a terminating app... in any case, exceptions slow software down.

now, all that said, just removing a bad reference (even cascading this operation, by running a cleaner multiple times as suggested by someone earlier) doesn't necessarily fix a problem. it might, as many applications will ignore or recreate missing keys, or even notify the user that a reinstall/repair is needed. some, however, won't. and may still have problems - but probably nothing worse than you already had. in my experience as a windows user, and from the perspective of someone who's had to write exception logic, a missing reference is better than an inconsistent one.

HTH

--ian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27 (permalink)  
Old 01-12-2009
Josh White
 

Posts: n/a
Re: Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner?
On Mon, 12 Jan 2009 04:34:08 +0000, hypsophrys
<hypsophrys.3lvw8c@no-mx.forums.vistaheads.com> wrote:

>
>hi all. long time listener... actually, just breezing through and had
>to stop, register, and say *something* about the madness here.
>
>i'm a developer with ~15 years experience writing code for (mostly)
>windows. i currently run a team of guys that develops laboratory
>applications using c# (.net).
>
>there seems to be a culture of fear around registry tools. this is not
>entirely unhealthy, especially considering some of the horror stories
>we've all heard, but there are some valid reasons why keeping your
>registry maintained is good for system performance.
>
>these tools are certainly not for the faint of heart, nor the
>technically challenged. i also can't speak as to the logic (or lack
>thereof) used by any particular tool - as i haven't reviewed any source
>code. in fact, i came upon this because i am looking for a tool that i
>might have some faith in - we'll see. anyway, my opinion here is more
>philosophical, with a technical slant.


Philosophy and technical matters do not a good mix make.

Plain and simple: you will NEVER find any reputable stats/benchmarks
to support the claim that the use of a registry cleaner will improve a
system's performance.

That class of utilities MAY have worked as claimed way back in the
early days of computing - like in the 386 or maybe the 486 days, but
not today.

PJ White
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28 (permalink)  
Old 01-16-2009
Bruce Chambers
 

Posts: n/a
Re: Wise Registry Cleaner vs AusLogics Registry Defrag vs CCLeaner?
hypsophrys wrote:
> hi all. long time listener... actually, just breezing through and had
> to stop, register, and say *something* about the madness here.
>
> i'm a developer with ~15 years experience writing code for (mostly)
> windows. i currently run a team of guys that develops laboratory
> applications using c# (.net).
>
> there seems to be a culture of fear around registry tools.


If only that were true. Instead, all too many naive users fall for the
blandishments of snake oil salesmen and use automated registry cleaners
to hose their systems.





--

Bruce Chambers

Help us help you:
http://www.catb.org/~esr/faqs/smart-questions.html

http://support.microsoft.com/default.aspx/kb/555375

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wise Registry Cleaner 3 Pro 3.02 VistaUtils Vista Utilities Feed 0 03-05-2008 12:00
Wise Registry Cleaner 3 Free 3.02 VistaUtils Vista Utilities Feed 0 03-05-2008 03:10
Registry Genius Registry Cleaner V2.6 VistaUtils Vista Utilities Feed 0 12-11-2007 05:30
Auslogics Registry Defrag for Vista too. Kue2 microsoft.public.windows.vista.general 1 07-12-2007 17:36
Auslogics Registry Defrag 4.0.4 VistaUtils Vista Utilities Feed 0 06-14-2007 09:23




All times are GMT +1. The time now is 01:54.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119