Can someone please use a registry editor and search for the keys and values that contain 'TAO' it is the Java Manager, I accidentaly deleted the reg. keys thinking it was something else.
Much appreciated.
Seth
[email protected]
Related
Can someone please use a registry editor and export the keys and values for:
HKLM\Software\Microsoft\Shell\Keys
I munged the data by accident.
Much thanks!
David
And another one please
HKEY_LOCAL_MACHINE\Software\Microsoft\InkWord
At the many requests of many individuals who FUBAR'ed their registry, here's an export of my K-JAM's registry right after a hard reset and no Extended ROM customizations performed. Only Resco Explorer was installed to perform the dump. My IMEI was removed for security purposes.
http://www.beyondthetech.com/downloads/phone/KJAM_Virgin_Registry.zip
Hope that helps!
Thank you Raphael! - David
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.
Hi there,
I'm curious to know if anyone else has encountered this. I'm trying to delete a certain key from the registry (the WLan key). I am doing it by way of a C++ program (using the VORegistry classes, highly recommended). I am able to delete the Subkeys from the main WLan key, but when I try to delete the WLan key I am unable to. Iam able to manually delete this key via way of a registry editor, but it seems to be prevented by way of an exe? Is the deletion of some keys in some way blocked or prohibited?
Thanks for any insights.
Best Regards,
Dav
Hi dav!
If you can delete it via registry editor, it can't be locked. (after all reg. editor is just another exe).
I am not familiar with the VORegistry class, but have you tried simply using the win32 API?
There is a simple function RegDeleteKey. You should look up API's beginning with Reg on MSDN for complete description of this and other registry functions.
Good luck!
i've noticed that the autoconfig utility in most of our pda's (am using atom) add some registry keys to the registry using the xml documents stored in the extended rom (hidden storage on atom).. can anyone please tel me how this is done? thanx..
There you go:
http://msdn.microsoft.com/library/d...en-us/mobilesdk5/html/wce51grfregistrycsp.asp
and for samples:
http://msdn.microsoft.com/library/d...bilesdk5/html/wce51samregistrycspexamples.asp
Cheers,
Raul
thanx for the resources, rain.. but i donno how to run the xml file to rite it to the registry? i can make them now.. but wen i open them, it just opens to pocket IE.. how do i add what i've written in the xml file to the registry? thanx.. sorry for being a noob
RAPI is a possbility of provisioning the xml from your desktop, or a simple way is to call DMProcessConfigXML , check out the article: http://teksoftco.com/forum/viewtopic.php?t=4
Cheers,
Raul
Hi, I'm new here, and frequently see comment about changing the registry keys. How can I do that? do i need any software? pls help me...
There are many applications (usually advanced file explorers) that can edit registery keys. TotalCommander is one of the commonly used.
There are many threads on "how to edit registry keys?" if you do a search.