View Single Post
  #4276 (permalink)  
Old 11-04-2010, 03:36 AM
1sae's Avatar
1sae
PPCGeeks Regular
Offline
 
Join Date: Nov 2009
Posts: 124
Reputation: 125
1sae is keeping up the good work1sae is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: [Kitchen] WVGA Touch Pro 2 Collaboration

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?
Reply With Quote