customize Start button on today screen? - Touch HD General

can i customize the Start button on today screen to something like our pc? which can group/put the Programs in the folder, then, we can doggle the folder for all the applications inside the folder. so that, i can have feel folder for Programs, Games, Office Mobile and etc.

you can do that for start menu u need manilla editor or search for ready made soulutiosn
and for programs use any file manager or your pc to manage it by just going to c:\windows\startmenu

vinumsv said:
you can do that for start menu u need manilla editor or search for ready made soulutiosn
and for programs use any file manager or your pc to manage it by just going to c:\windows\startmenu
Click to expand...
Click to collapse
hi, thanks for your replied.
can you give me the link or the keywords to search? i have no idea what keywords i should enter here...

ok, I entered shortcuts to Start menu. How can I arrange all the shortcuts how they show in the start menu of the phone?

Related

Hide all Programs, Customize Start Menu

Hi folks,
My first post on the list here. Hopefully I've come to the right place.
I have a M1500 SPV pocket pc device. I would like to customize the Start Menu items by removing two of them -Active Sync and Internet Explorer. I have made a cab file which makes changes to the registry and would like (if possible) to delete the above mentioned items from the start menu via making a change to the registry. I know I can delete the shortcut links from the Start Menu folder but I would prefer to do it via a registry edit if possible. Or if possible, use the same cab to delete the shortcuts from the Start Menu (not sure if this is possible!?)
I'm also looking for a way to hide *all* programs from the Start->Programs screen. Any ideas how to achieve this via a registry hack?
Best Regards and thanks a lot for any help,
dav7
Dan - do you want to delete the start menu ("\windows\start menu" and all subfolders and entry on the start menu?)
Or remove most recently used entries on the start menu?
Or programs in "\windows\start menu"?
Registry isn't really your friend here, other then for the MRU list.
V
Hi vijay555,
Thanks for the quick reply. I only want to remove certain programs from Start Menu, this one...
>Or programs in "\windows\start menu"?
I know if I delete those programs from My Device->Windows->Start Menu then it will remove them from the Start Menu without deleteing the actual program. I was just wondering if there was a way to do that via the registry? i.e. perhaps there is a key in the registry somewhere that lists the items to put in the Start Menu following a hard reset?
I am also looking to hide all programs from the main Programs page i.e. the Programs screen\page that shows all the actual Programs. I was wondering if there is a way to do that via the registry?
I know for example I am able to hide things that reside in the Control Panel settings i.e. Connections->Beam. I was wondering if there is a similar way to do that in the Programs screen?
Hope that is clear! or clearer!
Cheers,
dav
dAV:
sounds like you want to edit your startmenu.
Get a file explorer like GSFinder/Resco etc.
navigate to \windows\start menu
and delete/move everything you want to clear out.
V
perhaps there is a key in the registry somewhere that lists the items to put in the Start Menu following a hard reset?
Click to expand...
Click to collapse
heh problem is that the registry is reset when you do a hardreset
so it would just go back to default
same thing with the content of your \windows\start menu
all shortcuts would reappear after a hardreset
unless you made a program in the extented rom which removed them when it was run
Hi,
Thats basically what I'm trying to do. I've made a cab file which when run sets a lot of registry settings following a hard reset. As you said, after a hard reset the device is restored to its normal build. My cab runs right after a hard reset to make sure the device is configured the way I want it. Are there any keys in the registry which are responsible for configuring the Start Menu? I cant seem to find one for Start Menu, only the New Menu
An alternative approach is running an exe which deletes the Programs from the Start Menu folder...but I would prefer to parcel it all up in a tiny little cab file if possible...
Thanks again for any suggestions...
Cheers,
dav
i never seen anything like it in the reg
Thats a pity. I cant find anything either. I prefer to do as much as possible in either the CPF or a cab. exe's do the job but there big and more complicated to change. Neverthless seems I'm stuck with an exe for now. Oh well...
Cheers,
Dav
Hi, Dav!
Even though there is no registry solution, exe file is not your only option.
Cabs can contain a setup.dll that exports 4 functions which the system calls before and after installation or uninstall (separate function for each event).
Check MSDN for setup.dll specifics.
Get a cab file that will start up automatically after a hardreset to delete all the fies in the start menu? I think if you delete the files in the start menu, it will be removed in the Programs list. It is basically a short cut file.
levenum said:
Hi, Dav!
Even though there is no registry solution, exe file is not your only option.
Cabs can contain a setup.dll that exports 4 functions which the system calls before and after installation or uninstall (separate function for each event).
Check MSDN for setup.dll specifics.
Click to expand...
Click to collapse
Excellent! Thanks a lot, I'll look into that.
Cheers!
Dav
hanmin said:
Get a cab file that will start up automatically after a hardreset to delete all the fies in the start menu? I think if you delete the files in the start menu, it will be removed in the Programs list. It is basically a short cut file.
Click to expand...
Click to collapse
Hi Hanmin,
I think you are correct...if you delete *all* files and folders from the Start Menu it will remove the files which are directly situated in the Start Menu folder as well as all files in the Program folder which also resides in the Start Menu folder. This will remove items from both the Start menu and the Programs screen. This is ok for me though as luckily I want to also hide all Programs from the Program screen. A lot of the device functionality has to be hidden from the end users, to prevent them from fiddling with anything and to also hide things like Games etc...
Cheers,
Dav
Hi,
I've managed to get the setup.dll working. Its really useful and stops me needing an exe for many things. However, is it possible to get the dll to show a Dialog window? I've tried incorporating a dialog to the dll but it never seems to show up. I need the user to set a value and was considering doing it via the setup dll, but so far not been able to get the dialog, or even a Message Box to show up when called within the dll?
Any ideas?
Thanks,
Dav
Here is a line of code from Install_Init function that's working perfectly for me:
Code:
g_dlg = CreateDialog(g_hInst, MAKEINTRESOURCE(IDD_MSGDLG), hwndParent, MyDlgProc);
I save g_hInst in DllMain.
As for message boxes, just call them as usual, never had a problem there, but you need to make sure you put your code in the correct function or it will not be called at the right time.

iGO8 PICTUTRE

How do i make an iGO8 picture or get an iGO8 pic from so i can add it to my programs tab on tf3d. the only way i get iGO8 working is by going through the file explorer and then openin the igo8.exe file. i dont want to do this all the time. is there any way to make or get the picture and put it in the programs tab
10076757 said:
How do i make an iGO8 picture or get an iGO8 pic from so i can add it to my programs tab on tf3d. the only way i get iGO8 working is by going through the file explorer and then openin the igo8.exe file. i dont want to do this all the time. is there any way to make or get the picture and put it in the programs tab
Click to expand...
Click to collapse
Create a shortcut, you will get the picture automaticaly:
1. Use file explorer, find IGO.exe, press and hold the file until you get a popup menu, click "copy".
2. Go to Windows, Start Menu, click on an empty space, get a popup menu and click "paste shortcut".
3. At that point you will have shortcut to IGO8 in your All Programs list. You could add it to Programs thumbnails from there.
i lost you at number2
i managed to copy igo8.exe from file explorer. then u said go to the start menu and on a space click on it untill a pop up appears and past it. i found the space in start menu but when i click and hold on to it nothing appears. i cant paste it. help me. please show me picz if you can
thanx
its all sorted now.
i am trying to achieve the same goal - and i also have the problem that i can't paste a shortcut in my programs or on the startmenu, can someone please explain it in more detail? thx
Cant see why some of you are having problems as i just done the simple thing of pressing one of the add tabs in programs and then selecting it from the menu the creating the shortcut??? the only thing I can gather is that you guys did not use the instal cab file hence dont have both igo8 and igo8 uninstall files (shortcuts) in your native programs folder??
i want to have a shortcut to a program that is not already registered as one but is only available as runnable exe file on my storage card. The post from michael_r seemed to be a solution for this problem, however, i don't manage to follow his step 2.
kaefert said:
i want to have a shortcut to a program that is not already registered as one but is only available as runnable exe file on my storage card. The post from michael_r seemed to be a solution for this problem, however, i don't manage to follow his step 2.
Click to expand...
Click to collapse
Use file manager program. Change directory to device/windows/start menu. Find some empty space on the bottom half of the screen below the list of files already in the directory. Press and hold for a couple of seconds. A popup menu will appear and one of the choices will be "paste shortcut". Voila.
ahhh! thanks, now i understood it!

Help a Windows Mobile Newb....

Sorry...As a former Symbian user (and Mac user) I am not so familiar with Windows Mobile file management.
How can I organize my apps into the folders I have in my "Start" menu?
Whenever I install something, it just dumps it there. I assume there must be a way to do it, but I cannot figure it out.
Thanks.
(Hoping it is not a registry tweak...why is nothing simple on Windows?)
try going through file manager and creating a new fodlers and move apps to that?
as above answer, but don't try moving anything pre installed because they will re appear when you soft reset.(I'm thinking particularly of the htc apps. there is a tweak to prevent it, but it can be surprising the first time you see it happen)
Sorry, but can I just move the apps to the pre-existing folders, say....
"Games"
or
"Internet," etc?
I want to just move them. How do I do that using the file manager?
I see a "Send..." option, but I am not sure what part of the file to send. IS that how I would 'move' something to a folder?
donalgodon said:
Sorry, but can I just move the apps to the pre-existing folders, say....
"Games"
or
"Internet," etc?
I want to just move them. How do I do that using the file manager?
Click to expand...
Click to collapse
It's a bit of a pain with file manager as you can (usually) only do 1 file at a time. Long-hold a shortcut and select cut. Then go to the folder you want it in and do menu, edit, paste.
If you use something like Resco Explorer or Total Commander then you can do multiple files at a time.
donalgodon said:
Sorry, but can I just move the apps to the pre-existing folders, say....
"Games"
or
"Internet," etc?
I want to just move them. How do I do that using the file manager?
Click to expand...
Click to collapse
from what i understand you just want to reorganize your start menu to look cleaner.
in the start menu you have shortcuts and folders. to access them you need to start file explorer and go to: my device > windows > start menu > programs. then just cut & paste
if you want, you can also make new folders - just tap on menu in file explorer.
some of the shortcuts/folders will reappear after reset. to prevent this you need to do a trick you can find under the "tips, tricks and reg tweaks" thread.
Thanks to all...got it...so far!
donalgodon said:
ahem......
How can I get to my device > windows > start menu > programs?
If I just boot my HD2 and go to the Start menu... all I see is the list of programs that I wish to move. If I long press on them, it says, "move to top"
Click to expand...
Click to collapse
Open file manager and navigate to \Windows\Start Menu\Programs then follow the instructions above to cut and paste the shortcuts.
I assume you'll want to create folders to put some shortcuts in, and you do that by going to menu and then new folder.

How to move application shortcuts ?

Hello,
I've already read some threads about this issue, but all I see is this:
"Browse to /windows/start menu/programs and move the shortcuts".
I'm using the latest Topix release and there are already some folders with apps in them, so I just wanna do the same, while using the rom's default folders.
Is that even possible ?
Thanks in advance!
~sekibun
It is possible and it's easy. You will need to use your file explorer. I'll tell you what I did. I'm using the Resco Explorer so I had to make sure that I could see all files and folders including hidden and ROM by unchecking menu options to hide them. Then I justnavigateted to windows/start menu/programs and cut/pasted shortcuts to folders. You'll have to repeat the process for any newly installed applications later on. Hope that helps
easiest way to do this is connect your phone using active sync and simply browse to that directory and swap things around to your hearts content. If you want to change icon files use JWMD icon changer.
Thank you people, will try both and post back !
stoolzo said:
easiest way to do this is connect your phone using active sync and simply browse to that directory and swap things around to your hearts content. If you want to change icon files use JWMD icon changer.
Click to expand...
Click to collapse
If you can't see windows folder you need to go to start - folder optons - view - uncheck "hide all operating system files (recommended)" in Vista.

Removing Start Menu Icons?

Hello!
I am returning to Windows Mobile from Android. I purchased a T-Mobile Dash 3G, and am liking it so far, however I'm having a heck of a time trying to figure out how to remove a lot of the applications from the start menu because they're really cluttering things and I want them gone. I can't access them through the File Explorer. When I find something, for example TeleNav, that I want to delete, the option to delete it is grayed out.
If anyone knows of a tweak, a hack, or a .cab I need to install to get this done, I would be GREATLY apprecative!
Have an awesome day!
here is the app called totalcommander download it install from phone. then you can go into the windows folder and then go into the start menu folder and from there you can create new folders to uncluter or delete what you dont want.
You can remove elements in Windows/Start Menu
You can also make folders and sub-categorize items to make the start menu clutter free.
The file explorer all ready on your device will support this.
You can change the start menu order using a registry editor and editing HKEY_CURRENT_USER\Software\Microsoft\Shell\StartMenu\Order
can i change the folder icon?
Devora said:
can i change the folder icon?
Click to expand...
Click to collapse
Yes you can, Just kidding you cant...
Have you searched? Look here: http://forum.xda-developers.com/showthread.php?t=567080.
I hope that helps,
cswroe said:
.
You can change the start menu order using a registry editor and editing HKEY_CURRENT_USER\Software\Microsoft\Shell\StartMenu\Order
Click to expand...
Click to collapse
i have tried to use this method and changed the order but the start menu order still isnt changed. any ideas why?
flamekid said:
i have tried to use this method and changed the order but the start menu order still isnt changed. any ideas why?
Click to expand...
Click to collapse
You may have to restart.

Categories

Resources