Removing Task Manager Shortcut from Home Screen Quick Links - HD2 General

I added a link to the Task Manager by copying the hidden TaskMgr.lnk file from the Windows folder to the Start Menu/Programs folder.
I then decided I wanted it in a different position and added another quick link to another position.
I then wanted to remove the first link, and attempted to do this using 'Remove Quick Links', however this does not work for the Task Manager (it does work for other links.)
I then tried deleting the TaskMgr.lnk file from the Programs folder, and then removing the Quick Link, this also did not work.
I would be grateful for any suggestions as to how to remove it.
Thank you.

May have to go into the registry:
"To remove some stubborn shortcuts which cannot be deleted, go to HKLM/Software/HTC/Manila/Home and blank out the DispName, ExePath and IconPath in the relevant numbered folders to the shortcut you want to remove. Also change IsSet to 0."
Taken from the tweak thread at the top of this board. This is to remove extra links if you use the 4x4 tweak. I see no reason that it shouldn't work here though.

quantumandy,
Thank you so much for that. Doing that did not allow me to remove it, but I was able to select a different icon, which replaced it.
Thanks for your help.

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.

Double entries in Manila's program launcher

I have a few double entries (all functional) in Manila's program launcher (see pic) and want to get rid of them. Looking for the respective links, I didn't find any double entries in the Windows/Start menu. Also, the standard windows program launcher does not have any double entries.
Where, the heck, does Manila store the list of entries of its program launcher, and how to rebuild it? It looks like it must have cached these links from old installations somwhere. Soft reset and restart of tf3d didn't help, either.
In the registry, I found the list of "favourites" (HKLM\Software\HTC\Manila\ProgramLauncher), but no key for the complete list of programs (where you choose from to add to the "favourites" which comes up when you hit the program tab in tf3d).
A more detaield description can be found here: http://forum.thumbapps.com/viewtopic.php?f=12&t=110
Any clue?
Using a file explorer check the "\Windows\Start Menu" (or whatever it's called in German) folder for double entries. Check subdirectories too!
I think this is where Manila gets those entries.
surfsmurf said:
Using a file explorer check the "\Windows\Start Menu" (or whatever it's called in German) folder for double entries. Check subdirectories too!
I think this is where Manila gets those entries.
Click to expand...
Click to collapse
Thats the first thing I did (as pointed out in the post). No double entries there.
But I discovered another thing: The links concerned are also in the Start menu (once). If I want to remove them (Settings...menu)..I get an error message "Element can not be moved".
Sorry I missed that in your post, oops.
What about \Windows\AppMgr, can you delete the program that won't uninstall from there?
surfsmurf said:
Sorry I missed that in your post, oops.
What about \Windows\AppMgr, can you delete the program that won't uninstall from there?
Click to expand...
Click to collapse
Yes, installing and uninstalling is no problem.
But what I discovered: the problem seems to be related to the manila patcher. I used manila patcher to replace the launch of the standard calender by Thumbcal. Now I deleted that patch and rebuilt it. That also resorted the program list, but didn't take care of the double entries, nor of the problem that the entry in the start menu cannot be deleted.
I found a solution to this problem. It occurred to me too, when I was organizing the startmenu by creating folders. Accidentally I copied one link to the folder, so the original remained. In this situation Manila gathers the links that are in the startmenu and displays them in the all programms list in TouchFLO 3D.
So if a programm is double entry, the .lnk exists twice in the windows startmenu.
^^ Where can you find the files?

[APP] (20/08/09) HideFolder - Show/Hide Folders in HTC Album (CAB)

Update
I have now created a CAB for the script.
It will install a link to the program in Programs under the Start Menu.
IMPORTANT: You need to have MortScript installed. There is a CAB in \Program Files\HideFolder. If you already have MortScript you can delete this CAB.
The new cab is at the end of this post.
-------------------------------------------------------------------------
Hiding folders from HTC Album has been discussed elsewhere, maybe for different reasons than mine !
When I select 'Storage Card' a list of folders appear that have no interest to me and do not contain any images that are mine.
I have written a script that allows you to Show or Hide folders from HTC Album. I included the ability to 'Show' folders in the event that you may want to temporarily hide a folder but re-enable it at some point.
You need to have Mortscript installed on your device !
Unzip the file and copy to your device.
When you run the script you will be given a choice whether you want to:
1) Show a Folder
2) Hide a Folder
3) Exit the Script
When you select Show or Hide you will then be asked to select the folder.
If you select Show: A previously hidden folder will be enabled (If the folder is not hidden you will get a message informing you of the error)
A confirmation message will be displayed and you are done.
If you select Hide: The selected folder will now be hidden from HTC Album (If the folder is already hidden you wil get a message informing you of the error)
A confirmation message will be displayed and you are done.
I've run the script in as many combinations as I can think of and all seems to work, please let me know if there is something I hae missed.
CAB Now available see above.
Thanks for such a necessary utility, I was actually looking for this for some days now...I needed this... you know to hide some things when your is taken over by some enthusiast who wants to check out everything in it and occasionally press wrong links....
This app. does its work what it supposed to do but I have Resco photo manager installed the hidden folder is visible in this photo manager...is there a way it could be hidden to resco as well.
great,
is this also possible for HTC Music Player ß
I don´t want to see my ringtones and others on the SD card.
thanks
I edit the registry to hide the folders. This saves me a lot of work. Simple enough. Thanks
Mesquire said:
I edit the registry to hide the folders. This saves me a lot of work. Simple enough. Thanks
Click to expand...
Click to collapse
Can you share the registry edits...pls.
Do you have the same tweaks for music ???
Does this work for HTC HD2? I have tried it an error, unknown function selectdirectory?
A non responding thread...
Application does not work with the newer builds 6.5.x
Here you go.... to all who want to hide folders for whatever reasons, go to this link and follow directions and viola, job done!!! no cabs to install or extra steps that make it complicated, all's you need is a reg-edit on your phone and your good to go!!!
http://pocketnow.com/tweaks-hacks/how-to-hide-folders-with-pictures-from-htc-album
ENJOY AND HAVE FUN!!!
^^^
having some trouble figuring that out could you help
Apologies
Hi All,
I am really sorry that I have not been able to respond to recent requests.
I have some personal stuff going on at the moment which has meant my head has been inserted up an unattractive part of my body.
I am sorting myself out and will try to help where I can in the next few days.
Apologies and thanks in adavnce for your understanding.
Hide more then one folder????
it seems as if i can only hide 1 folder and not multipl folders. How can I hide multiple different folders? When i attempt to do another folder the error always says this folder is already hidden and its not.
Thanks man, nice little app!!
tried on hd2, doesnt work

Changing Quicklinks on homescreen

This ist probably a stupid question, but I just couldn't find a solution.
How do I change an already existing Quickling on the homescreen? The same question is also valid for the contacts screen.
Once I have defined a Quicklink on the Homescreen there doesn't seem to be a method to change it to something else, I couldn't find it anywhere in the settings. And touch-and-hold doesn't do anything eighter.
So if anyone knows the solution please post it here.
Thanks
chuelibrueder
Remove quick links
Try "Menu" (lower right corner) -> Remove quick links ->tap on the one you want to remove -> Done -> you're done
found solution (sorry)
Okay that works.
Thank for your help.
I'm also having Quicklinks problems.
I can delete/change the ones that point to programs but the last row of my Quicklinks point to my top websites (ie; Bookmarks/Favourites) and if I use the normal method to delete them it doesn't work! Has anyone else found this, or a solution?
What might be the issue is that I've installed a cab to increase the number of Quicklinks from 9 (3x3) to 16 (4x4). Could that be causing this, as in a stock HD2 that last row wouldn't even be there...?
Many thanks!
You may certainly use a *.cab which has modified the number of quicklinks on home tab, and which doesn't work properly, isn't ?
You can :
- uninstall this cab
- sof reset
- delete quick links
- install back the cab
- soft reset
Then it's ok.
I realise that this is an old thread but I am a new owner of an HD2 and still finding my way. I have done a search and this is the closest thread to my issue.
Just like ugotamesij I have 16 quick links on my home page. My probem is that I cannot remove an unwanted quick link by using the menu button option to get rid of it. The link that I am trying to remove is to the Excel Mobile program.
I would like to remove the .cab file that gave me the 16 links and then re-install it but I do not know how to remove the .cab file from the SD card.
I have located the particular file using the file explorer and deleted it from the list on my SD card but the 16 quick links still appear on my phone after a soft reset.
Can someone assist please?
the_rascal said:
I realise that this is an old thread but I am a new owner of an HD2 and still finding my way. I have done a search and this is the closest thread to my issue.
Just like ugotamesij I have 16 quick links on my home page. My probem is that I cannot remove an unwanted quick link by using the menu button option to get rid of it. The link that I am trying to remove is to the Excel Mobile program.
I would like to remove the .cab file that gave me the 16 links and then re-install it but I do not know how to remove the .cab file from the SD card.
I have located the particular file using the file explorer and deleted it from the list on my SD card but the 16 quick links still appear on my phone after a soft reset.
Can someone assist please?
Click to expand...
Click to collapse
you can use the registry editor to remove the links -
HKLM\Software\HTC\Manila\Home
There are keys marked with 0..9 (or 0..n)
each item is a shortcut on the home page.
there is a value called "IsExist" set it to 0,
and set all the other tring values to empty.
If you only want to re-order the links -
you can use the app in the following link
http://forum.xda-developers.com/showpost.php?p=5166930&postcount=6
Som30ne, thank you for the reply and link.
I am sorry to reveal my ignorance but I do not know what your instructions mean. I have never had a windows mobile phone before and have never attempted any tweaks.
This registry editor business sounds very interesting but sadly, it's like a foreign language to me.
If you have the time can you break it right down for me or point me to a "how to..." guide?
the_rascal said:
Som30ne, thank you for the reply and link.
I am sorry to reveal my ignorance but I do not know what your instructions mean. I have never had a windows mobile phone before and have never attempted any tweaks.
This registry editor business sounds very interesting but sadly, it's like a foreign language to me.
If you have the time can you break it right down for me or point me to a "how to..." guide?
Click to expand...
Click to collapse
To edit the registry I use TotalCommanderCE,
it's free, just google it.
After you install it, run it, and click on the [\] button (top right of the screen)
double click "Plugins"
double click "Registry"
and then go to the path specified (HKLM\Software\HTC\Manila\Home\. . . .)
go to each of the number folders and double click the values to edit them.
After editing - exit the TotalCommander,
and hold the power button, and select "power off", than turn the device back on,
so the new values would be loaded on bootup.
I hope it's clear enough.
Enjoy.
(BTW: if you are not sure - write down any o the value you changed,
just in case you need to restore the values to what they were before)
I feel as though I'm on the right path but require a little more help.
After a little further research I installed PHM RegEdit and using the directions provided by Som30ne have found the entry in the registry that relates to the offending quick link (Excel Mobile). It is next to a folder with the number 9.
The path is HKLM\Software\HTC\Manila\Home\9
What do I do to simply remove Excel Mobile as a quick link?
the_rascal said:
I feel as though I'm on the right path but require a little more help.
After a little further research I installed PHM RegEdit and using the directions provided by Som30ne have found the entry in the registry that relates to the offending quick link (Excel Mobile). It is next to a folder with the number 9.
The path is HKLM\Software\HTC\Manila\Home\9
What do I do to simply remove Excel Mobile as a quick link?
Click to expand...
Click to collapse
No
there is a value called "IsExist" set it to 0,
Then click save Then reboot
I don't have a value named, IsExist". I can see;
IsNeedRefresh
IsReadOnly
IsSet
IsSet is the only one of these that has a value other than 0 (the value is 1).
Any ideas?
Can anyone help?
the_rascal said:
I don't have a value named, IsExist". I can see;
IsNeedRefresh
IsReadOnly
IsSet
IsSet is the only one of these that has a value other than 0 (the value is 1).
Any ideas?
Click to expand...
Click to collapse
I dont understand - what do you mean it is near the 9 folder ?
There cannot/shouldnt/isnt any quick links near the folders.
The quick links are defined inside the folders.
Inside each of the folders (0 . . N) there are several entries - one of the entried is called "IsExist", and the others contain a path to a program link, and a path to the program icon.
Thanks for you patience.
I finally found the value IsExist and changed it from 1 to 0. I saved my change and then did a soft reset. Sadly, The quick link is still there and resolutely defies any attempts to remove it.
Is there something that I have missed or is there another way? If all else fails I can see only two choices;
1. Perform a hard reset and start again from scratch or,
2. Leave the quick link where it is and learn to live with it.
Any other ideas - PLEASE?
I am fairly new to this registry editing myself, but I also had this problem.
Using the good advice from this thread so far I have managed to get rid of the quick link from my 4x4 quick link grid.
I just looked at the registry values for an empty link and entered the same values for the one I wanted to remove. I then did a soft reset and it seems to have worked.
Thanks for the support speaky05 but I managed to get the required result by simply un-installing the .cab file that gave me the 4x4 grid and then re-installing it.
I don't know why it didn't occur to me sooner.

Sense Shortcut link not usable after deinstallation of shortcut p

i have the following Problem and hope some expert might be able to help.
I have the 5*5 shortcut-matrix installed on my Sense-Homescreen. I always use SK Tools to uninstall programms and let it do a "deep scan" after the uninstallation to get rid of any rubble in the registry.
This was the first time i uninstalled a programm which had a shortcut link on the sense homescreen.
Unfortunatly, now i have a dead link. When i press on the link, it tells me it did not find the programm named "" (the name was obvoisly removed by SK Tools). Thats quite obvois, as i uninstalled the program.
However, when i want to remove the dead shortcut (direct link) and replace it by another, it wont let me. The other shortcut links work quite fine and i can remove or replace them.
I guess i have to repair something in the registry, eg. give the link back its name to the program - but where? If i knew before, I just would have removed the shortcut link before the uninstallation...
Can anyone help?
go to registry: hklm/software/htc/manila/home and there u have to find where the shortcut of the program is located and delete it

Categories

Resources