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 ??

Recommended Answers

All 11 Replies

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

I guess u r right.

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.

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 :(

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

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.

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.

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

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 :)

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

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


:)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.