PDA

View Full Version : Menu Arrangement


nec947
11th October 2008, 07:43 PM
Hi , How Can I change menu folders to what I want ?
And How Can I change my folders to have icons ( like Games & Office Folders )

My Rome is wm6.1 Clean Rom v1.1.

akumalol
11th October 2008, 08:08 PM
this is for office folder image [ i think]:)

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:M SStart]
"BKBitmapFile"=""
"GridView"=dword:00000001
"1"="appman.exe -s BootApps :MSStart tpcutil.dll AMStart"
"BKDefaultGradient"=dword:00000001
"3"=dword:00000000
"2"=dword:00000000
"0"="MSStart"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:M SStart\Office Mobile]
"BKBitmapLogPixelsY"=dword:00000083
"BKBitmapLogPixelsX"=dword:00000083
"BKFlags"=dword:0000001A
"BKBitmapFile"="\\Windows\\officebkg.png"
"GridView"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:M SStart\System]
"BKBitmapFile"=""
"GridView"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:M SStart\Applications]
"BKBitmapFile"=""
"GridView"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:M SStart\Games]
"BKBitmapFile"=""
"GridView"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:M SStart\Accessories]
"BKBitmapFile"=""
"GridView"=dword:00000001




hope it helps.

nec947
12th October 2008, 07:48 AM
thanks but how can I use it for another folders ?

akumalol
12th October 2008, 10:23 AM
i dont know.. but if i were u i would take the code above and add a bit my own
like this

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:M SStart\*myfolder*]
"BKBitmapLogPixelsY"=dword:00000083
"BKBitmapLogPixelsX"=dword:00000083
"BKFlags"=dword:0000001A
"BKBitmapFile"="\\Windows\\*myimage*.png"
"GridView"=dword:00000001

*myfolder* = the name of folder u want the image to
*myimage* = your image

then make save it as rgu file and import in the registry using CeRegEditor [make backup first]

and of course there must be a folder with that name in windows\startmenu\

but this is just me...:p