|
||||
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
Quote:
[-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.
__________________
If this post was helpfull, let me know by clicking Thanks!
|
This post has been thanked 1 times. |
|
||||
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
Quote:
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] ![]() 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?
__________________
Last edited by boggsie; 09-18-2008 at 08:16 AM. |
|
||||
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
You may also try the provxml way, I think it also works on that key/value only...
<!-- <nocharacteristic type="HKLM\SOFTWARE\Microsoft\Today\Items\HTCHomep lug" /> --> <nocharacteristic type="HKLM\SOFTWARE\Microsoft\Today\Items\Pocket MSN" /> Here is the link: SDConfig.Builder.v0.7.85.PE |
This post has been thanked 1 times. |
|
||||
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
Quote:
... and it looks like I am back to using provxml, at least for internet shortcuts / favorites ![]() http://forum.ppcgeeks.com/showpost.p...3&postcount=16 Best regards, -boggsie |
|
||||
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
Hi There I'm trying very hard to disable the "Unknown Publisher" security warnings whenever i try to run a CAB or EXE.
Basically, I have did some reading... its related to the HKLM\Comm\Security\Policies\Policies\* settings. I have converted the registries that I would like to install into a SecuityPolicies.provxml and added the followng entries into config.txt to get autorun to import into the device's registry.... but it failed... XML: \Storage Card\CABS\SecurityPolies.provxml Please advice... I really want to get this working so as to have an unattended autorun setup on my device. Any experienced cook around...... please tell me how to disable this warning ![]() regards FY.... |
|
||||
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
Quote:
What I do (on Windows XP) is rename the *.provxml file to setup.xml (SecurityPolicies.provxml -> setup.xml) and then use makecab.exe to put the xml into an installable cab file. at a command prompt: makecab _setup.xml SecurityPolicies.cab Then it should run ... if the provxml is not correct, it will throw an error when you try to run it on the ppc. Best regards, -boggsie |
|
||||
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
I got it to work for me using "XML: \windows\regist_ry.xml" . I never tried the extionsion .provxml. You can also name the file something like "mxip_MySecurity_Off_100.provxml", cook it into your rom and windows should run it on start up.
Of course keep in mind, one little syntax error in your xml code and the whole xml/provxml file is bad and won't execute anything. For that, I nominate Boggsie! ![]() |
|
||||
Re: Tutorial: Adding Registry Entries to your Rom (RGU Method)
Just want to say THANK YOU Thank you thank you thank you. Here is a pure result of all your tutorials http://forum.ppcgeeks.com/showthread...375#post602375
Last edited by vin255764; 03-03-2009 at 02:00 AM. |
![]() |
|
|
|