PDA

View Full Version : CeRegEditor NEW ver 0.0.5.2, with regular expressions


mdziedzic
4th September 2007, 11:25 PM
Hello,
I'd like to introduce new registry editor CeRegEditor for WindowsCE, WindowsMobile :)
It works on desktop PC but operates on PDA's registry.

Main features:
- keys/values create and edit
- fast search
- export/import keys to/from REG file
- create "image" registry with compare and restore service
- free for private and commercial use
- registry compare to CAB or REG files
- open REG/RGU, CAB, HV as regular registry, with all edit functions available
...and many more ;)

link to web site: http://ceregeditor.mdsoft.pl?lang=en

link to software: http://ceregeditor.mdsoft.pl/ceregedit_setup.exe

It is still during test period, but basic features are well tested and stable :)
It is Polish software but with english interface :D

edit
If You find any error in the application or mistake in English interface please send an email to ceregeditor@mdsoft.pl or write it within thread

ericjm
4th September 2007, 11:28 PM
nice one! thanks!:D

Rhapsody
5th September 2007, 07:29 AM
It looks very nice! thanks

paalkr
5th September 2007, 08:27 AM
Hi!

Thanks a lot! The compare service makes it even easier to build OEM packages when kooking ROMs. Great software!

Regards,
PK

h0228631
5th September 2007, 08:41 AM
nice app. :D

its right
5th September 2007, 08:47 AM
good tool, many of cookers want to edit the registries using the PC ;)

dferreira
5th September 2007, 10:52 AM
Nice software :) I have one suggestion: since this works on the desktop, one feature that would be neet was that if we install a CAB, it detects what's changed on the PPC, regarding the registry. That would be great to know what are the registry keys needed for the instalation of OEM packages!

mdziedzic
5th September 2007, 11:05 AM
Nice software :) .... if we install a CAB, it detects what's changed on the PPC, regarding the registry. That would be great to know what are the registry keys needed for the instalation of OEM packages!
You can use compare tool embedded into CeRegEditor.
First, create registry image(Images->Create image or F2 key) and after cab instalation perform compare registry, Images->Compare registry. It will show only differences/changes between the image and the current registry :)

I hope this will be useful for You :)

petervbeck
5th September 2007, 11:06 AM
Great work, sounds cool...thanks !

dferreira
5th September 2007, 11:12 AM
Yes, very :D thanks so much!

Cobra2
5th September 2007, 11:21 AM
NIce Progie :D thanx

mdziedzic
5th September 2007, 02:22 PM
New version 0.0.2.2

+ added UNICODE support for export/import data to/from REG file
+ fixed header in REG file. The string in header changed to REGEDIT4. Previous string was not compatible with some other registry tools (WinCE Cab Manager)
+ fixed format of path to directory/file in REG file.
...and some minor fixes

;)

Guybrush
5th September 2007, 03:52 PM
Thank you, I was using Mobile Registry Editor to edit registry directly from Desktop but your app look nice ;)

mdziedzic
13th September 2007, 03:11 PM
New version 0.0.3.0 available :)

Some fixes and new features!
Now, compare tool handles CAB and REG files ;)
So, it is possible to compare registry to CAB file or REG file, CAB to CAB, CAB to REG, REG to registry image, etc.

It's possible to check what changes will be made by CAB before CAB instalation :D

Update details: http://ceregeditor.mdsoft.pl/index.php?id=4&lang=en

Download: http://ceregeditor.mdsoft.pl/ceregedit_setup.exe

luv2chill
13th September 2007, 07:46 PM
cool... I will check this out soon.

@mdziedzic, curious how you are implementig the cab compare function... are you just looking at reg entries stored in the cab? Cos sometimes the complicated ones involve self-registering dlls and setup.dll files that make reg entries also. Prime examples of this are voice command, mark all as read, and some SPB apps. For those we always have to do a reg diff before/after cab install to see what the setup.dll did (or see the self-registered dll additions).

I have been wondering if it's possible to write an app that examines a setup.dll to see what reg entries it would create. So far I don't know of any way to do that other than reg dump->install cab->reg dump->compare.

Anyway your app will be very useful! Thanks for your hard work.

nothin
13th September 2007, 08:20 PM
congratz.
widzisz? docenią....

mdziedzic
14th September 2007, 08:59 AM
@mdziedzic, curious how you are implementig the cab compare function... are you just looking at reg entries stored in the cab? {...cut...}

Yes, I compare only reg entries stored in cab!


I have been wondering if it's possible to write an app that examines a setup.dll to see what reg entries it would create.

I think it is not possible! Each developer/provider creates it's individual setup.dll for CABs. Each DLL could has different structure (written in C++ or Pascal). Trying to "decode" setup.dll will be always "guessig"!


So far I don't know of any way to do that other than reg dump->install cab->reg dump->compare.

IMO, for CABs with setup.dll or exe instalators it's the best metod. In CeRegEditor, just create registry image (F2)-> do instalations-> compare registry with image(F3). After compare You can save differences to REG file ;)


Anyway your app will be very useful! Thanks for your hard work.

Great :D

mdziedzic
14th September 2007, 11:18 AM
New version 0.0.3.1 available ;)
http://ceregeditor.mdsoft.pl/ceregedit_setup.exe

Updates:
- fix in CAB-> REG conversion

wprocter
30th October 2007, 04:50 PM
great looking ap...

I particularly like the little status monitor...nice touch.

adejager1
1st November 2007, 09:13 PM
It would be great if you could also map registry files from a dumped rom. This way you could easily extract registry settings from other phones without the need of the actual device. At this moment you still need the phone.

is this possible

mdziedzic
2nd November 2007, 01:42 PM
It would be great if you could also map registry files from a dumped rom. [...]
is this possible
Yes,it's possible ;) Lots of people asked me for this!
In few days new version is going to be ready!:D This functionality will be included ;)

lastnikita
4th November 2007, 08:55 PM
Nice !
I just saw now you have a thread on xda-dev ;)
I'm the one who has emailed you about command lines operation, so I'll keep an eye on that thread !

Does someone know a similar tool which work from the device itself, and support silent import/operations using command lines ?

Many thanks..

mdziedzic
10th December 2007, 01:08 AM
Hi,
New version 0.0.4.0 of CeRegEditor is availabale ;)

In new version:
- added offline mode. In this mode, files can be used as regular device registry. All functions (add, delete, search, compare, etc.) are available :)
Supported files by offline mode: REG, CAB, RGU, CEIMG.
- conversion REG->CAB

More details about changes: http://ceregeditor.mdsoft.pl/index.php?id=4&lang=en
Download: http://ceregeditor.mdsoft.pl/index.php?id=3&lang=en

:D

lepsyfou
10th December 2007, 01:42 AM
thank you great tool

dan1967
10th December 2007, 10:29 AM
Very nice mate!!

Cobra2
10th December 2007, 01:06 PM
Thank u very much 4 sharing, the best i've ever tried :D :D

mdziedzic
12th December 2007, 10:09 AM
New version 0.0.4.1!!!
I found bug in backup engine in V0.0.4.0.

New version: http://ceregeditor.mdsoft.pl/index.php?id=3&lang=en

sorry for any inconvenience :)

CharlyV
12th December 2007, 10:33 AM
Nice !
I just saw now you have a thread on xda-dev ;)
I'm the one who has emailed you about command lines operation, so I'll keep an eye on that thread !

Does someone know a similar tool which work from the device itself, and support silent import/operations using command lines ?

Many thanks..

SKTools have silent import function for Unicode REGEDIT5, REGEDIT4 files.

TFGBD
16th December 2007, 11:07 AM
Would it be possible to add the ability to parse Windows CE registry intialization files in .fdf and .hv formats?

Thanks

cicciocant
16th December 2007, 11:33 AM
Is it possibile to view the keys in HEX format?

dheewatara
16th December 2007, 02:04 PM
great tools, thank you so much.:)

Alexx~
19th December 2007, 02:56 AM
I have translated the program to Russian, but I do not know as add language.
Only if to replace existing files.
The good program, thank :)

mdziedzic
19th December 2007, 10:29 AM
Would it be possible to add the ability to parse Windows CE registry intialization files in .fdf and .hv formats?

Please, send me these files! I'll check format and structure :)

mdziedzic
19th December 2007, 10:38 AM
I have translated the program to Russian, but I do not know as add language.

You read in my mind :D Great work !!!
I wanted to ask people to help me to add some more languages to CeRegEditor ;)
So, If someone would be so nice to translate the application's interface to any language please contact me ;) ceregeditor@mdsoft.pl

thanks in advance :)

Alexx~
19th December 2007, 12:12 PM
It was difficult to understand with a format of language files
For converting MO to PO (PO a simple textual file) I used dxgettext-1.2.1 - http://heanet.dl.sourceforge.net/sourceforge/dxgettext/dxgettext-1.2.1.exe
For converting PO to MO - Poedit - http://garr.dl.sourceforge.net/sourceforge/poedit/poedit-1.3.9-setup.exe

mdziedzic
19th December 2007, 12:34 PM
It was difficult to understand with a format of language files

If anyone wants to make translation please contact me before! I will give all tools, source files and all necessary info ;)

mdziedzic
27th December 2007, 08:06 PM
New version, 0.0.4.3 available ;)

In new version - direct HV files edition/creation.

Download link: http://ceregeditor.mdsoft.pl/index.php?id=3&lang=en

More details:
http://ceregeditor.mdsoft.pl/index.php?id=4&lang=en

TFGBD
30th December 2007, 09:05 PM
Wow! Just what I was asking for! Now all it needs is .FDF (for RAM based registry initialization) support and it will be the most amazing Windows CE (desktop) registry editor ever!!!

krushmoto
4th January 2008, 04:55 AM
I can connect to my Mogul and read the registry but when I tried changing the values in the registry but I get a write protect error. Can you help?
Thanks
:confused:

mdziedzic
4th January 2008, 08:28 AM
I can connect to my Mogul and read the registry but when I tried changing the values in the registry but I get a write protect error.

Try to use Tools->Unlock registry; this should unlock Your mogul ;)

hendrixus
20th January 2008, 11:35 PM
Great tool, thanks :D

tramane
14th April 2008, 05:37 AM
Hello,
I'd like to introduce new registry editor CeRegEditor for WindowsCE, WindowsMobile :)
It works on desktop PC but operates on PDA's registry.

Main features:
- keys/values create and edit
- fast search
- export/import keys to/from REG file
- create "image" registry with compare and restore service
- free for private and commercial use
- registry compare to CAB or REG files
- open REG/RGU, CAB, HV as regular registry, with all edit functions available
...and many more ;)

link to web site: http://ceregeditor.mdsoft.pl?lang=en

link to software: http://ceregeditor.mdsoft.pl/ceregedit_setup.exe

It is still during test period, but basic features are well tested and stable :)
It is Polish software but with english interface :D

edit
If You find any error in the application or mistake in English interface please send an email to ceregeditor@mdsoft.pl or write it within thread


WOW this program is the POOP!
And i mean like its GREAT
Can i say Its the SHIZNIT!

Ok ok im sorry enough urban slang
Seriousl great program
Works wonderfully

Eaglep
5th June 2008, 02:30 PM
Hello,
I'd like to introduce new registry editor CeRegEditor for WindowsCE, WindowsMobile :)
It works on desktop PC but operates on PDA's registry.

Main features:
- keys/values create and edit
- fast search
- export/import keys to/from REG file
- create "image" registry with compare and restore service
- free for private and commercial use
- registry compare to CAB or REG files
- open REG/RGU, CAB, HV as regular registry, with all edit functions available
...and many more ;)

link to web site: http://ceregeditor.mdsoft.pl?lang=en

link to software: http://ceregeditor.mdsoft.pl/ceregedit_setup.exe

It is still during test period, but basic features are well tested and stable :)
It is Polish software but with english interface :D

edit
If You find any error in the application or mistake in English interface please send an email to ceregeditor@mdsoft.pl or write it within thread

how can i remove Internet Explorer?
i tried HKEY/Local machine/Software/Microsoft/Internet Explorer it didnt work.
do you have any idea how to do it

ccc030
5th June 2008, 04:30 PM
i guess you cant remove the ie, cause its a part of the os. Why do you want to REMOVE it. ???

And before use this --> http://forum.xda-developers.com/images/icons/icon13.gif think about it ;)

And hey... you got the answer to your IE question weeks ago: http://forum.xda-developers.com/showpost.php?p=2178327&postcount=2
(http://forum.xda-developers.com/showpost.php?p=2178327&postcount=2)

how can i remove Internet Explorer?
i tried HKEY/Local machine/Software/Microsoft/Internet Explorer it didnt work.
do you have any idea how to do it

Eaglep
5th June 2008, 06:55 PM
Thanks ccc030 for taking your time and answering me and Sorry for asking so many questions i am still new in the forum

The reason I want to remove it is because my children play a lot with my phone and i don’t want them to look at inappropriate pages.

I understand that it’s in the rom but I thought that through PHM Reg or any other software you can still change some settings so it wont work properly.
or Maybe change one of the connections or GPRS setting

To remove it from the start menu isn’t a solution for me

please help me if you can:confused:

ccc030
6th June 2008, 03:19 AM
i really like to, but my only idea is --> you have to use a tool that do a "autokill" tools on ppc - in your case the ie. (only if you dont want to install a firewall solution that could blog the ie) i try to find something like that on the web, but no success.

make a new thread to the developers. maybe there is anyone who will write a lill "autokill" tool for you. i guess its not a problem for the coders in here. there are loads of different autokill progs for winxp, all freeware and very small. i am sure such a lill tool should be possible to code for ppc too.

(uiiii i got good ideas, lol)



Thanks ccc030 for taking your time and answering me and Sorry for asking so many questions i am still new in the forum

The reason I want to remove it is because my children play a lot with my phone and i don’t want them to look at inappropriate pages.

I understand that it’s in the rom but I thought that through PHM Reg or any other software you can still change some settings so it wont work properly.
or Maybe change one of the connections or GPRS setting

To remove it from the start menu isn’t a solution for me

please help me if you can:confused:

Eaglep
11th June 2008, 05:44 PM
i really like to, but my only idea is --> you have to use a tool that do a "autokill" tools on ppc - in your case the ie. (only if you dont want to install a firewall solution that could blog the ie) i try to find something like that on the web, but no success.

make a new thread to the developers. maybe there is anyone who will write a lill "autokill" tool for you. i guess its not a problem for the coders in here. there are loads of different autokill progs for winxp, all freeware and very small. i am sure such a lill tool should be possible to code for ppc too.

(uiiii i got good ideas, lol)

maybe can you explain me what "autokill" tools is and what is write a lill i am still new to all this so i will be happy if you can explain it to me

thanks

Suxipo
23rd July 2008, 06:40 AM
sorry to dig up this thread. Found it via search.

Anyway I keep getting "Access denied" message when using this software with my HTC Kaiser using uncooked/official rom (WM 6.1 Pro). Same thing happens when I try with MobileRegistryEditor.

Please help! Thanks

taurus905
28th December 2008, 07:56 PM
I have spent many hours searching and trying to solve this problem. I found many examples of people posting this "Access denied" issue with the response being to use the "Unlock registry" in the "Tools menu". But none of them replied that this either worked, or did not.

I really want to use CERegEditor because I am trying to edit the font size and type on my phone and this editor is so much easier to see on my pc monitor.

However, when I try to edit the following:
Key name: HKEY_LOCAL_MACHINE\System\GDI\SYSFNT
Value name: Nm
Value data: Tahoma

I get this error:
"Write error" "Access is denied."
"Write error" "Cannot write value data!
"Try again!"

This occurs even after I have used the "Tools" menu and clicked on "Unlock registry". I even get he message, "Done" "Now, the device registry should be unlocked for editing!"

Just to be clear, I connected my phone to the pc with ActiveSync, then I opened CERegEditor and used the "Connection" menu and clicked on "Connect". I then used the "Tools" menu and clicked on "Unlock registry".

I am using CERegEditor ver 0.0.4.4 by mdSoft and tried this on two PCs, both running XP, and two different phones -- Treo 700w and HTC Touch Pro

I would appreciate any help in this matter.

guitardoc64
28th December 2008, 09:01 PM
Thanks! This is a nice update on my favorite reg editor.

Ellemme
26th April 2009, 11:32 PM
My program works fine EXCEPT...when I go to add a string, the pop up window does not show in full. I can't and or don't know how to resize it. It cuts off before I can enter the value. Any ideas?

wapvirus
27th April 2009, 12:35 AM
This is a must have new version even better now 4.4 just can't do without this for rom building thanks :):)

mdziedzic
3rd June 2009, 07:51 PM
Hi,
After very very long break, new version of the CeRegEditor is available :)

The new version has support for XML (provisioning) files - create/edit/compare.

Details about changes http://www.ceregeditor.mdsoft.pl/index.php?id=4&lang=en

New 0.0.5.0 version http://www.ceregeditor.mdsoft.pl/files/CeRegEdit_Setup_0.0.5.0.exe

:D

guitardoc64
4th June 2009, 03:10 PM
Nice! I'm glad to see development continue.

climber1872000
12th June 2009, 11:42 PM
I’m using the latest version of your awesome software and have come to the conclusion that I am doing something incorrectly. Every time I attempt to create a cab from a reg it always sticks extra forward slashes in the strings. It should look like this (\Windows\Start Menu\Programs\Apps\MSN Weather.lnk) but it comes out looking like this (\\Windows\\Start Menu\\Programs\\Apps\\MSN Weather.lnk). Can anyone throw me a bone here and let me know what I am doing wrong. I noticed that no one has brought up this issue yet, so I’m guessing it’s just me.

Sweet software! :D

mdziedzic
14th June 2009, 11:43 AM
[...] what I am doing wrong

You are doing everything correct :)
There was a bug in CAB creation - update to new version 0.0.5.1!
http://www.ceregeditor.mdsoft.pl/files/CeRegEdit_Setup_0.0.5.1.exe

climber1872000
14th June 2009, 10:37 PM
You are doing everything correct :)
There was a bug in CAB creation - update to new version 0.0.5.1!
http://www.ceregeditor.mdsoft.pl/files/CeRegEdit_Setup_0.0.5.1.exe

Thanks for the reply and the update! This has got to be one of the most useful pieces of software I have on my computer for my PPC! :D

climber1872000
15th June 2009, 10:26 PM
You are doing everything correct :)
There was a bug in CAB creation - update to new version 0.0.5.1!
http://www.ceregeditor.mdsoft.pl/files/CeRegEdit_Setup_0.0.5.1.exe

The problem is still there. It seems that this is happening when you export values. For some reason an extra backward slash (\) is still being added during the exportation process. Example: [HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\GProgr ams\Page8]
"SK2URL"="\\Windows\\HTCGPSTool.exe"
"iconpicture"="\\Program Files\\gullum\\ql31.png"
"Icon"="\\Program Files\\gullum\\qlicon.png"
"ACTIONURL"="\\Windows\\GPSTest.exe"
"SK2TEXT"="GPS Tool"
"AppName"="Quick GPS"
"InfoText"=""

Ethermind
22nd June 2009, 05:27 PM
First time i opened default.hv app freezed during saving.
Second time it not freezed, but saved 1Mb registry file into 600kb!

szymcio2001
8th August 2009, 02:37 PM
I am using CeRegEditor and I think that it is great, powerful and very useful tool. My favourite feature is finding differences in registry files. But when using this software I found a small bug. When I try to convert REG file to CAB which have a key with very long value, the conversion is not working. I attach the example REG file that is not working. Maybe it will be useful.

firebelly
20th August 2009, 02:40 PM
would it be possible to dave whole of the registry in one file?

stylez
10th September 2009, 03:41 AM
Just wanted to say thankyou, tend to use the old Mobile Registry Editor but this is so much better, just saved me alot of time exporting REG :)

mdziedzic
19th September 2009, 01:18 AM
New version 0.0.5.2 is available :)

In the new version:
- added regular expressions for the search function
- fixed long values support, in REG->CAB conversion
- some minor bugfixes

http://www.ceregeditor.mdsoft.pl/files/CeRegEdit_Setup_0.0.5.2.exe

TheRem
19th September 2009, 01:56 AM
thanks mdziedzic! :)

guitardoc64
19th September 2009, 02:37 AM
Thanks mdziedzic! This program is very useful. I really like being able to edit mobile registry on desktop!!!

apieceofcake
17th February 2010, 08:26 AM
Thank you, mdziedzic. It's very helpful :)

justrome0
19th February 2010, 02:30 AM
Error while trying to compare .reg files exported from DotFred's task manager.
Error in value "PrevReqOptions"!
BINARY data must have even count of hex chars!

I'm not sure if the bug is yours or his ... it's just that it's a lot faster to export registry files on phone then copy to pc and compare rather than exporting from ceRegEditor.

Maybe your can launch a command in the phone that exports the registry into a local temp folder then copy it to pc. Seems to be a lot faster that way.

I'm not trying to criticize just trying to help with findings and ideas.

Good work! Thanks for doing it.

Nokser
19th February 2010, 03:56 AM
Hi mdziedzic
Thanks for this Program :cool:

madz001
19th February 2010, 09:10 AM
great work.... thank u so much...:)

cpala
21st February 2010, 12:13 AM
thanks,
a candidate for software o the year

guitardoc64
21st February 2010, 12:15 AM
thanks,
a candidate for software o the year
+1 On that. Best PPC desktop utility.

kevinpwhite
28th March 2010, 03:32 PM
New version 0.0.5.2 is available :)

In the new version:
- added regular expressions for the search function
- fixed long values support, in REG->CAB conversion
- some minor bugfixes

http://www.ceregeditor.mdsoft.pl/files/CeRegEdit_Setup_0.0.5.2.exe

Hi @mdziedzic,

I did send an email yesterday, but have since discovered this thread so though worth posting here.... please therefore ignore previous note.

First - I am very pleased with CERegEdit – it is an excellent tool ! SO much simpler to do complex editing than on a mobile device direct ! :)

I do have two real problems though and must ask for some help....

Problem 1 - Restoring a CeRegEditor Registry Backup
- I am currently using the previous edition, 0.0.4.4, as have problems with the newer release (see below); running under Windows 7 X64
- I have made a Win Mobile 6.5 device Registry Image Backup – and now want to be able to Restore to the device after a Hard Reset.
- The saved Image has many of the pre-loaded Keys deleted or edited (to remove Orange Operator branding settings on a TG01); I want to be able to replicate those changes simply after a Hard Reset.
- I have searched everything I can find in CeRegEdit and tried repeatedly using the F3 / Compare function between the Device Registry connected over Win Mobile Device Center and the saved Backup Image.
- I can see the differences between the two Registries – but just cannot find out how to overwrite the device with the Backup Image.

I’m sure I am doing something wrong ! Can you help please ?

Second Problem - Trouble with Version 0.0.5.2
- I recently downloaded and installed the newer version 0.0.5.2 but find that this does not work properly.
- It often will not display the device Registry tree and it will not operate the Search feature at all.
- Consequently went back to the previous release.
- I get the following error message when starting:300233
- And this one when trying to connect to the device (the device IS connected via WMDC; I am logged in as Administrator):300234


I am looking forward to your help :) Please advise if there is any additional information needed to help resolve ?

kaneda68
17th June 2010, 06:54 AM
Hi All..
I am getting same problem as kevinpwhite. Seems to be related to Active Sync not installed or used with Win7?

using Win7 + HD2.

Oh, it worked fine with connected to XP laptop.

kaneda

fards
17th June 2010, 03:11 PM
run the program with administrative privileges.

kevinpwhite
18th June 2010, 07:56 PM
run the program with administrative privileges.

Thank you very much for that simple but completely effective remedy :)

I can now run the newer version of CERegedit properly; a great improvement.

G-ThGraf
20th June 2010, 12:13 AM
Really usefull!

Big Thanks

c_shekhar
24th June 2010, 11:45 AM
Very useful tool.
but I miss the rename key facility..

TimelesslyPrecise
29th October 2010, 07:21 AM
Trying to download this program was a pain in the arse....

When i went to the original site, i coudln't find it.

here is the site i cought it on...
Since i can't post url
qqq= World Wide Web
ppp= COMunication


qqq.onlinedown.ppp/detail/92590.htm#download

wstephen
15th February 2011, 07:34 AM
Hello,
I'd like to introduce new registry editor CeRegEditor for WindowsCE, WindowsMobile :)
It works on desktop PC but operates on PDA's registry.

Main features:
- keys/values create and edit
- fast search
- export/import keys to/from REG file
- create "image" registry with compare and restore service
- free for private and commercial use
- registry compare to CAB or REG files
- open REG/RGU, CAB, HV as regular registry, with all edit functions available
...and many more ;)

link to web site: http://ceregeditor.mdsoft.pl?lang=en

link to software: http://ceregeditor.mdsoft.pl/ceregedit_setup.exe

It is still during test period, but basic features are well tested and stable :)
It is Polish software but with english interface :D

edit
If You find any error in the application or mistake in English interface please send an email to ceregeditor@mdsoft.pl or write it within thread

To be able to tweak WM from a desktop is so helpful and I reckon it is a must now, that please accept my gratitude.

(1) However, the Apps is unable to display registry strings in localised languages (I have a lot of strings in Traditional Chinese, and they appear garbled. I couldn't tell which is which from CeRegEditor Panel on my PC :confused: ). Deployability and popularity would surely far beyond the App.'s current boundaries. If it is just a matter of switching from processing ANSI into processing Unicode, I strongly suggest you may benefit the usability to rest of the world by lifting off this intrinsic language barrier from the Apps. I beg your pardon If a tweak on a PC's Registry may readily achieve this result even without modifying the CeRegEditor. I don't know how though.

(2) The Apps has a Polish and English language interface to enable non-polish OS to work on is out of a great will.:) Additional language interfaces for non-English speakers is helpful, of course, but is not as direly needed as to enable the Apps to process non-Polish and non-English character Strings to the rest of the world.

(3) Had a mail recipient address error while sending to: ceregeditor@mdsoft.pl

Thanks again for the great Apps, it really helped a lot already and Cheers!:D


WStephen

Joe Bleau
17th April 2011, 01:32 PM
Trying to download this program was a pain in the arse....What? No problem here: http://ceregeditor.mdsoft.pl/index.php?id=3&lang=en or read the 5th. post above yours. :rolleyes: