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!