Quote:
Originally Posted by rstoyguy
Yes you can...
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Inbox\Settin gs]
Add a "-" after the bracket to delete that key. You can zero values, but I have only seen keys deleted.
|
It appears that the delete mechansim only works for that key, if there aren't any sub-keys present.
Can you confirm or am I doing something wrong?
For example, I want to completely remove all of the existing internet favorites and insert mine ... in an OEM, using RGU.
I was hoping to use the following, with the desired result that this key and every sub-key would be removed / deleted. This is not happening.
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries]
So, with PPCKitchen, I would need to use:
Code:
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\AccuWeather]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Sprint Power Deck]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\NFL Mobile]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Windows Mobile Extras]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\WindowsMedia.com]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Windows Live]
[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\FavoritesEntries\Explore Windows Mobile]
Actually, I am rebuilding now, but if it doesn't work I am hoping to get a head start on the proper approach.

Without using provxml.
Best regards,
-boggsie
EDIT 1: I wanted to ask for a favor: Can you drop the latest version of the program you linked to above in your ftp folder here at geeks? I can't get to rapidshare for a couple of days and I forgot to put this on my SD card. Thanks for your consideration.
Thread:
http://forum.xda-developers.com/showthread.php?t=390846
Prog:
http://rapidshare.com/files/13014198...v0.7.85.PE.rar
EDIT 2: Hrm ... the "[- ]" I tried above didn't work. I wonder if you have to do that for each key value and then for the key?