First things first: What’s a “Registry”?
Regardless if you’re talking about Desktop, Notebook or Pocket PCs running a certain version of Microsoft Windows Operating System, they all have a registry, which basically is a database of settings and options. According to Wikipedia, “It contains information and settings for hardware, operating system software, most non-operating system software, and per-user settings. The registry also provides a window into the operation of the kernel, exposing runtime information such as performance counters and currently active hardware.”
A deeper look: What’s a “Registry” made of?
Registries are made of two components: keys and values and are structured in logical components called hives. Look at registry keys like they were folders, each key having the ability of containing one or several other “subkeys” and so on. Values on the other hand are name/data pairs which are stored inside keys.
List of WM Registry Value Types |
|
REG_NONE |
No type |
REG_SZ |
A string value |
REG_BINARY |
Binary data (any arbitrary data) |
REG_DWORD |
A DWORD value, a 32-bit unsigned integer (numbers between 0 and 4,294,967,295 [232 – 1]) (little-endian) |
REG_MULTI_SZ |
A multi-string value, which is an array of unique strings |
List
of WM Registry Hives
|
|
HKEY_CLASSES_ROOT |
stores information about registered applications, such as file associations and OLE Object Class IDs, tying them to the applications used to handle these items |
HKEY_CURRENT_USER |
stores settings that are specific to the currently logged-in user |
HKEY_LOCAL_MACHINE |
stores settings that are specific to the local computer/device |
HKEY_USERS |
contains subkeys corresponding to the HKEY_CURRENT_USER keys for each user profile actively loaded on the machine, though user hives are usually only loaded for currently logged-in users. This also contains valuable keys related information about different users |
Registry editing:
principles
Editing your registry basically comes down to a few operations you need to understand: adding, deleting and modifying plus registry import and export.
Most of the times, all editing is done on the values, as they are the ones that have a finality but there are times though when you need to create keys
Registry editing:
direct on-device registry editing
The easiest way to edit your registry is to do it directly, on your device. The advantages are that you can do this any time, any place without the need of wires, connections or a PC. The applications used to edit the Registry this way access the Registry on the device directly and so they save the changes too. These applications are Device applications which install and run on your Device.
Registry editing:
remote registry editing
Heavy Registry editing, in cases you need to undertake several changes in the Registry, might require you to use, for ease of work reasons, applications that edit your registry remotely. What does this mean? It means that you will have your device connected via a wire/Bluetooth to a PC through ActiveSync or Windows Mobile Device Center, and the application used to edit the registry will access the Registry from your PC on your device through the connection. These applications usually are PC applications which install and run on your PC.
Ok - I understand - how can I find registry edits?
We have a whole section in our wiki devoted to Registry Edits. Check it out!
Registry editing
applications (just some of them, really)
Free:
PHM Registry Editor – Popular Stand-alone Windows Mobile Registry Editor for Windows Mobile
CeRegEditor / CeRegEditor – Popular Remote Windows Mobile Registry Editor for Desktop
Dotfred's TaskManager – A Free Task Manager Containing a Registry Editor
Total Commander – The Popular File Explorer Alternative With a Registry Editor Inside
Commercial:
SKTools (pocketnow.com review)
MemMaid (pocketnow.com review)
Resco Explorer (pocketnow.com review)
Word of Warning!






