View Single Post
Old 08-09-2007, 06:40 PM   #1 (permalink)
ren3g4de
 
ren3g4de's Avatar
 
Status: Veteran
Join Date: Mar 2007
Location: Colorado
Posts: 155

Tournaments Joined: 0
Tournament Wins: 0
Credits: 0
Spent time on board: 1 Day and 2:25:04 Hours
Rep Power: 2 ren3g4de is on a distinguished road

Send a message via ICQ to ren3g4de Send a message via AIM to ren3g4de Send a message via MSN to ren3g4de Send a message via Yahoo to ren3g4de


This is a little registry key system that i use to make desktop icons with no text....and for that fact no text box.

by this i do not mean using a null character as the name of the icon.

all you have to do is add the following into a .reg file:

<----------------------------------------------------------------------------------------------------------------------->
START HERE
<----------------------------------------------------------------------------------------------------------------------->

[HKEY_CLASSES_ROOT\CLSID\{00000000-5521-0000-0000-000000000002}]
"InfoTip"="INFOTIP"
"NeverShowExt"=""
@=""

[HKEY_CLASSES_ROOT\CLSID\{00000000-5521-0000-0000-000000000002}\DefaultIcon]
@="C:\\Program Files\\Directory\\Icon.ico"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5521-0000-0000-000000000002}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{00000000-5521-0000-0000-000000000002}\Shell\01]
@="INFOTIP"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5521-0000-0000-000000000002}\Shell\01\Command]
@="C:\\Program Files\\Directory\\Executable.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5521-0000-0000-000000000002}\ShellFolder]
"Attributes"=hex:00,00,00,00

;Add Photoshop CS to Desktop
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Explorer\Desktop\NameSpace\{00000000-5521-0000-0000-000000000002}]

<----------------------------------------------------------------------------------------------------------------------->
STOP HERE
<----------------------------------------------------------------------------------------------------------------------->

everything highlighted in red should be replaced with specifics for that icon.

INFOTIP:
The infotip section should be replaced with what you want it to display when you hover over with you mouse and hold for a second.

ICON:
Your icon section to point to the directory location of the icon image you want to use(NOTE: to insert into the registry correctly you must use 2 backslashes where you would normally use one in most things)

EXECUTABLE:
Your directory path of your program that you want the icon to open.(NOTE: you must also use 2 backslashes for every 1 normally here too)

The Number 5521:
This number should be different for every icon you put. I started mine at 5300 and have been working my way up for every reg file i build. If you do not change this number every time when you import the registry key it will replace that last icon you had with that number.

a working example of this for mozilla firefox would be this:
<----------------------------------------------------------------------------------------------------------------------->
START HERE
<----------------------------------------------------------------------------------------------------------------------->

[HKEY_CLASSES_ROOT\CLSID\{00000000-5346-0000-0000-000000000002}]
"InfoTip"="Mozilla"
"NeverShowExt"=""
@=""

[HKEY_CLASSES_ROOT\CLSID\{00000000-5346-0000-0000-000000000002}\DefaultIcon]
@="C:\\REN3G4DE OS\\Icons\\mozilla.ico"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5346-0000-0000-000000000002}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{00000000-5346-0000-0000-000000000002}\Shell\01]
@="&Mozilla"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5346-0000-0000-000000000002}\Shell\01\Command]
@="C:\\Program Files\\mozilla.org\\Mozilla\\mozilla.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5346-0000-0000-000000000002}\ShellFolder]
"Attributes"=hex:00,00,00,00

;Add Photoshop CS to Desktop
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Explorer\Desktop\NameSpace\{00000000-5346-0000-0000-000000000002}]

<----------------------------------------------------------------------------------------------------------------------->
STOP HERE
<----------------------------------------------------------------------------------------------------------------------->


To import these keys all you have to do is double click after you are finished with the .reg file and click yes to the import question. and walla! you have a nice new icon with no text. The right click menus are also completely custimizable also. But i need to research more how to do this before i post on it.

Enjoy!

If this was helpful to you please put your opinion in on the poll.
ren3g4de is offline   Reply With Quote