|
Softpanorama
(slightly skeptical)
Open Source Software Educational Society |
May the
source be with you,
but remember the KISS principle ;-)
|
Free Windows Registry Tools
Registry is a pretty complex and convoluted database. And it is very important
to have tools that help to navigate it, search in it and backup/restore it. The
latter two in best Unix (or DOS) traditions should be available as command line
utilities. That means that you should have a set of registry tools.
As Annoyances.org
introduction to the Registry stated:
How the Registry is stored
- In Windows 95, 98, and Me, the Registry
is contained in two hidden files in your Windows directory, called USER.DAT
and SYSTEM.DAT.
- In Windows 2000 and Windows XP, the Registry
is stored in several Hives, located in the \windows\system32\config
and \Documents and Settings\{username} folders.
Structure of the Registry
The Registry has a hierarchal structure, like the directories on your hard disk.
Each branch (denoted by a folder icon in the Registry Editor, see below) is
called a Key. Each key can contain other keys, as well as Values.
Each value contains the actual information stored in the Registry. There are
three types of values; String, Binary, and DWORD - the use of
these depends upon the context.
There are six main branches (five in Windows
2000 and Windows XP), each containing a specific portion of the information
stored in the Registry. They are as follows:
- HKEY_CLASSES_ROOT
- this branch contains all of your file types as well as OLE information
for all your OLE-aware applications. It contains SIDs (security identifiers)
and
CLSID Keys that
contain
GUIDs
(16-byte hexdecimal numbers called Globally Unique Identifiers).
In the Microsoft
component object model (COM), GUIDs are used to uniquely distinguish
different
software component interfaces. This means that two (possibly incompatible)
versions of a component can have exactly the same name but still be distinguishable
by their GUIDs.
- HKEY_CURRENT_USER
- this branch points to the part of HKEY_USERS appropriate for the
current user. It basically represents the old "win.ini"
file from earlier times. It contains individual user settings for the user
who is currently logged on, e.g. the desktop background and other basic
settings relating to the current user account. This information is also
simply referred to as the user "Profile".
- HKEY_LOCAL_MACHINE
- this branch contains information about all of the hardware and software
installed on your computer. Since you can specify multiple hardware configurations,
the current hardware configuration is specified in HKEY_CURRENT_CONFIG.
It is similar to the original system.ini.
In contrast to the profile settings explained in the previous paragraph,
this key applies equally to all users of the computer, since it contains
all the specific hardware and software settings. The hardware information
stored here can be viewed in a more comfortable, and definitely less cryptic,
manner in the Windows Device Manager.
- HKEY_USERS
- this branch contains certain preferences (such as colors and control panel
settings) for each of the users of the computer. In Windows 95/98/Me, the
default branch here contains the currently-logged in user. In Windows
2000/XP, the default branch here contains a template to be used for
newly-added users. When first installed, this always contains
a pre-defined standard profile with the appropriate name of "default". If
several users are configured in a system (e.g. "Christian", "Andreas" and
"Susi"), then these are each stored under Windows/Profiles/Username. In
the course of development of Windows, and to avoid the user name being stored
in the Registry in plain text (as in Windows 95/98/ME), under Windows 2000/XP
each user is stored under a Security ID ("SID number") composed of the letter
"S" and a numeric suffix.
- HKEY_CURRENT_CONFIG
- this branch points to the part of HKEY_LOCAL_MACHINE appropriate
for the current hardware configuration. It refers to the subkey
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Hardware Profiles\Current (Software/System)
for Windows 2000/XP. This key contains the settings for connected peripheral
devices, i.e. printers, scanners, hard drives etc., and reflects the well-known
control panel.
There are three major reasons to learn registry tools
- The ability to work with the registry is very important for the elimination
of spyware programs.
Often spyware is pretty primitive and installs only one component in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
In this case the removal of the installed by spyware registry key disinfects
the PC. Of course this is true only in simple cases, often spyware tried to
install in the computer in several ways and other component will check the presence
of the registry key and recover it. If this proved to be the case, please Google
for the description of the spyware and you can find which additional components
need to be deleted. See Fighting
Adware/Spyware Paranoia for details. One of useful browsing and editing
tools for this purpose e a-squared HiJackFree program, available for free from
www.hijackfree.com. they also sell professional
version of the same tool. Other similar program is HijackThis vaible from
Merijn.org
- If you do not understand registry you cannot fully use Windows. As
one reader noted in his Amazon review of
Microsoft Windows XP Registry Guide (second edition) by Jerry Honeycutt:
I was a die-hard Windows 2000 user and disliked
XP for many reasons. The new user interface, new services-running by default,
hidden application settings, and generally, decisions Microsoft made based
on marketing data for users who wanted someone else to make decisions for
them.
I never wanted anything to do with XP, but
when I needed two new computers earlier this year, I had no choice. I bought
Jerry's book because I hoped to learn some basics about where Microsoft
had hidden certain settings; I didn't know it would make me a Windows XP
lover.
Not only were the basics like data types
and key locations discussed, but also complex registry manipulation and
deployment through scripting, Answer files, and Windows Installer.
The Windows XP Registry Guide takes a systematic
approach to learning and using registry tools to get the most out or your
XP system. Novice users will learn enough to make the book worthwhile by
reading just the first section (five chapters), but once you get that far
you will want to read it all. Jerry is careful to warn about careless hacking
and thoroughly covers backing up and restoring the registry using tools
already included in Windows XP and several third party tools. I was surprised
to learn how useful Microsoft's Word application is in managing changes
made to the registry.
If you already use TweakUI to manage your
XP system, a complete mapping of every change is included in Chapter 5.
Are you an IT professional? This book will
show you how to work around IT problems in Chapter 15. Also for the professional
is detailed information about disk "cloning" using Sysprep. Using Group
Policy settings, and deploying User Profiles.
Registry based security and security templates
information in Chapter 7 will show you how to manage and control access
in computers from "Simple File Sharing" in your home network or the control
needed in a computer available to the public.
Another chapter I found particularly useful
is the Office XP registry-based user settings covered in Chapter 15.
- The ability to recover from Windows glitches and dubious installations:
- A lot of vendors are completely obnoxious and install crap that you
do not want along with a single program that you want. If you have
256M of memory and use windows XP you better watch out. But even on 512M
PC you might have problems with all those "Trojan vendors".
Adobe is really
bad, I would say nasty, in this area, to mention just one vendor.
But that are too many of them. You need to watch your back with
Windows Process
Viewers and eliminate them using registry editors.
- After a number of software installations and un-installations, the registry
becomes full of dangling file reference pointing to where the files used
to reside in filesystem but no longer exist. Cleaning of registry can help,
if after it your PC will boot :-)
- The same is true with tweaking registry to increase the speed of computer:
many such tweaking recipes are not configuration changes proof: on configurations
other then the author's can lead to instability. More often then not
the effectives of a particular change of setting is the author hallucination
and are not based on objective measurements of performance. Memory
upgrade and minimization of installed software are probably more promising
ways noticeably increase the speed of Windows.
There are several typical operations that you need to be able to perform on registry
using command line tools
- Searching
and replacing entries A command-line utility that permits
Windows registry searching is
Regfind.exe
from the Windows 2000 Resource Kit. The tool enables you to search the
registry data, key names, or value names on the local or a remote computer.
Regfind.exe
supports numerous arguments to help you refine the registry search, such to
search for specific types of values or malformed REG_SZ and REG_EXPAND_SZ values.
Besides providing search capability,
Regfind.exe
also enables you to replace values in the registry. This capability can be particularly
useful for replacing multiple instances of a value located in different subkeys.
It is a good idea to perform a search in the registry first, without using the
replace argument to identify what Regfind.exe will change. Also, it is recommended
that you back up the pertinent parts of the registry by exporting the key or
subkey to a registry script file.
Other Microsoft Resource kit
tools also provide searching capability. They are far from being orthogonal.
- Editing.
Reg
is a command-line tool called the Console Registry Tool for Windows. It allows
you work with the Registry to query, change, add or delete, export and more.
Reg tool is different in NT Reskit v.1.1, Win2K Reskit v.2.0 and Win XP Reskit
v.3.0.
- Tweaking.
There some interesting setting in Windows available only via registry.
and implementing them can noticeably improve the quality of life of a
professional user. One tool for those changes is TweakUI that help to
tune interface to your liking. Among setting that it controls is providing history
completion for command line. If you want to try TweakUI, read
Chapter 5 of
Microsoft Windows XP Registry Guide (second edition) It also provides detailed
information about disk "cloning" using Sysprep.
- Monitoring
with the current proliferation of Spyware you can greatly benefit from some
kind of registry monitor to be sure that no Spyware is written
to your registry. The simplest solution might be Microsoft free Windows Defender.
It works only for XP. But there are others solutions.
RegMon by Mark Russinovich and Bryce Cogswell is another such free tool.
Very useful in analyzing the behavior of Spyware and dubious programs like
Adobe. Newer
version is called
Process Monitor:
Process Monitor is an advanced monitoring tool for Windows that
shows real-time file system, Registry and process/thread activity.
It combines the features of two legacy Sysinternals utilities, Filemon
and Regmon, and adds an extensive list of enhancements including
rich and non-destructive filtering, comprehensive event properties such
session IDs and user names, reliable process information, full thread stacks
with integrated symbol support for each operation, simultaneous logging
to a file, and much more. Its uniquely powerful features will make Process
Monitor a core utility in your system troubleshooting and malware hunting
toolkit.
Process Monitor runs on Windows 2000 SP4 with Update Rollup 1,
Windows XP SP2, Windows Server 2003 SP1, and Windows Vista as well as x64
versions of Windows XP, Windows Server 2003 SP1 and Windows Vista.
InstallWatch.
version 2.5 is provided as a free
download.
- Snapshots.
Some antispyware tools
(for example HijackThis) can provide a snapshot of
important parts of the registry and as such are useful in a wider context.
- Backups
In some case after installation of a new software you registry can be corrupted.
For example that often happens when you get infected with multiple Spyware programs.
In such cases restoration of registry is an alternative to restoring the boot
partition image using Norton Ghost of similar tool.
- Cleaning
After a number of software installations and un-installations, the registry
becomes full of dangling file reference pointing to where the files used to
reside but no longer exist. In most cases this does not affect performance and
the usefulness of cleaning the registry is somewhat overrated. But this is a
very popular operation that many want to perform. the problem is that you may
pay a heavy price if you use some tool with low IQ.
Complexity of registry means that you need to study it. There is a lot of useful
material on the web, but you can probably benefit from at least one good registry
book. IMHO
Microsoft Windows XP Registry Guide is worth its price.
I was a long time Windows 98 (at home) and Windows 2000 (at work) user
and I initially disliked XP due to a new user interface. But I discovered that tweaking
the registry can emulate Windows 2000 in XP (and Windows 2003) almost perfectly.
It is still heavier OS and if you want to use virtual machine Windows 2000 is a
better way to go on small PCs (with current 2G of RAM laptops this is less a problem).
Anyway, no matter what version of Windows you personally prefer, a systematic
approach to learning and using registry tools can help you to get the most out or
your Windows system.
If you already use TweakUI to manage your system, read
Chapter 5 of
Microsoft Windows XP Registry Guide (second edition) It also provides detailed
information about disk "cloning" using Sysprep. Chapter 6 is also available
on the Net
Microsoft Windows XP Registry Guide Chapter 6, Managing Registry-Based Policy.
The book is available electronically from.
Several chapters from O'Reilly books are available electronically:
Please note that Microsoft Resource
Kit contains several useful command line utilities for working with registry.
Among them:
- Regini.exe: Registry Change by Script
- Regview.exe (documented in Readme.htm)
See Microsoft
Registry Tools for more information.
Below I provided the links to some relevant whitepapers and documentation available
at Microsoft's Web site,
Microsoft Knowledge
Base, as well as from third parties.
Note: It is always a good idea to create a backup copy of your registry
before making significant changes just in case you need to restore previous settings.
Dr. Nikolai Bezroukov
Notes:
- Those pages are written by people for whom English is not a
native language. Some amount of grammar and spelling errors
should be expected.
- This is a Spartan WHYFF (We Help You For Free) site. It
cannot replace the best teachers and
the
best books.
- The site contain some obsolete pages as it develops like a
living tree... Some links on older pages
are broken. Please
try to use Google, Open directory, etc. to find a replacement link
(see
HOWTO search the WEB for details).
We would appreciate if you can
mail us a correct link.
|
|
The purpose of this program is to remove the Ole garbage left in the registry
after installing and deinstalling several Ole (Com) dlls. This program can be
especially useful to those who build dlls in Visual Basic. They know what I
mean.
Important This article contains information about how to
modify the registry. Make sure to back up the registry before you modify it. Make
sure that you know how to restore the registry if a problem occurs.
Guided
Help to export registry keys and to back up the registry
Requirements
to install and to use this Guided Help
Manual
steps to back up the registry
[Feb 24, 2007] InstallWatch.
Version 2.5 is provided as a free download.
[Feb 24, 2007]
Process Monitor by Mark Russinovich and Bryce Cogswell
Replaced
RegMon
by Mark Russinovich and Bryce Cogswell. Very useful in analyzing the behavior of
Spyware and dubious programs like
Adobe.
Process Monitor is an advanced monitoring tool for Windows that shows
real-time file system, Registry and process/thread activity. It combines
the features of two legacy Sysinternals utilities, Filemon and Regmon,
and adds an extensive list of enhancements including rich and non-destructive
filtering, comprehensive event properties such session IDs and user names, reliable
process information, full thread stacks with integrated symbol support for each
operation, simultaneous logging to a file, and much more. Its uniquely powerful
features will make Process Monitor a core utility in your system troubleshooting
and malware hunting toolkit.
Process Monitor runs on Windows 2000 SP4 with Update Rollup 1, Windows
XP SP2, Windows Server 2003 SP1, and Windows Vista as well as x64 versions of
Windows XP, Windows Server 2003 SP1 and Windows Vista.
Current version: 2.0
DOWNLOAD ON SOURCEFORGE
Does this sound familiar:
- You’ve never used the CAPS LOCK key on purpose,
you’ve never needed it.
- You’ve accidently pushed the key at least a
thousand times.
- YOU CONTINUE TYPING FOR ABOUT 10-30 SECONDS
BEFORE YOU REALIZE IT’S ON.
- You have to retype the whole sentence (You don’t
have a convert-to-lowercase macro).
- You have to hit the CAPSLOCK and SHIFT key about
5 times to figure out how to turn it off on this
particular keyboard.
For you, I’ve created waNOCAPS,
the CAPSLOCK Terminator. It’s not really a ‘program’,
it’s actually a registry adjustment (’hack’). Inspiration
came from:
www.nthelp.com/50/remapctl.htm
DISABLE YOUR CAPSLOCK:
- double-click
disable_caps.reg
- reboot
- Your CAPSLOCK has become a 3rd CTRL-key
RE-ENABLE YOUR CAPSLOCK:
- double-click
enable_caps.reg
- reboot
- your CAPS-LOCK key again has its annoying standard
behaviour
UPDATE: waNOCAPS was
dugg on Sept 11 2006, probably due to attention
from the
CAPSOFF
project.
HISTORY
2003-11-03 - v1.0 - first public release
2004-06-15 - v2.0 - fixed occasional freeze on reboot
after enable_caps
[Aug 23, 2006]
TestRun -- permit you to safely experiment with new software without fear
of corrupting the windows Registry. Only Windows 95 and Windows
98.
Description: Here is a system of program files that will permit you
to safely experiment with new software without fear of corrupting the windows
Registry. The Registry is a data base of essential information for applications
and the Operating System. Some programs that you trial may import values into
the Registry that overwrite the original settings. Even if the programs are
uninstalled, it can still be impossible to get the Registry back to original.
I began computing in the days of DOS, and I still
can't give up the command prompt. When it comes to doing down-and-dirty tasks
like mass deleting or renaming of files, nothing beats it. I find myself frequently
switching back and forth between Windows Explorer and the command prompt.
Often, when using Windows Explorer, I want to
open the command prompt at the folder that's my current location. That takes
too many steps: opening a command prompt and then navigating to my current folder.
However, there's a quicker way: add an option to the right-click context menu
that will open a command prompt at your current folder. For example, if you
were to right-click on the C:\My Stuff folder, you could then choose
to open a command prompt at C:\My Stuff.
To add the option, run the Registry Editor
[Hack #68], then go to HKEY_LOCAL_MACHINE/Software/Classes/Folder/Shell.
Create a new key called Command Prompt.
For the default value, enter whatever text you want to appear when you right-click
on a folder-for example, Open Command Prompt.
Create a new key beneath the Command Prompt
key called Command.
Set the default value to Cmd.exe /k pushd %L.
That value will launch Cmd.exe, which is the XP command prompt. The
/k switch puts
the prompt into interactive mode. That is, it lets you issue commands from the
command prompt; the command prompt isn't being used to issue only a single command
and then exit. The pushd
command stores the name of the current directory, and
%L uses that name to start
the command prompt at it. Exit the Registry. The new menu option will show up
immediately. Note that it won't appear when you right-click on a file; it shows
up only when you right-click on a folder.
TIP: While
many of us like fussing around with the Registry rather than doing things the
easy way, there's also a way to add this option to your right-click context
menu without editing the Registry. Download and install a free copy of Microsoft's
"Open Command Window Here" PowerToy from
http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp. There are
many other PowerToys on that page as well, and we cover them in other places
in the book.
One of the most common causes of Windows shut
down problems is a bug in RoxioТs Easy CD Creator (particularly version 5).
Roxio does have a patch available at
http://www.roxio.com/en/support/ecdc/software_updatesv5_2.jhtml Keep in
mind though that the patch has been known to disable RoxioТs Take Two backup
software that came with Easy CD Creator 5 Platinum. You should also keep in
mind that version 5 is an old version that Roxio no longer supports. The current
version is Easy Media Creator 7. If you suspect that Easy CD Creator may be
causing your problem, then I recommend upgrading to a newer version rather than
patching an old version.
The main reason for slow shutdown is huge number of services running.
You usually can disable at least half-dozen without a lot of analysis (Microsoft's
Telephony, themes, etc; Symantec Ghoststart services, etc). It looks like
recommendation to disable ClearPageFileAtShutdown option to improve shutdown times
is outdated. This is now default setting. Your mileage may vary):
Try a clean-boot
troubleshooting. Clean-boot troubleshooting is designed to isolate a performance
problem. To perform clean-boot troubleshooting, you must take a number of actions,
and then restart the computer after each action (to test whether the action
resolved the problem). These two articles will help you isolate the problem.
Fig: Disabling the third-party Services using
MSCONFIG
Check the Event
Logs for any errors and track-down the software/driver causing the problem.
View the error messages registered in Event Log
You may be having
profile unload problems if you experience slow logoff (with Saving Settings
for most of the time while logging off).
UPHClean is a service that once and for all gets rid of problems with user
profile not unloading. See User Profile Hive Cleanup tool's
Readme.txt before installing it.
For more troubleshooting
on shutdown issues, I recommend you visit MS-MVP James Eshelman's Shutdown troubleshooter
page here:
SHUTDOWN
WORKS, BUT IT'S REAL SLOW.
The Registry is a heart and soul of any Windows
system. It contains information that controls how your Windows appears and how
it behaves. Most applications today use registry to store configuration and
other important data. When you install an application, a new registry
entries will be created. These entries will automatically be deleted when you
uninstall the application. Unfortunately, it does not always work that way.
Sometimes, you will find that some applications fail to remove their own registry
entries. These entries will become obsolete.
After a long period, after installing and uninstalling
a lot number of applications, your Windows registry will contain a large number
of obsolete entries. These will significantly increase the registry size and
thus will slowdown your computer, because Windows will need more time to load,
search, and read data from registry.
To keep your computer in top performance, it
is recommended to periodically clean your Windows registry.
You can still download older version for free (version 2.12) See for example
download but generally Google is your friend.
Why might a Windows professional
want a more capable registry editor than Regedit? To answer this question, you
must first look at several common reasons for editing the Windows registry.
Reasons to use RegHance over Regedit
The following sections list several reasons why you might need a faster, more
efficient registry editing tool.
Registry editing is just part of Windows support
Those who support or troubleshoot Windows systems will find that a certain amount
of registry editing comes with the job. Although Windows consoles and utilities
offer what might be called "mediated editing" of the registry (which goes on
behind the scenes under the control of such tools), sometimes direct registry
snooping and editing speeds problem solving. This is particularly true when
software without uninstall utilities must be removed from systems, or when uninstall
programs leave unwanted detritus behind.
More quickly create Windows images
Those who create Windows images for automated installation via Microsoft’s Remote
Installation Service (RIS) or by using various ghosting techniques often find
that editing the registry on a master image is the fastest way to fine-tune
a configuration en route to finalizing the desktop, group policy, logon, or
other settings. Once a working master is tweaked, tuned, and tested, it can
then be distributed in bulk around a network (or an entire enterprise).
Backing up and restoring the registry are important
skills
Those who seek to back up or checkpoint Windows systems will benefit from a
working knowledge of registry backup and restore techniques (or ways to roll
back to earlier registry versions), because the registry basically represents
the “configuration database” that describes Windows' (and related applications)
presence, behavior, preferences, settings, history, etc.
Learn more about Windows' inner-workings
Those who are curious about Window’s internals and inner workings can learn
a lot by looking around inside the registries. “Before” and “after” snapshots
of the registry when compared to one another—for example, using the Windiff.exe
utility included in the Windows 2000 Resource Kit or in the Windows XP Support
Tools—can reveal exactly what happens when software is installed or when Control
Panel tools or Windows consoles operate on the registry.
Definitely a step up from Regedit
Windows professionals and other interested parties will find it necessary to
interact with the registry regularly, and that a good editing tool for such
interaction can be helpful and worthwhile. Though RegHance doesn't support some
highly advanced registry handling functions (more on this topic later), it is
definitely a step up from Regedit.exe.
Also, RegHance is tightly integrated with Ad-aware. This is likely
to make it appealing for those who depend on Ad-aware (and Ad-watch, the companion
event tracker that watches the registry closely, among other points of Windows
focus) to tell them what spyware, cookies, pop-ups, and other external influences
may be doing or have done to their systems. Simply put, installing RegHance
along with these tools makes it easy to observe and investigate registry changes
that spyware can attempt to make or succeed in making.
How to
use Registry Editor to identify an unknown PCI device This article describes
how to identify and locate vendor information for a device that is displayed as
Unknown Device on the Device Manager tab.
This article was previously published under Q256986
SUMMARY This article describes the registry. This article also includes information
about how to edit the registry, and lists references for additional information.
Monitoring
and Troubleshooting the Registry
Registry software for Windows 95,98,ME,NT,2000 and XP
Freeware downloads System Utilities - Registry Tools - WebAttack.com, we download
it before you do!
click here to download directly from the author
Vilma Registry Explorer
is an enhanced version of the Windows Regedit program. It offers all of the
standard features as well as several additional tools like bookmarks and an
undo history, that allows you to undo any changes you made to the registry.
It offers a comfortable interface and quick access to advanced functions from
the toolbar. Vilma Registry Explorer also provides a better search function,
that allows you to view all search results in the lower pane of the window.
DiamondCS
security-related freeware and shareware programs (TDS, Port Explorer, Wormguard,
IRClean, RegistryProt, Autostart Viewer, and more...)
DiamondCS
WormGuard - Advanced Anti-Worm protection
Recent outbreaks of super-propagating worms have proven that traditional
anti-virus scanning techniques (scanning for known worms) are useless against
worms that spread around the globe faster than you can update your anti-virus
software.
This is where WormGuard comes in, it uses generic, heusteric detection of worms
which means it finds out what the worm actually does and gives you an alert
if it is something harmful.
Windows Registry
help Forums, self-help
Regmon (Sysinternals Freeware)
A Registry monitoring utility that will show you
which applications are accessing your Registry, which keys they are accessing,
and the Registry data that they are reading and writing - all in real-time.
This advanced utility takes you one step beyond what static Registry tools
can do, to let you see and understand exactly how programs use the Registry.
With static tools you might be able to see what Registry values and keys changed.
With Regmon you'll see how the values and keys changed..
Regmon works
on Windows NT/2000/XP, .NET Server 2003 (RC2 and higher), Windows 95/98/Me and
Windows 64-bit/Itanium.
RegShot
Home page
is a small utility that
will take a snapshot of your registry and then compare it with a second one - after
doing system changes or installing a new software. The changes report can be produced
in text or HTML format and contains a list of all modifications that have taken
place between snapshot1 and snapshot2. In addition, you can also specify a folder
(with sub folders) to be scanned for changes as well
RegHance
2.1 by Lavasoft
- Do you frequently work with a large number of
keys or wish that you could easily view and edit multiple locations simultaneously?
- Do you perform frequent searches and wish that
the native editor that ships with Windows® included more advanced options?
- Do you wish you could collect and comment important
keys within multiple bookmark files?
- Do you need to read and write binary data directly
to or from disk?
- Do you simply want a tool that could help
you to easily backup and restore all or any portion of your registry?
Then RegHance is THE tool you can't afford to
be without!
RegHance is designed to give you better overview
capabilities and greater control, from building multiple lists of important
keys to easier navigation. You can comment and save large numbers of keys
to disk with just a few clicks of your mouse. RegHance is compatible with
Windows 9x/ME/NT4.0, Windows 2000 and Windows XP. Not only does RegHance
include a powerful hexadecimal editor that allows the user to read and write
binary data to and from disk, it also includes advanced search and book
marking capabilities.RegHance
supports:
- Multiple-result searching
- Deleting and manipulation of registry keys
- Switching between horizontal and vertical
views
- Native keyboard shortcuts to enhance productivity
Search results can be:
- Converted to bookmarks
- Commented and saved to disk
- Exported as a text file
You can use the quick-address bar to quickly
jump to a particular key or you can save and restore your working desktop
at any time.In addition RegHance was
also designed to work in conjunction with Ad-Aware to provide the user with
the ability to quickly and easily investigate ANY suspicious registry key
with a simple mouse click.
RegCln
Description: This program will display the incorrect keys from Win95
(98) Registry. If you - advanced user - are sure that these keys are really
incorrect, you can delete them. Supported languages: English , Russian, French,
Italian, Japanese, Spanish, Dutch, German, Finland, Czech, Hungaria, Greek,
Swedish, Chinese, Portugues, Bulgarien.
Version: 2.0.1.6 | File size: 670 kb | OS: Windows[all]
Home
page
RegSeeker
Description: RegSeeker is a perfect companion for your Windows registry !
RegSeeker includes a powerful registry cleaner and can display various information
like your startup entries, several histories (even index.dat files), installed applications
and much more ! With RegSeeker you can search for any item inside your registry,
export/delete the results, open them in the registry. RegSeeker also includes a
tweaks panel to optimize your OS !
Version: 1.06 | File size: 247 kb | OS: Windows[all]
Home page
RegScrubXP
Description:
Cleans the system registry of clutter and junk. Makes your computer run faster!
Includes registry tweaks to customize your computing experience! Cleans junk
out of the Windows XP/2000 system registry. All changes made to the registry
are fully restorable to it's original condition. You can make an exclusion list
of registry entries that RegScrubXP will not display as problems. You can sift
through a list of file extensions, company names, "run upon startup" programs,
Internet Explorer history, and uninstall programs to delete what you think is
junk. Tweak the registry with the easy to use tweaker!
Version: 3.25
| File size: 581 kb | OS: Windows 2000/XP
Home page
Vilma Registry Explorer
Description: Vilma Registry Explorer is a powerful tool that will give to
you the easiest way to rule all aspects of your system. You can create new keys
and values, add them to the registry, or delete the existing ones. You don't have
to make a backup of all your actions as Registry Explorer does it in the background.
If you decide that an action is not useful, or is wrong, just open the "Backup"
window and restore the item by clicking over the record. Importing and exporting
data files is very easy.
Version: 1.3.4 | File size: 494 kb | OS: Windows[all]
Home
page
Registry Commander
Description: Use this application as an alternative for the registry editor
that comes with windows (REGEDIT.EXE). - Registry Commander can do what all other
registry editors can't such as cut/copy/paste, advanced search, change value type
(string => binary), bookmark of keys and values, support of other types than just
strings, dword and binary values. - A thing I never understood is why no registration
database editors showed the size of the value data, this is properly one of the
things that made me create this application!
Version: 1.02 | File size: 550 kb | OS: Windows[all]
Home
page
RegEditX - was not updated from 2004.
Description:
RegEditX (Registry Editor Extensions) is freeware that enhances the Windows
Registry Editor. If you edit the same keys repeatedly, this is for you! New
buttons activate frequently used commands, and a combo box stores a history
of visited keys and allows quick navigation back to them. The keys are saved
across sessions and available the next time you use the Registry Editor.
Version: 1.31 | File size: 329 kb | OS: Windows[all]
Home
page
TestRun
Description: Here is a system of program files that will permit you
to safely experiment with new software without fear of corrupting the windows
Registry. The Registry is a data base of essential information for applications
and the Operating System. Some programs that you trial may import values into
the Registry that overwrite the original settings. Even if the programs are
uninstalled, it can still be impossible to get the Registry back to original.
Version: 2.12 | File size: 144 kb | OS: Windows 95/98
Home page
Registrar
Lite
Description:
Registrar Lite is a powerful and flexible freeware registry editor.
It offers an explorer style interface which supports the clipboard and allows
you to drag and drop registry keys and values. It offers background search and
replace, a bookmark editor which allows you to add descriptions to registry
keys as well as advanced registry value data editors which support all existing
registry data types. An addressbar allows you to access registry keys and values
quicly. Registrar Lite offers registry key import and export functionality which
supports all native registry file types. When running on Windows XP,2000 or
NT, all security features are supported by offering editors which allow you
to set registry key, permissions, auditing and ownership.
Version: 2.00
| File size: 2036 kb | OS: Windows[all]
Home page
RegistryReplacer
Description: The RegistryReplacer is useful
for search and replace operations within the Windows Registry. It is limited
to string manipulations only. Binary and numerical data cannot be processed.
The involved Registry hives as well as entry types (key, values, value names)
are easily selected. After so called 'replacement pairs' have been collected
you may easily review changes before applying them.
Version: 1.2
OS: Windows 2000/NT/XP Home page
Copyright © 1996-2007 by Dr. Nikolai Bezroukov.
www.softpanorama.org was
created as a service to the UN Sustainable Development Networking Programme (SDNP)
in the author free time.
Submit
comments This document is an industrial compilation designed and created
exclusively for educational use and is placed under the copyright of the
Open Content License(OPL).
Original materials copyright belong to respective owners. Quotes are made
for educational purposes only in compliance with the fair use doctrine.
Standard disclaimer: The statements, views and opinions presented on
this web page are those of the author and are not endorsed by, nor do they necessarily
reflect, the opinions of the author present and former employers, SDNP or any other
organization the author may be associated with. We do not warrant the correctness
of the information provided or its fitness for any purpose.
Last modified:
March 15, 2008