Removing icon from programs - JAM, MDA Compact, S100 General

Hi
Is there a registry treak that will allow me to remove an icon from the programs folder,
I recently remove a program from the magican but for some reason the icon is still there, any ideas?
Thankx

You need to soft reset to make the icon disappear. Check with your explorer that the file in the programs folder is really gone first - Windows/StartMenu/Programs

PDA_King said:
Hi
Is there a registry treak that will allow me to remove an icon from the programs folder,
I recently remove a program from the magican but for some reason the icon is still there, any ideas?
Thankx
Click to expand...
Click to collapse
Where is the icon appearing? If it is in the program folder then simply delete it by using explorer \windows\start menu\program.

Hi, have done everything you sugguested,
i even went to the registry and deleted everything that was associated with the program, everything seems to be deleted, the icon that remain isnt the normal icon that is displayed when the program is installed, but rather just a white box with a blue strip across the top with circles and the name of the program under it, if u try to run the program an error notification occurs that the program is missing.

You are descibing what happens when Windows has not updated itself to reflect the deleted program. A soft reset should always force Windows to update. If this is not working for you then try reinstalling the program again and then delete it using the "remove programs" in settings/system then soft reset. If that still does not work then it may indicate that Windows is corrupted and a hard reset may be required.

Wait with hard resetting! You can always navigate to \windows\start menu\programs using file explorer or better total commander and delete the shortcut there. I did the same thing for a orphan shortcut to Egress, which I uninstalled properly from the add/remove menu :?

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.

STK returns to program folder after every soft reset

After every softreset the link to the Sim Toolkit is recreated in the startmenu -> programs folder. This is really annoying as I just don't use this program. Is there any way maybe in the registry to prevent it from being created? I am using the newest official T-Mobile GER ROM but i already had this problem with the first ROM that was installed.
I have the same problem!
i want to disable the stk menu from WM5
Did anyone tell me how to do?
Ok, I got an idea. Might sound stupid and is not the most ellegant solution but it will work: Why don't we put together a little program that deletes the shortcut and we put this program in the startup folder? This way the icon won't reappear after each soft-reset.
Can anybody here do this for me? Just a simple little program to delete the file. The one which needs to be deleted is:
\\Windows\Startmenü\Programme\Special.lnk
Thank you so much!
there is no stk.lnk shortcut in my windows\startup folder
but my stk menu is automatic start! why?
Hi there,
I'm having the same problem, in that there is a link to the STK appearing in my programs folder on each reset. I have tried deleting and moving the icon, setting it to 'hidden', and altering the registry setting (\\Windows\Startmenu\Programmes\O2.lnk (it's slightly different to the example in an above post, but it does link to STK)) to place it in a sub-folder called Phone (i.e. \\Windows\Startmenu\Programmes\Phone\O2.lnk), but on each reset my changes are removed.
Has anyone got any ideas how to permanently remove this - or at least how it is being recreated each reset? Is it installed as part of the O2 Active software?
Cheers all
Rory

Leftover icons from removed program

I removed MS Money 2006 but have leftover icons in the Programs screen as well as in the Menu list. I've searched the registry for any related entries, but nothing comes up. Any ideas where I can remove these bad icons from showing up?
no need for registery hacks, mate. just use your file explorer, go to the programs folder (from start menu) and simply delete the icons. or via activesync (through your pc) go to the unit's programs folder and delete the icons.
for the menu; you can do same. just go to the start menu folder via file explorer and delete the icons.

Hidden files and registry after Rom upgrade, what's up ?

Hi !
I've just upgrade my 9000 with Rom 1.30.89 ITA
With the previous Rom I can move shortcuts in Start>Programs in sub-folders created by me (for example: PIE in a folder called Web)
But now i see the shortcuts (of the pre-installed applications in Rom as Word, Excel, Agenda....) in Programs are hidden files and I can't move to my customized folders, i get an error !
I have an italian OS and the error is "Accesso negato" (probably in English is "Access denied")
Same error when i try to modify the registry from PC with Mobile Registry Editor or Smartione.
What's up ? :shock:
Is not my first Pocket PC and with all my past device i always was able to move folders in Programs and edit the registry from PC, but now I don't know what can I do...
Anyone with this issue ?
Thanks :wink:
answer
cut and paste the shortcut icons. you will have to have any start menu aplications closed to do this. It will give you an error if you try to move those icons if you don't close those programs also clear out all the checkmarks under start-settings-menu. this should help
I had this issue as well on my Dopod 900. These files seem to be classified as System Files now and are hidden.
I was using Resco File Explorer and it could not see these files. But checking the box "Show All Files", the files could be seen and moved.
Using File Explorer though, I am pretty sure that it sees the files with no problems. You can move them but you get a prompt saying that this might cause some problems with other software. Just have to click OK and it moves it.
Hope this helps.
Re: answer
sandrobber said:
cut and paste the shortcut icons. you will have to have any start menu aplications closed to do this. It will give you an error if you try to move those icons if you don't close those programs also clear out all the checkmarks under start-settings-menu. this should help
Click to expand...
Click to collapse
Thanks sandrobber, I always close all the running application before moving the shortcuts and I clear all the checkmarks
@capkapak
You're right when you say "These files seem to be classified as System Files now and are hidden."
Anyway thanks for your suggestion, I can move files with TotalCommander also (not only Resco) and modify the registry with PHM RegEditor
Obviously both installed in my 9000
But i would like move files and modify registry from my PC....
Ps: This is strange for me, I always was able to move files with ActiveSync and modify registry with Smartione without any problems.....
Thanks guys for your replies :wink:

uninstaling some programs.....

hey i instaled a program and i didnt like it so i wanted to uninstall it but its not in the unninstal list
so i just went to program files whit file explorer and deleted its folder.....but i still have the non working icon of that program in "All Programs" menu. how can i delete that?
\Windows\Start Menu\Programs
From there you can remove the link. Be aware that some remains of the program (probably registry keys and values) may still be on your phone after this.

Categories

Resources