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?