Guest outthere Posted December 20, 2003 Report Posted December 20, 2003 I'm building up a .cab of all the tweaks, themes, screens etc that I've done to my MPX200 so that if I have to heard reset, I can just reload the cab and be back in business. The one thing I haven't been able to find how to do is to set Multi line strings. Setting Plain strings is easy: <characteristic type="Registry"> <characteristic type="HKLMSoftwareMicrosoftSplash Screen"> // Carrier Boot Screen <parm name="MSBitmap" value="IPSMApplication DataHometmo_splash.gif" datatype="string" /> // Microsoft Smartphone 2002 boot screen <parm name="CarrierBitmap" value="IPSMApplication DataHometmo_splash.gif" datatype="string" /> </characteristic> </characteristic> But how do I go about setting a multi line string ? Any thoughts, suggestions? Ither way to get them restored? Larry
Guest outthere Posted December 21, 2003 Report Posted December 21, 2003 Found it :) <characteristic type="HKCUSoftwareMicrosoftShellStartMRU"> <!-- Home Screen MRU order : Right to Left Order --> <!-- multiple strings are separated by --> <!-- multiple strings are ended with two --> <parm name="InitialOrder" value="GamesSolitaire.lnkWMPlayer.lnkPHM Registry Editor.lnkFile Manager.lnkInternet Explorer.lnk" datatype="multiplestring" /> </characteristic> Larry
Guest didio Posted December 21, 2003 Report Posted December 21, 2003 Can you post it when you are done, I would like to change it to my setup, it is very handy..
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now