Poll: Was this useful at all or not?
You do not have permission to vote in this poll.
Yes
0%
0 0%
No
0%
0 0%
Total 0 vote(s) 0%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Desktop Icons No Text
#1
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\CurrentVersion\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\CurrentVersion\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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Computer Frezzeing at desktop tree_frog 8 579 07-21-2009, 12:43 PM
Last Post: Fykins
  buying new desktop Replenish 19 680 04-16-2009, 04:41 AM
Last Post: Fykins
  Audio Problem (Desktop speakers) AngelzUnit 10 400 02-13-2008, 07:35 AM
Last Post: AngelzUnit
  Desktop Problems Blue 9 303 09-04-2007, 04:58 AM
Last Post: Blue
  Desktop Themes Siris 3 407 02-14-2007, 11:24 AM
Last Post: SilverTears
  Computer Desktop Showoff Mushroomhead18nc 3 289 02-09-2007, 06:43 AM
Last Post: CrayloaRed
  Retreive D2 Text smirk_zero 0 123 10-28-2005, 10:12 PM
Last Post: smirk_zero
  Desktop Showoff Karant 2 4,139 06-24-2005, 08:14 PM
Last Post: EpiQ
  Icons Poofed Warslut 4 236 03-21-2005, 01:05 PM
Last Post: Obfuscate
  How do I change Username text? kamikaze_method 1 220 02-21-2005, 03:15 AM
Last Post: Karant

Forum Jump:


Users browsing this thread: 1 Guest(s)