|
||||
Re: Start Menu Folders
I think resco file explorer can handle it (its 15 days trial).I testes total commander and 1 that comes with sys-no luck so far..
I think it also can be done with regtweak,let you know later
__________________
|
|
||||
Re: Start Menu Folders
I found it, re/Start does it, Looking at the pictures and what I had read I thought it was just a organizer and icon changer....But it has a option to place them in folders, but thanks for the help
|
|
||||
Re: Start Menu Folders
Quote:
I have done it before..... And just did again.... Quote:
I like reStart also. But I personally just do the reg hacks myself now.
__________________
I spend most of my time at MobileUnderground. (Now offering free FTP space to Developers & ROM Chefs willing to support their product at M.U. - Exclusivity not required! Also the home of the original Chefs' Corner, Cab Central, and more!) My wm6.5 Vogue FAQ (Soon to be at M.U.) |
|
||||
Re: Start Menu Folders
are you using a rom w/ UC?? if you are, do a hard reset to get the icons where they will be on fresh boot. Then, give each one it's own provxml file. The xml file looks like this below and will move it from source to the specified location. The reason I say to give each link it's own xml file is so that if the link doesn't exist anymore (perhaps due to a rom or kitchen change) and the xml import fails, the rest of the icons will still be moved. If the location doesn't exist, it will be created. And if you really wanna get fancy, cab up the lnk's registry and modify the icons.
Code:
<wap-provisioningdoc> <characteristic type="FileOperation"> <characteristic type="%CE11%\Social\Facebook.lnk" translation="install"> <characteristic type="Move"> <parm name="Source" value="%CE11%\Facebook.lnk" translation="install" /> </characteristic> </characteristic> </characteristic> </wap-provisioningdoc> Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Social\Facebook.lnk] "Icon"="\\Storage Card\\Icons\\facebook.png" [HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Social\Palringo.lnk] "Icon"="\\Storage Card\\Icons\\Parlingo.png" [HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\Social\Twikini.lnk] "Icon"="\\Storage Card\\Icons\\twitter.png" |
|
|
|