startup software? - Windows Mobile Development and Hacking General

What is a good free startup software program? You know something like msconfig but for wm6(touch screen devices)? Thanks

canceled sorry

you can do it manualy by opening the windows directory with any explorer prog like total command or resco explorer and then go to startup folder
there you will see the list of the programs which startup with windows
delete what you want to remove
i hope that was useful for you
cheers

http://oldsap.blogspot.com/2007/11/startup-manager.html

use memmaid.. it has a start-up editing feature that enables you to:
add/delete startup items
temporarily disable start-up of certain apps
configure/enable/disable startup services (dlls, drivers, etc.. not just programs/exes)

perfect thank you.

Related

Deletin icons on the programs list

hi,
I am having problem deleting an icon from the promgrams section of o2 XDA2.
I downloaded one program and later deleted the program through romeove program. The actual program has been deleted but has left behind an icon on the programs list. I cannot figure out a way how to delete it. Can anyone help
Manoj
Deleting items in program list
Look in "\Windows\Start Menu\Programs" - they are all there.
use explore or what ever file browsing tool that you use to get your kicks
go into the dir called windows
go into the dir called start menu
go into the dir called programs or something like that
it's just like on a pc
Use File Explorer. Go to \Windows then \Start Menu. Open \Programs and do whatever you want.

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.

Controlling startup programs

Which registry key or command controls the startup progs in wm6.1? I uninstalled a program but my device still gives error for the missing exe on startup. I can't locate it in the startup folder either.
TIA
The start-up should/has to be in windows>start-up.

Uninstall Panel Application?

I never use any panels except SPB Mobile Shell and I see that panelmanager takes up quite a lot of system resources, so I'd like to remove it entirely and just use the full version of Mobile Shell Instead.
Is it possible to get rid of the panel app without installing a new ROM, and if so, how do I do it?
You could stop it starting by removing panelmanager from the start-up folder (in Windows folder), then start it manually if you want it.
at45 said:
You could stop it starting by removing panelmanager from the start-up folder (in Windows folder), then start it manually if you want it.
Click to expand...
Click to collapse
Actually, I've wondered the same, and removing the shortcut to "PanelManager.exe /boot" from the \Windows\StartUp folder is just a temporary fix because as soon as you do start it manually, it will re-create the link in \Windows\StartUp.
I've made a mistake with this - I removed both panelmanager.exe and another file relating to panels (I think it had 'default' in the name) from the startup folder and now I want to use panelmanager again, but the tweak to load a panel automatically at startup won't work anymore. Seems I need that file back.
Would anyone be able to send me a copy or to post it?
Sorry, but I dont remembet where the credits go for this file. just move it to
/Program Files/Panel Manager/PanelManager.exe
Thanks, but that's not it.
There should be two files relating to panelmanager in your startup folder.
One of them is panelmanager, which I have, it's the other one that I want.

Any windows software to remove unwanted files

I installed iDialer and for some reason I am not able to uninstall it. I mad the mistake of removing the folder from the Porgram Files folder and I also tried reinstaling and uninstaling many times. now I have many idialer icons in the "programs" menu. Is there any tool available for Windows PC or Mobile so that I can remove unwanted icons and files?
You can use Total Commander (freeware) or even file explorer (whicih is a bit slower than TC). Search for the file (e.g. idialer.*), usually in \windows.. and delete it. Usually it uses the extension *.lnk (try search idialer.lnk)
If it is just about the icons in the startmenue, open file explorer, go to phone:>/windows/startmenue/programs and delete all unwanted files...
afterwards I would recommend to clean up the device by using eg sktools or something similar.
Thanks guys ;-)

Categories

Resources