Welcome! Register for a free account (or login) > How does it work?
|
|
![]() ![]() |
Nov 20 2007, 12:39 AM
Post
#31
|
|
![]() Forum Dog Group: Malware Expert Posts: 8,652 Joined: 14-December 04 From: Ontario, Canada Member No.: 20,259 Operating System: Windows 7 Ultimate 32-bit Windows 7 Home Premium 64-bit |
|
|
|
|
Nov 20 2007, 03:06 AM
Post
#32
|
|
![]() Authentic Member Group: MRU Teachers Posts: 134 Joined: 11-November 06 From: UK Member No.: 64,100 Operating System: Windows 2000 pro, XP home |
|
|
|
|
Nov 23 2007, 03:26 PM
Post
#33
|
|
![]() New Member ![]() Group: Authentic Member Posts: 12 Joined: 22-November 07 From: Chevy Chase, MD USA Member No.: 74,572 Operating System: Win2k / XP / Vista Server 2000 / Server 2003 / Server 2008 / Home Server |
Mark Russinovich (Author of the "Bible", Windows Internals, co-founder of Winternals and Sysinternals, and since both companies were bought by Microsoft, now a senior Microsoft employee) was asked:
QUOTE Hi Mark, do you really think that Registry junk left by uninstalled programs could severely slow down the computer? I would like to 'hear' your opinion. His reply fairly captures my own view: QUOTE ("Mark Russinovich") No, even if the registry was massively bloated there would be little impact on the performance of anything other than exhaustive searches (ed. of the registry itself). On Win2K Terminal Server systems, however, there is a limit on the total amount of Registry data that can be loaded and so large profile hives can limit the number of users that can be logged on simultaneously. I haven't and never will implement a Registry cleaner since it's of little practical use on anything other than Win2K terminal servers and developing one that's both safe and effective requires a huge amount of application-specific knowledge. To which you can add the additional problems: Applications installed on a machine that is used by more than one person can creates entries for each user in their private registry store: HKEY_CURRENT_USER. Because registry cleaners (and REGEDIT.EXE) operate under SYSTEM permissions with the logged-in user security token, they cannot access these other registry entries. QUOTE ("Mark Russinovich") Uninstallers typically delete their application’s system-wide settings from the HKEY_LOCAL_MACHINE part of the Registry and any per-user settings of the user running the uninstaller from HKEY_CURRENT_USER. But what happens to the per-user settings of the other users that used the application? You guessed it, Registry junk gets created - and possibly file system junk in the application's Application Data folder in the \Documents and Settings directories of other users. An uninstall is only thorough if the user performing it is the only one that used the software. So you have these issues with a registry cleaner:
Summary: Will using Registry Cleaners speed-up my system and make it more reliable? It will have no effect on system speed. There is an excellent chance it will make your system less reliable. So what should I do about the registry? The best thing you can do is to enable System Restore and add to your Autostart applications a registry backup. Strongly recommended for this is ERUNT (freeware): [ERUNT] Registry Backup and Restore for Windows http://www.larshederer.homepage.t-online.de/erunt/ [ERUNT Download URLs] http://www.aumha.org/downloads/erunt.zip http://www.aumha.org/downloads/erunt-setup.exe [Installing & Using ERUNT] http://www.winxptutor.com/regback.htm http://www.silentrunners.org/sr_eruntuse.html http://www.larshederer.homepage.t-on...runt/erunt.txt But I backup my registry reqularly using REGEDIT.EXE You might as well not have bothered, the backups created by Regedit are of no use to you. Neither does it export the whole registry (for example, no information from the "SECURITY" hive is saved), nor can the exported file be used later to replace the current registry with the old one. Instead, if you re-import the file, it is merged with the current registry without deleting anything that has been added since the export, leaving you with an absolute mess of old and new entries. References: http://blogs.technet.com/markrussinovich/a...ct-of-life.aspx http://mywebpages.comcast.net/SupportCD/XPMyths.html http://www.larshederer.homepage.t-online.de/erunt/erunt.txt Are software registry cleaners of any use? Fred Langa started with a standard PC, imaged it, and ran 10 registry cleaners. He ran each three times on an image: Highest number of items that needed to be "fixed": 800 Lowest number of items found to be "fixed": 59 Does not this suggest that what needs to be fixed is not at all certain? The other question it invites is it not possible that those generating a large number of entries are trying to sell snake oil? See this small discussion that prompted Langa to test: QUOTE ("Letter to Fred") What are your thoughts on Registry Programs? I have run five different programs on the same computer, without making any of the recommended changes, and get the following results: Registry Repair from Stomp -- 732 errors Registry 1st Aid from Rose City -- 73 errors Registry Mechanic from PC Tools -- 18 errors Registry Medic from Iomatic -- 50 errors Easy Cleaner from Toni Arts -- 36 errors No, that's not an error; Stomp did return 732 errors. Best Regards, John Mr. Langa answers: There are several reasons for the disparity in those error counts. First there's the matter of simple semantics: At one end of the spectrum, there are Registry errors that -- if not corrected -- may make a system unbootable or unstable, or that may cause some of your software to crash or to malfunction. But at the other end of the spectrum, there are trivial, transient Registry items that are intended for short-term use, that harm nothing when they go out of date, and that are ultimately self-correcting via normal Windows housecleaning. Naturally, counting these latter as "errors" drives up the count and lets a given piece of software generate impressive-looking stats; but removing those "errors" doesn't mean much in terms of a real benefit. I cite the article so that you can read it in full: http://www.informationweek.com/LP/showArti...&queryText= But back to Mr. Langa's testing. One reason for testing each cleaner three times was as a credibility check. If you run the same cleaner three times consecutively, it would be a fair assumption that the results should be nearly identical each time. It would be hard to make a credible case for using a product that changed its mind about what was a registry entry to be cleaned if run three times as a test. As Fred explains: Doing immediate second and third runs with each cleaning tool was to see if any of the programs under test were fudging their numbers by over-reporting errors. For example, if a tool was really doing what it said it was, it would find and fix all the errors it could on the first run. Immediate subsequent runs should show essentially zero errors, because they all were fixed on the first run, right? But if a tool still reports a significant number of errors on the second and third runs, you might wonder what was going on: Why couldn't the tool find and fix all the errors the first time? Is the tool introducing new errors as it runs? Is it fudging the numbers to make you think it's doing more than it really is? Is it reporting as "errors" some things that really aren't errors after all? At the least, it seems to me that a good Registry cleaning tool should report a stable, repeatable, and very low number of errors on back-to-back repeated runs. To me, a tool that can't get the number of reported errors down to a stable, low minimum number on repeated runs either isn't fixing things right, or isn't analyzing them right in the first place. Your mileage may vary, but I tend to stay away from tools that act this way. With apologies to Fred Langa, my summary of his test results:
Summary of Registry Cleaner Software: Do not bother with this. It it unlikely to help, it can cause harm. There are no end-user benefits from running registry cleaners. Unecessary entries in the registry do no harm. This should not be a regular maintenance chore. It most certainly if done should not be automated. I hold to the singular distinction I made in the beginning: there are times that a fast registry editor with search is needed to fix a single issue under Expert hands. There is no justification for the regular use of automated registry cleaning tools; and as the results above show, they are of dubious merit as the "fix" for even one-off problems that need solving. Bill Castner MS-MVP, AumHa VSOP, DTS-L This post has been edited by Bill Castner: Nov 23 2007, 03:39 PM |
|
|
|
Nov 26 2007, 03:57 PM
Post
#34
|
|
![]() Authentic Member Group: MRU Teachers Posts: 134 Joined: 11-November 06 From: UK Member No.: 64,100 Operating System: Windows 2000 pro, XP home |
Hi Bill
My version of that was much quicker to type "Don't bother with them" |
|
|
|
Dec 1 2007, 05:48 AM
Post
#35
|
|
|
Authentic Member ![]() ![]() Group: Authentic Member Posts: 35 Joined: 25-November 07 Member No.: 74,634 Operating System: windows xp |
I use RegistryBooster2. Never had any problems.
|
|
|
|
Dec 3 2007, 01:56 PM
Post
#36
|
|
![]() Authentic Member Group: MRU Teachers Posts: 134 Joined: 11-November 06 From: UK Member No.: 64,100 Operating System: Windows 2000 pro, XP home |
I use RegistryBooster2. Never had any problems. I don't doubt you Many people use registry cleaners with no ill effects. However, what we are trying to explain is.... The amount of trouble that could be caused, weighed against the actual benefits of a successful clean it is not really worth taking the risk. |
|
|
|
Dec 3 2007, 02:45 PM
Post
#37
|
|
![]() SuperMember Group: Tech Classroom Posts: 2,709 Joined: 21-March 06 From: Australia Member No.: 52,151 Operating System: Windows XP/SP3 |
I use RegistryBooster2. Never had any problems. I don't doubt you Many people use registry cleaners with no ill effects. However, what we are trying to explain is.... The amount of trouble that could be caused, weighed against the actual benefits of a successful clean it is not really worth taking the risk. I once used Registry Fix, did not have a problem with it, but due to information learned here on WhatThetech and reading other forum posts re RC I do not use it anymore. With a good maintenance program using Cleanup 4.5.1 CCleaner and ATF Cleaner.exe by Atribune regularly my computers run fast and clean. kind regards, |
|
|
|
Dec 20 2007, 01:58 AM
Post
#38
|
|
![]() Computer Geek ![]() ![]() ![]() ![]() Group: Authentic Member Posts: 955 Joined: 27-October 06 From: Australia Member No.: 63,493 Operating System: Windows XP Home Edition SP2 |
I agree using a Registry cleaning program can be dangerous to your computer, especially if you don't know what you're doing but if you're like me, installing and uninstalling programs regularly then the registry can easily become filled with junk and I generally use a Restore Point before running one and maybe I'll even do a reg backup just in case but I have found it useful in my case, however I usually only run it every few months or so and as I said my registry quickly gets filled with junk. Also I usually use the backup function for the program I use beforehand. Even though all these safeguards can end up not helping in some cases I find them generally enough as a safeguard for me.
This post has been edited by EnigmaChick: Dec 20 2007, 02:01 AM |
|
|
|
![]() ![]() |
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
1 | LegginMF1 | 1,155 | 2nd August 2007 - 03:36 PM Last post by: Doug |
|||
![]() |
14 | -DanTheMathlete- | 2,447 | 13th November 2005 - 08:46 PM Last post by: LDTate |
|||
![]() |
2 | -DanTheMathlete- | 1,470 | 15th October 2005 - 01:58 PM Last post by: DanTheMathlete |
|||
|
Time is now: 9th February 2010 - 02:41 AM |