View Single Post
  #2 (permalink)  
Old 01-07-2009, 04:05 AM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Skip First Boot Wizard ... KITCHEN REQUIRED

Dang, your letting out all the chef "secrets" I won't be able to find work in this town.... Lol...

Great information, and thanks for sharing this little tidbit! I personally prefer to build off stock builds, so in most roms that I have seen, the above registry edit is usually contained in the file:
..\kitchen\OEM\OperatorPKG\mxipupdate_oemoperators _101.provxml

(i saw it once in mxipupdate_oemoperators_102.provxml once...)

look inside this file for:
Code:
   <!-- Disable E-mail setup -->
    <characteristic type="HKLM\Software\Microsoft\Welcome"  translation="filesystem" >
     <parm name="Disable" datatype="integer" value="144" />
    </characteristic>
and delete it or comment it out like so...
Code:
   <!-- Disable E-mail setup 
    <characteristic type="HKLM\Software\Microsoft\Welcome"  translation="filesystem" >
     <parm name="Disable" datatype="integer" value="144" />
    </characteristic>
-->
Note how I simply moved the "-->" for those not familiar with xml. If you are not, ask boggsie...he's the xml guy!
__________________
If this post was helpfull, let me know by clicking Thanks!

This post has been thanked 1 times.