|
||||
|
Cab to Set your Outlook Signature During UC/XDA_UC/SASHIMI (or anytime)
If you are like me, you hate the "Sent from my bla bla phone" default signature that gets put at the bottom of your emails.
I put together this cab to install a program that reads a registry value and sets your signature on first boot. To use it, set the following registry entries during the UC process: XML Version: Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\SOFTWARE\MobilityDojo.net\DojoSig">
<parm name="Signature" value="Your Name" datatype="string" />
<parm name="UseReplyForward" value="1" datatype="integer" />
<parm name="UseSignature" value="1" datatype="integer" />
</characteristic>
</wap-provisioningdoc>
Code:
[HKEY_LOCAL_MACHINE\Software\MobilityDojo.net\DojoSig] "Signature"="Your Name" "UseReplyForward"=dword:00000001 "UseSignature"=dword:00000001 Detailed info
__________________
Some requests I have filled: Click Here
Last edited by NinjaDuck; 12-29-2010 at 11:25 PM. |
| This post has been thanked 3 times. |
![]() |
|
|
|