View Single Post
  #3 (permalink)  
Old 10-09-2009, 02:59 PM
CovKid66's Avatar
CovKid66
VGhhbmtzIGZvciBwbGF5aW5nI
Offline
 
Join Date: Jan 2009
Posts: 1,504
Reputation: 2685
CovKid66 is a VIPCovKid66 is a VIPCovKid66 is a VIPCovKid66 is a VIPCovKid66 is a VIPCovKid66 is a VIPCovKid66 is a VIPCovKid66 is a VIPCovKid66 is a VIPCovKid66 is a VIPCovKid66 is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: "Settings" button gone from "Start" page

Here is what I have for the settings icon:

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\ProgramLaun cher\3]
"Command"="--switchtopage Manila://settings.page"
"Path"="\Windows\manila.exe"
"IsReadOnly"=dword:00000001
"IconPath"="\windows\HTC\Assets\Images\programlaun cher\Program_icon\settings_88.qtc"
"DispName"="[[IDS_SETTINGSTITLE]]"

Note though that my Settings icon is the 4th in the list and not the first like you said yours was. This is determined by number at the end of the [HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\ProgramLaun cher\3]. The number at the end, in this case 3, denotes the placement of the icon on the Start menu....0 is the first icon btw.

If your Settings icon was truly your first icon you'll want to edit the "0" ProgramLauncher registry key and not the "3" key, and add what I've shown above e.g.

[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\ProgramLaun cher\0]
"Command"="--switchtopage Manila://settings.page"
"Path"="\Windows\manila.exe"
"IsReadOnly"=dword:00000001
"IconPath"="\windows\HTC\Assets\Images\programlaun cher\Program_icon\settings_88.qtc"
"DispName"="[[IDS_SETTINGSTITLE]]"

Hope this makes sense.
__________________
Current: Samsung O2 I8000L (Alex823 JI1 Lite)
Old: Touch Pro 2 / Touch Pro / Treo Pro / So on, so on...


Last edited by CovKid66; 10-09-2009 at 03:05 PM.
Reply With Quote
This post has been thanked 2 times.