Quote:
Originally Posted by 1sae
Hey guys, I'm starting to put the finishing touches on my kitchen, and have run into an issue I just can't figure out.
I'm trying to disable the security certificate warning message that work by regedit's. So I created a new package and added an app.reg with the following:
Code:
REGEDIT4
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"00001001"=dword:00000001
"00001005"=dword:00000016
"00001017"=dword:00000144
"0000101b"=dword:00000001
I've also made it the last package that gets cooked, but once the rom is fully booted, I open up regedit, and only some of the keys stayed. This is what it looks like:
Code:
[HKEY_LOCAL_MACHINE\Security\Policies\Policies]
"00001001"=dword:00000001
"00001005"=dword:00000022
"00001017"=dword:00000324
"0000101b"=dword:00000001
Any idea why those two keys don't stick?
|
You probably have a .provxml that is processed during 1st boot which overwrites the registry entries defined while cooking (the app.reg). You can use a program like Agent Ransack to search all .txt in your kitchen for "00001005"=dword:00000022 and "00001017"=dword:00000324. You will then find the provxml and you can edit it to remove those lines.
You could also make a provxml yourself and name it so it is processed last (though the more provxml's being processed, the longer the 1st boot is).
http://www.mythicsoft.com/page.aspx?...sack&page=home