Registry Edit - Touch HD General

Ok, so I want to edit the registry for the 15 Tabs...
How do I go about this I know what I need to put on but to go about putting on the HD I have no idea.
Thanks in advance for your help

Have you got yourself a registry editor? Check out PHM, or CERegEditor.
Then just follow the required keys and make the necessary edits.
V

thanks mate =)

Related

DelReg (deleting registry keys/values)

Hi,
I looked around on MSDN and found that cabs/inf files do use the AddReg 'command' to add or modify registry keys and values, but it doesn't explain how to remove a registry value of key with a cab installer file. DelReg doesn't seem to be supported.
I'm sure there must be a way to delete registry settings, anyone know how?
TAI,
Cheers,
C.a.c.t.u.s
you can put this (and other) functionality into your own setup.dll
buzz
k, thanks.
Can you point me in the right direction where to find information on this?
Cheers,
C.a.c.t.u.s.
le_cactus said:
k, thanks.
Can you point me in the right direction where to find information on this?
Cheers,
C.a.c.t.u.s.
Click to expand...
Click to collapse
not right now, but go to http://msdn.microsoft.com
and type "setup.dll windows ce cabwiz" into the search box.
buzz
Thanks Buzz, I'll have a look there again.
C.a.c.t.u.s.

CeRegEditor NEW ver 0.0.5.2, with regular expressions

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
edit
If You find any error in the application or mistake in English interface please send an email to [email protected] or write it within thread
nice one! thanks!
It looks very nice! thanks
Hi!
Thanks a lot! The compare service makes it even easier to build OEM packages when kooking ROMs. Great software!
Regards,
PK
nice app.
good tool, many of cookers want to edit the registries using the PC
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!
dferreira said:
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!
Click to expand...
Click to collapse
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
Great Work
Great work, sounds cool...thanks !
Yes, very thanks so much!
NIce Progie thanx
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
Thank you, I was using Mobile Registry Editor to edit registry directly from Desktop but your app look nice
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
Update details: http://ceregeditor.mdsoft.pl/index.php?id=4&lang=en
Download: http://ceregeditor.mdsoft.pl/ceregedit_setup.exe
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.
congratz.
widzisz? docenią....
luv2chill said:
@mdziedzic, curious how you are implementig the cab compare function... are you just looking at reg entries stored in the cab? {...cut...}
Click to expand...
Click to collapse
Yes, I compare only reg entries stored in cab!
luv2chill said:
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.
Click to expand...
Click to collapse
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"!
luv2chill said:
So far I don't know of any way to do that other than reg dump->install cab->reg dump->compare.
Click to expand...
Click to collapse
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
luv2chill said:
Anyway your app will be very useful! Thanks for your hard work.
Click to expand...
Click to collapse
Great
New version 0.0.3.1 available
http://ceregeditor.mdsoft.pl/ceregedit_setup.exe
Updates:
- fix in CAB-> REG conversion
great looking ap...
I particularly like the little status monitor...nice touch.
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

Create a single cab out of multiple reg entries

Hey guys, I'd like to combine all my registry edits in to 1 single installable cab file. How can I do this? I have several regedits eg:
[HKEY_LOCAL_MACHINE\ControlPanel\Pen]"Hide"=dword:0
HKCU\ControlPanel\Keybd and change DeviceLockWhenSuspend to 0
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS and Change - CacheSize to 4096
As you can see, they are stored in my list of tweaks in plain English.. how can I make a properly formatted list of all of them and then make a cab that will install to my PPC and change all the appropriate reg entries.
Thanks in advance!
the7thson said:
Hey guys, I'd like to combine all my registry edits in to 1 single installable cab file. How can I do this? I have several regedits eg:
[HKEY_LOCAL_MACHINE\ControlPanel\Pen]"Hide"=dword:0
HKCU\ControlPanel\Keybd and change DeviceLockWhenSuspend to 0
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS and Change - CacheSize to 4096
As you can see, they are stored in my list of tweaks in plain English.. how can I make a properly formatted list of all of them and then make a cab that will install to my PPC and change all the appropriate reg entries.
Thanks in advance!
Click to expand...
Click to collapse
google ceregeditor. It will turn registry entries into a cab for you.
mwalt2 said:
google ceregeditor. It will turn registry entries into a cab for you.
Click to expand...
Click to collapse
Yes I actually am using ceregeditor. I can turn a single reg entry into a cab but I'm not sure how I can make a collection of regedits in to one cab file using that software. Could you point me in the right direction?
the7thson said:
Yes I actually am using ceregeditor. I can turn a single reg entry into a cab but I'm not sure how I can make a collection of regedits in to one cab file using that software. Could you point me in the right direction?
Click to expand...
Click to collapse
Just place your regedits in a text file and save it as something like filename.reg. Then open the reg file with ceregeditor and use the convert to cab option. Make sure your reg file is in the proper format (like what you get if you export the registry keys).
So:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\ControlPanel\Pen]
"Hide"=dword:0
etc
etc
mwalt2 said:
Just place your regedits in a text file and save it as something like filename.reg. Then open the reg file with ceregeditor and use the convert to cab option. Make sure your reg file is in the proper format (like what you get if you export the registry keys).
So:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\ControlPanel\Pen]
"Hide"=dword:0
etc
etc
Click to expand...
Click to collapse
Excellent, thank you!! I will try this out tonight.
Also - is there any way I can DELETE any existing reg entries using this method?
And then I assume I can create new entries using this method also?
Thanks again.
the7thson said:
Excellent, thank you!! I will try this out tonight.
Also - is there any way I can DELETE any existing reg entries using this method?
And then I assume I can create new entries using this method also?
Thanks again.
Click to expand...
Click to collapse
I'm not sure about using this in a cab, but using .reg files, is possible to delete Keys(including SubKeys and Values) or just a specific Value from a Key.
Consider the following registry entry as an example:
[HKEY_LOCAL_MACHINE\ControlPanel\Pen]
"Hide"=dword:0
To delete a Key create a reg file with the following:
Code:
REGEDIT4
[COLOR=seagreen][B][[COLOR=red]-[/COLOR]HKEY_LOCAL_MACHINE\ControlPanel\Pen][/B][/COLOR]
To delete a Value from a Key create a reg file with the following:
Code:
REGEDIT4
[COLOR=seagreen][HKEY_LOCAL_MACHINE\ControlPanel\Pen][/COLOR]
[B][COLOR=royalblue]"Hide"=[/COLOR][COLOR=red]-[/COLOR][/B]
Thanks to Mr. Makk and his tutorials thread for the Value delete (I was only aware of the Key delete from analysing RGUs)
Cheers,
FInixNOver
FInixNOver said:
I'm not sure about using this in a cab, but using .reg files, is possible to delete Keys(including SubKeys and Values) or just a specific Value from a Key.
Consider the following registry entry as an example:
[HKEY_LOCAL_MACHINE\ControlPanel\Pen]
"Hide"=dword:0
To delete a Key create a reg file with the following:
Code:
REGEDIT4
[COLOR=seagreen][B][[COLOR=red]-[/COLOR]HKEY_LOCAL_MACHINE\ControlPanel\Pen][/B][/COLOR]
To delete a Value from a Key create a reg file with the following:
Code:
REGEDIT4
[COLOR=seagreen][HKEY_LOCAL_MACHINE\ControlPanel\Pen][/COLOR]
[B][COLOR=royalblue]"Hide"=[/COLOR][COLOR=red]-[/COLOR][/B]
Thanks to Mr. Makk and his tutorials thread for the Value delete (I was only aware of the Key delete from analysing RGUs)
Cheers,
FInixNOver
Click to expand...
Click to collapse
Wow, thank you!!!
Is there any program that will allow multiple REG sections to all be exported to a single "file.reg" so that they can all be reloaded or converted to a CAB install file? I have multiple sections of my Registry which i would like to have in a single .REG or .CAB file but when i export each part of the REG separately then cut n paste to combine then it does not seem to re-install in to my register after a clean ROM boot.
Any ideas?
LOL!
Use WinCe Cab Manager.
Make New Cab, and then import all your reg's into single cab.
If you want to export all regs, just use export function.
If you want edit your entries, you can edit their right there.
the7thson said:
Hey guys, I'd like to combine all my registry edits in to 1 single installable cab file. How can I do this? I have several regedits eg:
[HKEY_LOCAL_MACHINE\ControlPanel\Pen]"Hide"=dword:0
HKCU\ControlPanel\Keybd and change DeviceLockWhenSuspend to 0
HKEY_LOCAL_MACHINE\System\StorageManager\FATFS and Change - CacheSize to 4096
As you can see, they are stored in my list of tweaks in plain English.. how can I make a properly formatted list of all of them and then make a cab that will install to my PPC and change all the appropriate reg entries.
Thanks in advance!
Click to expand...
Click to collapse
See my signature
Magic Tweaks is exactly what you need with alot more Regs
Ethermind said:
LOL!
Use WinCe Cab Manager.
Make New Cab, and then import all your reg's into single cab.
If you want to export all regs, just use export function.
If you want edit your entries, you can edit their right there.
Click to expand...
Click to collapse
Yeah, use wince cab manager! Just add a key to the registry or use file, import reg!
When you want to save the cab you'll get a message that you don't added any files, thats oke because a key or a value isn't a file!

[SOLVED] BsB Tweaks & Gaz Touch Tools

These 2 apps are very usefull (at least for me lol) but they miss a simply import/export to file like in the old AdvancedConfig and this should be very usefull for chefs.
So my questions are:
Somebody know an app that take note of every registry change?
Somebody know which are the registry keys that these 2 app gonna change?
An alternative app that has an Import/Export feature?
Thanks.
Look up Kheb 1.1.
i use Resco...
Thanks Ted,
this is what i was searching for.
Farmer Ted said:
Look up Kheb 1.1.
Click to expand...
Click to collapse
Thanks Kurniawan,
Even...Resco?? Registry Editor?
kurniawan77 said:
i use Resco...
Click to expand...
Click to collapse
I too would like to make the setting for Auto Data disconnect Automatic. But there is no reg entries to preset for this in the Cooking package. If you find these reg values let me know.
I will try this program listed by Farmer Ted
af974 said:
Thanks Kurniawan,
Even...Resco?? Registry Editor?
Click to expand...
Click to collapse
yep... resco registry editor... but its not like kheb that can take snapshots... but it does import export regfiles....
The problem I see is that Touch Tools only has 2 registry entries under HKCU software Touch Tools. Confirm on exit and Hepatic Feebback.
When I make changes in the program where do these settings get stored?
Do two snapshots, the second with a diff, then make an oem from the diff. Look on your sd card for the kheb/diff folder, and the oem will be there.
I have a morscript to toggle data connxn's; it does the same thing as Nodata.
RegWriteDWord("HKLM","\Comm\ConnMgr\Providers\{7C4B7A38-5FF7-4bc1-80F6-5DA7870BB1AA}\Connections\wap.voicestream.com","enabled",0)
bobsbbq said:
I too would like to make the setting for Auto Data disconnect Automatic. But there is no reg entries to preset for this in the Cooking package. If you find these reg values let me know.
I will try this program listed by Farmer Ted
Click to expand...
Click to collapse
i really would like to know this one too.
i found it some time ago on mobile underground, but i lost it on my computer...
Ok for those interested I found out how to set the Touch Tools Setting to have the data connection Auto Off . Just add this to your Gaz Touch tools or Tweak reg file.
Code:
[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Planner\Settings]
"VPNCacheTime"=dword:00000005
"CacheTime"=dword:00000005
"SuspendResume"=hex(7):\
47,50,52,53,5F,62,79,65,5F,69,66,5F,64,65,76,69,63,65,5F,6F,66,66,00,00,\
00
"EnableCrPreprocessing"=dword:00000001
"CRPreprocessingTimeout"=dword:00003A98
"CoeffCost"=dword:00010000
"CoeffLatency"=dword:00010000
"CoeffBandwidth"=dword:00010000
"RetryCount"=dword:00000001
This tool works great,its a must for every chef IMO....though im facing a little problem:
Every putted reg key works fine but it seems that i cant get my modded CHT Home ....do i need something else in addiction to the reg keys?
Should i use a Mortscript to run my CHT backup after the 1st boot?
af974 said:
This tool works great,its a must for every chef IMO....though im facing a little problem:
Every putted reg key works fine but it seems that i cant get my modded CHT Home ....do i need something else in addiction to the reg keys?
Should i use a Mortscript to run my CHT backup after the 1st boot?
Click to expand...
Click to collapse
I use CeReg and after I have my CHT setup the way I want I just export the reg keys then I copy and paste this data in to the original CHT reg file. works for me
af974 said:
This tool works great,its a must for every chef IMO....though im facing a little problem:
Every putted reg key works fine but it seems that i cant get my modded CHT Home ....do i need something else in addiction to the reg keys?
Should i use a Mortscript to run my CHT backup after the 1st boot?
Click to expand...
Click to collapse
Here's an example for you:
HTML:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\Co0kie\HomeLevel3]
"NotifyIcons.posY"=dword:000000C9
"NotifyIcons.visible"=dword:00000001
"Tasks.visible"=dword:00000000
"Tasks.posY"=dword:0000010E
"MusicPlayer.posY"=dword:0000001D
"MusicPlayer.layout"=dword:00000000
"MusicPlayer.visible"=dword:00000001
"zLayout.NotFirstRun"=dword:00000001
"MusicPlayer.scale"=dword:000003E8
"MusicPlayer.listSize"=dword:00000001
"MusicPlayer.posX"=dword:00000000
"TextClock.scale"=dword:000003E8
"TextClock.listSize"=dword:00000001
"TextClock.posX"=dword:00000000
"TextClock.posY"=dword:00000000
"TextClock.layout"=dword:00000000
"TextClock.visible"=dword:00000001
"NotifyIcons.scale"=dword:000003E8
"NotifyIcons.listSize"=dword:00000001
"NotifyIcons.posX"=dword:00000000
"NotifyIcons.layout"=dword:00000000
"QuickLinks.scale"=dword:000003E8
"QuickLinks.listSize"=dword:00000001
"QuickLinks.posX"=dword:00000000
"QuickLinks.posY"=dword:00000000
"QuickLinks.layout"=dword:00000000
"QuickLinks.visible"=dword:00000000
"Tasks.scale"=dword:000003E8
"Tasks.listSize"=dword:00000001
"Tasks.posX"=dword:00000000
"Tasks.layout"=dword:00000000
"Appointments.scale"=dword:000003E8
"Appointments.listSize"=dword:00000001
"Appointments.posX"=dword:00000000
"Appointments.posY"=dword:00000000
"Appointments.layout"=dword:00000000
"Appointments.visible"=dword:00000000
"Clock.scale"=dword:000003E8
"Clock.listSize"=dword:00000001
"Clock.posX"=dword:00000000
"Clock.posY"=dword:00000000
"Clock.layout"=dword:00000000
"Clock.visible"=dword:00000000
"BackHitbox.scale"=dword:000003E8
"BackHitbox.listSize"=dword:00000001
"BackHitbox.posX"=dword:00000000
"BackHitbox.posY"=dword:00000000
"BackHitbox.layout"=dword:00000000
"BackHitbox.visible"=dword:00000001
@=""
"zLayout.NotFirstRun"=dword:00000001 is very important if you want to import your own reg keys. If it is set to 0 then everything will just be set to the default CHT layout. Good luck (^^,)
bobsbbq said:
Ok for those interested I found out how to set the Touch Tools Setting to have the data connection Auto Off . Just add this to your Gaz Touch tools or Tweak reg file.
Code:
[HKEY_LOCAL_MACHINE\Comm\ConnMgr\Planner\Settings]
"VPNCacheTime"=dword:00000005
"CacheTime"=dword:00000005
"SuspendResume"=hex(7):\
47,50,52,53,5F,62,79,65,5F,69,66,5F,64,65,76,69,63,65,5F,6F,66,66,00,00,\
00
"EnableCrPreprocessing"=dword:00000001
"CRPreprocessingTimeout"=dword:00003A98
"CoeffCost"=dword:00010000
"CoeffLatency"=dword:00010000
"CoeffBandwidth"=dword:00010000
"RetryCount"=dword:00000001
Click to expand...
Click to collapse
great! thanks
steph
Thanks,
i used the tool posted here to took the difference after imported CHT backup and then putted them in a reg file but it seems to doesnt works.
Now im using TotalCommander for exporting the whole HTC Manila reg ,should it work now.
bobsbbq said:
I use CeReg and after I have my CHT setup the way I want I just export the reg keys then I copy and paste this data in to the original CHT reg file. works for me
Click to expand...
Click to collapse
Thanks seeM_ZA,
also for the "zLayout.NotFirstRun", didnt know that.
seeM_ZA said:
Here's an example for you:
HTML:
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\Co0kie\HomeLevel3]
"NotifyIcons.posY"=dword:000000C9
"NotifyIcons.visible"=dword:00000001
"Tasks.visible"=dword:00000000
"Tasks.posY"=dword:0000010E
"MusicPlayer.posY"=dword:0000001D
"MusicPlayer.layout"=dword:00000000
"MusicPlayer.visible"=dword:00000001
"zLayout.NotFirstRun"=dword:00000001
"MusicPlayer.scale"=dword:000003E8
"MusicPlayer.listSize"=dword:00000001
"MusicPlayer.posX"=dword:00000000
"TextClock.scale"=dword:000003E8
"TextClock.listSize"=dword:00000001
"TextClock.posX"=dword:00000000
"TextClock.posY"=dword:00000000
"TextClock.layout"=dword:00000000
"TextClock.visible"=dword:00000001
"NotifyIcons.scale"=dword:000003E8
"NotifyIcons.listSize"=dword:00000001
"NotifyIcons.posX"=dword:00000000
"NotifyIcons.layout"=dword:00000000
"QuickLinks.scale"=dword:000003E8
"QuickLinks.listSize"=dword:00000001
"QuickLinks.posX"=dword:00000000
"QuickLinks.posY"=dword:00000000
"QuickLinks.layout"=dword:00000000
"QuickLinks.visible"=dword:00000000
"Tasks.scale"=dword:000003E8
"Tasks.listSize"=dword:00000001
"Tasks.posX"=dword:00000000
"Tasks.layout"=dword:00000000
"Appointments.scale"=dword:000003E8
"Appointments.listSize"=dword:00000001
"Appointments.posX"=dword:00000000
"Appointments.posY"=dword:00000000
"Appointments.layout"=dword:00000000
"Appointments.visible"=dword:00000000
"Clock.scale"=dword:000003E8
"Clock.listSize"=dword:00000001
"Clock.posX"=dword:00000000
"Clock.posY"=dword:00000000
"Clock.layout"=dword:00000000
"Clock.visible"=dword:00000000
"BackHitbox.scale"=dword:000003E8
"BackHitbox.listSize"=dword:00000001
"BackHitbox.posX"=dword:00000000
"BackHitbox.posY"=dword:00000000
"BackHitbox.layout"=dword:00000000
"BackHitbox.visible"=dword:00000001
@=""
"zLayout.NotFirstRun"=dword:00000001 is very important if you want to import your own reg keys. If it is set to 0 then everything will just be set to the default CHT layout. Good luck (^^,)
Click to expand...
Click to collapse

[solved]how to dump phone register and read it?

hello fellow chefs
i am looking for a way to dump my phones register
i wanna make some changes in the rom when you flash it by default but i cant seem to find a way i can dump and then read the reg on my compuiter
when i start up my camera it isnt set to full screen and superfine mode
so i wanna dump the reg and storer it on my computer
then i wanna make the changes and dump the reg of the phone again and compare it with winmerge to see whats changed
have done alot of google yesterdya but couldnt manage to find it
i did try wince reg editor but without succes there:S
thanks in advance for any tips
miniterror said:
hello fellow chefs
i am looking for a way to dump my phones register
i wanna make some changes in the rom when you flash it by default but i cant seem to find a way i can dump and then read the reg on my compuiter
when i start up my camera it isnt set to full screen and superfine mode
so i wanna dump the reg and storer it on my computer
then i wanna make the changes and dump the reg of the phone again and compare it with winmerge to see whats changed
have done alot of google yesterdya but couldnt manage to find it
i did try wince reg editor but without succes there:S
thanks in advance for any tips
Click to expand...
Click to collapse
Have you tried with ceregeditor?
Search the forums for a tool called "Kheb" it can take full registery dumps and diffs if you want to track changes.
Stick the task manager in windows, then run the shortcut. You need this folder, otherwise the dump will go to my docs (-storage card-my backups-registry). The registry will be dumped as a text file. You can edit the path in the shortcut. The task manager has to have the correct name, or else it won't work.
48#\Windows\dF_TaskMgr.exe /regxpall \Storage Card\My Backups\Registry\Full Registry Export.txt
airxtreme said:
Have you tried with ceregeditor?
Click to expand...
Click to collapse
yep i have tried it
i wrote the name wince regeditor
thought it whas the same name
played half hour with it without succes
MusikMonk said:
Search the forums for a tool called "Kheb" it can take full registery dumps and diffs if you want to track changes.
Click to expand...
Click to collapse
thanks i will give it a shot
Farmer Ted said:
Stick the task manager in windows, then run the shortcut. You need this folder, otherwise the dump will go to my docs (-storage card-my backups-registry). The registry will be dumped as a text file. You can edit the path in the shortcut. The task manager has to have the correct name, or else it won't work.
48#\Windows\dF_TaskMgr.exe /regxpall \Storage Card\My Backups\Registry\Full Registry Export.txt
Click to expand...
Click to collapse
much appriciated
also gonna give it a try to see wich one is easier and faster to make the register dumps
Hi Miniterror,
I've dumped the full registry using Registry Workshop form the PC.
It's really easy to use and allow you to change the registry easily from the PC via Activesync.
ypsmav said:
Hi Miniterror,
I've dumped the full registry using Registry Workshop form the PC.
It's really easy to use and allow you to change the registry easily from the PC via Activesync.
Click to expand...
Click to collapse
thansk mate this one worked for me
the other i couldnt get working:s
Usefull tools/applications you need for cooking you can find in the stickies, including Registry Workshop plus Dotfred's Taskmanager.
Sous-Chef's Kitchen Utensils & Appliances Review

Categories

Resources