954,260 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

daniweb on my start menu

I was playing with my windows registry .. and what I did is place daniweb shortcut on my start menu. Does anyone know how to do it ??

Attachments dani.JPG 15.77KB
nanosani
Unauthenticated Liar
Team Colleague
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
 

MAybe you could drag and drop it into the start menu?

OurNation
Master Poster
780 posts since Aug 2004
Reputation Points: 16
Solved Threads: 9
 

I guess u r right.

Reham Ejaz
Newbie Poster
23 posts since Nov 2005
Reputation Points: 10
Solved Threads: 0
 

Wait how did you get that there. I have a dell support icon thre and i want it gone. Where in the registry did you go. It cant be deleted by normal means.

tayspen
<Insert title here>
Team Colleague
1,622 posts since Jul 2005
Reputation Points: 84
Solved Threads: 99
 

Try going to

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Versions\Menu Order\

Then Start Menu, or Start Menu 2, see what entries you guys have. I tried to copy some binary keys, but couldn't recreate the same thing :(

MartyMcFly
Practically a Master Poster
678 posts since Feb 2005
Reputation Points: 16
Solved Threads: 17
 

Wow, nanosani, you must really love DaniWeb! :)

cscgal
The Queen of DaniWeb
Administrator
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
 

I've gotten very close to producing the desired effect. I have added the following keys:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="Daniweb"
"InfoTip"="<DANIWEB> IT Discussion Community"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="%SystemRoot%\\system32\\shell32.dll,-47"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32]
@="%SystemRoot%\\system32\\shdocvw.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance]
"CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"Param1"="http://www.daniweb.com"
"command"="Daniweb"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@=""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu]
@=""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder]
"Attributes"=dword:00000000


This produces the icon on the right-side of the start menu, but it does not function correctly. When I click the link, I get a dialog that states that a shortcut cannot be created there and gives me the option of creating a shortcut on the desktop. I'll keep chewing on it.

chrisbliss18
Posting Shark
917 posts since Aug 2005
Reputation Points: 38
Solved Threads: 25
 

Ok i used this

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}] @="DaniWeb"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon] @=hex(2):43,00,3a,00,5c,00,44,00,57,00,65,00,62,00,2e,00,69,00,63,00,6f,00,00,\ 00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\InProcServer32] @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ 00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\ 64,00,6f,00,63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00 "ThreadingModel"="Apartment"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance] "CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag] "method"="ShellExecute" "Command"="DaniWeb" "Param1"=hex(2):77,00,77,00,77,00,2e,00,64,00,61,00,6e,00,69,00,77,00,65,00,62,\ 00,2e,00,63,00,6f,00,6d,00,00,00 "CLSID"="{13709620-C279-11CE-A49E-444553540000}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\ContextMenuHandlers\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}] @=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\shellex\MayChangeDefaultMenu] @=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\ShellFolder] "Attributes"=dword:00000000

Now i am not sure if you need all that. I just had a dell support right there so i searched for it in the registry and found it. Then i modified it. You will need an icon in you C drive. called DWeb. Note be careful this could potentially go wrong!

-T

I have also attached it. remember be careful.

Here is a screenie. [IMG]http://img55.imageshack.us/img55/9277/ss1ff.th.png[/IMG]

EDIT: not sure why its in hex. on my screen is human readable. But thats how it expotrd i guess.


EDIT2: Just figured out how to change the run icon. the searchicon. Any pretty much any icon.

Attachments DaniWeb.zip (0.8KB)
tayspen
<Insert title here>
Team Colleague
1,622 posts since Jul 2005
Reputation Points: 84
Solved Threads: 99
 

Ok, so now i figured out how to change all that i decided id share a small utility that i wrote a whil ago in C#.

Its called

Re-Name

what it does is help you rename various system icons like the recycle bin,my docs, my computer,network places, ect. You can also change the title of IE. I jsut added in the option to change the start menu icons.

These include

Search
Run
Help and Support

***************
Please Note this does make changes in you registry. Please usea it your own risk. This has been tested. But there is no warranty of ANY kind. i say again use at your own risk.
***************

an old version is here along with the source. If you want feel free to expand it. It could become a full tweakk utility.

Well its in the attachment.

-Taylor aka Tayspen

Attachments Re-Name.zip (55.45KB)
tayspen
<Insert title here>
Team Colleague
1,622 posts since Jul 2005
Reputation Points: 84
Solved Threads: 99
 

Now all we need to do is change this from an icon and text, to the DaniweB logo, and .....

Nice work guys, think I'll just stick with a good ol' bookmark :)

MartyMcFly
Practically a Master Poster
678 posts since Feb 2005
Reputation Points: 16
Solved Threads: 17
 

WOW !! who dig the thread from the old daniweb cupboard ?? the thread is already a year old :D.

nanosani
Unauthenticated Liar
Team Colleague
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
 
WOW !! who dig the thread from the old daniweb cupboard ?? the thread is already a year old :D.

Wow, lol your right. I didnt even notice.

-T


:)

tayspen
<Insert title here>
Team Colleague
1,622 posts since Jul 2005
Reputation Points: 84
Solved Threads: 99
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You