Help - Search - Members - Calendar
Full Version: Desktop Icons without Text
Neowin Forums > Help & Discussion Center > A Collection of Essential Guides
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17
Herby
QUOTE(slimy @ Sep 24 2005, 15:47)
the other commands work fine, thank you for the notepad icon, paste command works great smile.gif
[right][snapback]586572994[/snapback][/right]

The paste comand can be handy sometimes. smile.gif
About the error: What's the location of your OSA.exe?

============================================

Some people requested an Explorer Icon; anybody got some ideas about what I should add to the Context Menu's and what the default opening location should be?
underground_park
hello Herby i have a little problem

please read this...

i have changed my original folder icon (original folder,my picture,my video,etc.)

when i open the folder with my folder, the folder icon are changed, there are the new icon that i have changed

but when i open or explore using your without text icon,some icon are not changed
there is still the original windows icon

is it posible to solve this problem ?

see this pic for more info

user posted image
Herby
QUOTE(underground1 @ Sep 25 2005, 10:25)
hello Herby i have a little problem

please read this...

i have changed my original folder icon (original folder,my picture,my video,etc.)

when i open the folder with my folder, the folder icon are changed, there are the new icon that i have changed

but when i open or explore using your without text icon,some icon are not changed
there is still the original windows icon

is it posible to solve this problem ?[right][snapback]586576270[/snapback][/right]

I think one of these should fix the problem.
Chouzan
Such a simple method but it was very kind of you to provide some samples. thumbs_up.gif
underground_park
QUOTE(Herby @ Sep 25 2005, 15:25)
I think one of these should fix the problem.
[right][snapback]586577097[/snapback][/right]



thank you for your kind very much man smile.gif

your reg can fix my problem perfect biggrin.gif

but i have 2 more icon that i cant fix by myself

my computer and my download folder

could you make 2 more registry for me ? sad.gif

very thank you
Herby
QUOTE(underground1 @ Sep 26 2005, 06:54)
thank you for your kind very much man   smile.gif

your reg can fix my problem perfect  biggrin.gif

but i have 2 more icon that i cant fix by myself

my computer and my download folder

could you make 2 more registry for me ? sad.gif 

very thank you[right][snapback]586580423[/snapback][/right]

Which one did fix it,.. the first, the second, or both?
underground_park
QUOTE(Herby @ Sep 26 2005, 07:02)
Which one did fix it,.. the first, the second, or both?
[right][snapback]586580442[/snapback][/right]



your last attached file work both smile.gif



waiting for the fix of my com rofl.gif hehe
Herby
QUOTE(underground1 @ Sep 26 2005, 07:36)
your last attached file work  both smile.gif
waiting for the fix of my com  rofl.gif  hehe[right][snapback]586580508[/snapback][/right]

Here's the fixed "My Computer" & "My Documents" (fixed all commands). smile.gif

Edit: I've replaced Explorer.exe in the commands with "RunDLL32.exe Shell32,ShellExec_RunDLL" (default Run Command).
Herby
Here are the reg files for Dock users.

    [attachmentid=141993]

These reg files will add the Icons to "Entire Network" instead of the Desktop.
If you have the Icons on the Desktop, first merge the "Remove" regs and then merge the "Add" regs.

See _dock.txt for more info.
underground_park
QUOTE(Herby @ Sep 26 2005, 08:49)
Here's the fixed "My Computer" & "My Documents" (fixed all commands).  smile.gif

Edit: I've replaced Explorer.exe in the commands with "RunDLL32.exe Shell32,ShellExec_RunDLL" (default Run Command).
[right][snapback]586580634[/snapback][/right]



wow wow wow i can fix it biggrin.gif

very thank you again for your great thing

user posted image

for people who have the same problem as me change the command of your context in registry editor by use

RunDLL32.exe Shell32,ShellExec_RunDLL "whatever you want"

instead

Explorer.exe /n, X:\\whatever

for example use

RunDLL32.exe Shell32,ShellExec_RunDLL "D:\\My Download"

not

Explorer.exe /n, D:\\My Download

and you won't have the problem 'bout the icon.

laugh.gif
DDStriker
Great job Herby with the icons.Anyway can someone tell me whats wrong with my reg file edit?

CODE
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}]
"InfoTip"="@%SystemRoot%\\system32\\SHELL32.dll,-22913"
"NeverShowExt"=""
@=""

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\DefaultIcon]
@="%WinDir%\\Icons\\my computer.ico"

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

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\00]
@="My &Computer"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\00\Command]
@="explorer.exe /n, ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"


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

[HKEY_CLASSES_ROOT\CLSID\{00000000-5240-0000-0000-000000000002}\Shell\01\Command]
@=RunDLL32.exe Shell32,ShellExec_RunDLL "c:\\"

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

;Add My Computer to Desktop
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5000-0000-0000-000000000002}]


Want I want is a My computer icon with a right click menu of my drives(c,d,e etc). I only added c to see if I can make it work and I always got the error: "The file does does not have a program associated with it for performing this action.Create an accocation in the Folder Options controll panel.".Please help thanks in adavance yes.gif .
underground_park
QUOTE(DDStriker @ Sep 26 2005, 18:36)
Great job Herby with the icons.Anyway can someone tell me whats wrong with my reg file edit?

CODE
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}]
"InfoTip"="@%SystemRoot%\\system32\\SHELL32.dll,-22913"
"NeverShowExt"=""
@=""

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\DefaultIcon]
@="%WinDir%\\Icons\\my computer.ico"

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

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\00]
@="My &Computer"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\00\Command]
@="explorer.exe /n, ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\01]
@="C"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5240-0000-0000-000000000002}\Shell\01\Command]
@=RunDLL32.exe Shell32,ShellExec_RunDLL "c:\\"

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

;Add My Computer to Desktop
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5000-0000-0000-000000000002}]


Want I want is a My computer icon with a right click menu of my drives(c,d,e etc). I only added c to see if I can make it work and I always got the error: "The file does does not have a program associated with it for performing this action.Create an accocation in the Folder Options controll panel.".Please help thanks in adavance yes.gif .
[right][snapback]586582289[/snapback][/right]



look at this line

[HKEY_CLASSES_ROOT\CLSID\{00000000-5240-0000-0000-000000000002}\Shell\01\Command]
@=RunDLL32.exe Shell32,ShellExec_RunDLL "c:\\"

it should be

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\01\Command]
@=RunDLL32.exe Shell32,ShellExec_RunDLL "c:\\"

try to edit in the regeditor it will be more easy smile.gif
Herby
QUOTE(underground1 @ Sep 26 2005, 19:13)
look at this line

[HKEY_CLASSES_ROOT\CLSID\{00000000-5240-0000-0000-000000000002}\Shell\01\Command]
@=RunDLL32.exe Shell32,ShellExec_RunDLL "c:\\"

it should be

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\01\Command]
@=RunDLL32.exe Shell32,ShellExec_RunDLL "c:\\"

try to edit in the regeditor it will be more easy  smile.gif[right][snapback]586582402[/snapback][/right]

That's right, but the command is also wrong, it has to be:
@="RunDLL32.exe Shell32,ShellExec_RunDLL C:\\"

CODE
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}]
"InfoTip"="@%SystemRoot%\\system32\\SHELL32.dll,-22913"
"NeverShowExt"=""
@=""

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\DefaultIcon]
@="%WinDir%\\Icons\\my computer.ico"

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

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\00]
@="My &Computer"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\00\Command]
@="explorer.exe /n, ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"

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

[HKEY_CLASSES_ROOT\CLSID\{00000000-5000-0000-0000-000000000002}\Shell\01\Command]
@="RunDLL32.exe Shell32,ShellExec_RunDLL C:\\"

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

;Add My Computer to Desktop
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{00000000-5000-0000-0000-000000000002}]
DDStriker
Thanks for your help underground 1 and Herby I really apricate you guys helping yes.gif .. I'll release my editted "My Computer" reg file soon(If anyone wants it).
Herby
^^ No problem! smile.gif

=================
I've got some good news!
Nir Sofer has added "working folder" support to NirCmd (exec2 command)! biggrin.gif

I've updated the first post again!

Changelog:
[Sep 27 2005]

Modified:
• My Computer -e & My Documents -e: "RunDLL32.exe Shell32,ShellExec_RunDLL" instead of "Explorer.exe" (Custom Icon Compatibility)
• New version of NirCmd (v1.80): New commands: exec2, cmdwait + New options in clipboard command + New Volume commands

Added:
• Notepad (with Paste Clipboard command)
• "Add My Computer +Eject.reg", "Add My Computer -e +Eject.reg" & "Add Shutdown +Eject.reg"
The +Eject regs have an additional "Eject PC" command (see _Eject PC.txt for more info).

[Sep 23 2005]

Modified:
• Office 2003 & 2K3 Icon (Word now starts without Splash screen)

Added:
• Audigy 2 [ZS]
• Folder with Drag & Drop support
• Google Earth
• Internet Explorer 7
• iTunes
• Master Volume kX
• Nero 7 Premium
• Photoshop CS2
• StarOffice
Mateus-ES
Request: Calculator and Paint biggrin.gif


Thanks in advance happy.gif
CrisCr0ss
THanks herby iv said this before and ill say it again your the best... but i have a few i would like you to consider..

Tune Up Utilites 2006
Ultra ISO ME
MIRC
Perfect Disk
Spyware Blaster


also if you can, and if you need any help go through the thread and put all your attachments errors in a post on a "new thread" this will probably get it stickied as i see the reason why the mods wont stiky this as its very clumped with info here and there as its a very large thread so if you cann sum up the info and prob in 1-2 posts on the first page it would be great,

if you need help i dont mind as i would love to have this info stickied
Herby
QUOTE(Mateus-ES @ Oct 11 2005, 14:13)
Request: Calculator and Paint  biggrin.gif
Thanks in advance  happy.gif[right][snapback]586656166[/snapback][/right]
QUOTE(CrisCr0ss @ Oct 11 2005, 19:32)
THanks herby iv said this before and ill say it again your the best... but i have a few i would like you to consider..

Tune Up Utilites 2006
Ultra ISO  ME
MIRC
Perfect Disk
Spyware Blaster
also if you can, and if you need any help go through the thread and put all your attachments errors in a post on a "new thread" this will probably get it stickied as i see the reason why the mods wont stiky this as its very clumped with info here and there as its a very large thread so if you cann sum up the info and prob in 1-2 posts on the first page it would be great,

if you need help i dont mind as i would love to have this info stickied[right][snapback]586657291[/snapback][/right]

I've added them to my 2do list! smile.gif
I've updated the first post + attachment with the all the fixes and info (Sep 27).
If you want this thread stickied, just PM a mod about it, if enough people request it they might stick it.
Herby
I've got some great news! biggrin.gif

Wiredbits has created a neat little program called SCCU (Shorcut Clean Up).

    [attachmentid=144797]

With this program you can create Textless Desktop Icons and Shortcuts with Enhanced Context Menu's.
You can download it here (@ MegaUpload.com),.. if someone can host it please PM me or post it here!
It's a beta version but I've tested it and it's working great,.. and best of all: it's free! biggrin.gif
You can drag and drop files, shortcuts, drives or folders to the Drag and Drop Icon. Menu Name, Internal Name and Command are generated from the Drop action (98% of the time).
If you notice bugs or have suggestions you can post them here.

He's a little busy a.t.m. (see quote) but he's open for suggestions.

QUOTE
I have to get ready for that hurricane due this weekend so will be busy with that and work, etc. If a strom gets to close i normally pack computer up and store it which is ok since electric is out for at least a week afterwards.  Hope the thing bypasses us.
J2733
I dont know if this has been answerd but how do you if possible make big icons,Thanks
.Ark
After I added this, the bar on the side where the details appear.. like in my computer on the side it display's the disk info and such when you click on that... that bar dissappeared... anyone know how to get it back?! pinch.gif
chopyaedoff
the google earth shortcut doesn't work with the free version of google earth
and could you make a shortcut for paint.NET
CrisCr0ss
QUOTE(J2733 @ Oct 21 2005, 16:37)
I dont know if this has been answerd but how do you if possible make big icons,Thanks
[right][snapback]586706008[/snapback][/right]


yes i would like to know how to that to too

i want it like the avedesk or somewhere between 55x55 to 64x64

thnx herby for that looks great im downloading now n will test it out


:edit:

does this app allow for the creation of folders where in the context menu we can have it add apps we want to load?
chopyaedoff
here is a new shortcut for launching firefox,opera,ie all in one shortcut,
it is based on the opera shortcut hope you like it
TheTerminator
Might wanna change ur sig man
chopyaedoff
why?
JiveMasterT
QUOTE(chopyaedoff @ Oct 22 2005, 21:52)
why?
[right][snapback]586711375[/snapback][/right]


because it's huge. mine was 10 px larger and they deleted it... yours is enormous.... then again, maybe you're compensating for something? rofl.gif

nice icon tho.
Herby
QUOTE(J2733 @ Oct 21 2005, 21:37)
I dont know if this has been answerd but how do you if possible make big icons,Thanks[right][snapback]586706008[/snapback][/right]

You can try this trick, but it applies to all icons, you can use a dock (like Yz Dock or Object Dock) or use a program like WindowFX (IconX does'nt support nameless Icons).

QUOTE(.ark @ Oct 21 2005, 21:48)
After I added this, the bar on the side where the details appear.. like in my computer on the side it display's the disk info and such when you click on that... that bar dissappeared... anyone know how to get it back?!  pinch.gif[right][snapback]586706065[/snapback][/right]

Use "Add My Computer -e.reg" (-e = Without Explorer pane). smile.gif

QUOTE(chopyaedoff @ Oct 22 2005, 10:20)
the google earth shortcut doesn't work with the free version of google earth
and could you make a shortcut for paint.NET[right][snapback]586708234[/snapback][/right]

The Google Earth Icon probably does'nt work because it's installed in a different directory.
The easiest way to fix it is by editing the path in the registry (I'm a little busy atm but I'll look into it).
I've added Paint.NET to my todo list (you can also try to create it with SCCU). smile.gif

QUOTE(CrisCr0ss @ Oct 22 2005, 20:14)
thnx herby for that looks great im downloading now n will test it out
:edit:
does this app allow for the creation of folders where in the context menu we can have it add apps we want to load?[right][snapback]586711019[/snapback][/right]

It can't create folders like that, but I'll PM Wiredbits about it.
I hope he survives Wilma (the hurricane).
btw: the link you PMed me does'nt work. hmm.gif

QUOTE(chopyaedoff @ Oct 22 2005, 20:28)
here is a new shortcut for launching firefox,opera,ie all in one shortcut,
it is based on the opera shortcut hope you like it.[right][snapback]586711068[/snapback][/right]

Thanks! happy.gif
JiveMasterT
to make large icons, I just cranked up the size of my icons to like 64x64 or maybe it was larger... i forget. as long as the icons you are using have that size in them then they will look good... if they don't then they will look all funky and distorted.

this does change your icons sizes throughout the rest of the OS, so be careful. for me, i use detailed view on all of my windows and in my start menu, i have only a few items on the right and a list on the left so it looks good. i can post a screen shot if this doesn't make sense.
CrisCr0ss
damn, so their is no way to increase the icon size of which are only on the desktop.

I know AveDesk creates These kind of folders so is it possible to have avedesk w/ these enhanced context menus?
Herby
QUOTE(CrisCr0ss @ Oct 23 2005, 18:08)
I know AveDesk creates These kind of folders so is it possible to have avedesk w/ these enhanced context menus?[right][snapback]586714994[/snapback][/right]

I don't use AveDesk, but you can try to add them the same way as I've added them to YzDock (see First post & _Dock.txt for more info).
chopyaedoff
Could you make a Dock shortcut for smartftp and paint.NET
and i used the games folder shortcut to make a menu for abit uGuru programs but i have a problem with it everytime i click on the item in the menu it comes up with a "ACCESS IS DENIED" diologue box
hers's the code in the reg file
CODE
Windows Registry Editor Version 5.00

;Games folder by Squek (original idea by Herby)
[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}]
"InfoTip"="Abit µGuru"
"NeverShowExt"=""
@=""

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\DefaultIcon]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\uguru.ico"

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

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\01]
@="Abit &EQ"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\01\Command]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\ABITEQ.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\02]
@="OC &Guru"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\02\Command]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\OCGuru.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\03]
@="Flash &Menu"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\03\Command]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\FlashMenu.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\04]
@="&BlackBox"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\04\Command]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\BlackBox.exe"

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

;Add Games folder to Desktop
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\NetworkNeighborhood\EntireNetwork\NameSpace\{00000000-5191-0000-0000-000000000002}]
Herby
^^ I've added them both to my todo list. smile.gif

About the reg file: you must use expandable string values when you want to use environment variables like %WinDir%, %UserProfile% %ProgramFiles% (see tutorial).
You can also replace %ProgramFiles% with C:\\Program Files.
Herby
[Double Post] pinch.gif
chopyaedoff
QUOTE(Herby @ Oct 26 2005, 16:13)
^^ I've added them both to my todo list.  smile.gif

About the reg file: you must use expandable string values when you want to use environment variables like %WinDir%, %UserProfile% %ProgramFiles% (see tutorial).
You can also replace %ProgramFiles% with C:\\Program Files.
[right][snapback]586727383[/snapback][/right]

Did that and now it works YAY happy.gif
wiredbits

Ho
Not sure if this is what u need but

goto display properties,click the Appearance Tab, then click the Advance button.
in the combo box drop down to Icon, there you can increase the size of Icons on your desktop.
later
jim

wiredbits
QUOTE(CrisCr0ss @ Oct 22 2005, 15:14)
yes i would like to know how to that to too

i want it like the avedesk or somewhere between 55x55 to 64x64

thnx herby for that looks great im downloading now n will test it out
:edit:

does this app allow for the creation of folders where in the context menu we can have it add apps we want to load?
[right][snapback]586711019[/snapback][/right]

hi
I just tried Herby's renaming file to a (dot) CLSID with CLSID SCCU assigns and it works. You can try it out by opening classes.ini , get CLSID of Class you made and then folow Herby instructions.
I will check out adding it to SCCU
Later
Jim
wiredbits
QUOTE(CrisCr0ss @ Oct 22 2005, 15:14)
yes i would like to know how to that to too

i want it like the avedesk or somewhere between 55x55 to 64x64

thnx herby for that looks great im downloading now n will test it out
:edit:

does this app allow for the creation of folders where in the context menu we can have it add apps we want to load?
[right][snapback]586711019[/snapback][/right]


I just added folder option to SCCU (among other things), will relase another version soon.
Yell if you need anything

Jim
Herby
^^ Great news,.. I'm looking forward to the new version!


@ request: 1 4 TuneUp Utilities 2006. smile.gif

    [attachmentid=146327]
Herby
Here's one for VirtualPlastic.net smile.gif

    [attachmentid=146417]

This Icon is created with SCCU.

You can edit the reg file to change the location of the Icon (Icons and Png's are included in the zip file).

[Virtual Plastic].zip
wiredbits
QUOTE(chopyaedoff @ Oct 25 2005, 11:57)
Could you make a Dock shortcut for smartftp and paint.NET
and i used the games folder shortcut to make a menu for abit uGuru programs but i have a problem with it everytime i click on the item in the menu it comes up with a "ACCESS IS DENIED" diologue box
hers's the code in the reg file
CODE
Windows Registry Editor Version 5.00

;Games folder by Squek (original idea by Herby)
[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}]
"InfoTip"="Abit µGuru"
"NeverShowExt"=""
@=""

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\DefaultIcon]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\uguru.ico"

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

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\01]
@="Abit &EQ"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\01\Command]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\ABITEQ.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\02]
@="OC &Guru"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\02\Command]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\OCGuru.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\03]
@="Flash &Menu"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\03\Command]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\FlashMenu.exe"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\04]
@="&BlackBox"

[HKEY_CLASSES_ROOT\CLSID\{00000000-5191-0000-0000-000000000002}\Shell\04\Command]
@="%ProgramFiles%\\ABIT\\ABIT uGuru\\BlackBox.exe"

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

;Add Games folder to Desktop
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\NetworkNeighborhood\EntireNetwork\NameSpace\{00000000-5191-0000-0000-000000000002}]

[right][snapback]586723247[/snapback][/right]

Hi
U get "ACCESS IS DENIED" diologue box because the icon is textless, try naming it.
Jim
wiredbits
QUOTE(Herby @ Nov 2 2005, 07:49)
^^ Great news,.. I'm looking forward to the new version!
@ request: 1 4 TuneUp Utilities 2006.  smile.gif

    [attachmentid=146327]
[right][snapback]586757568[/snapback][/right]


It might be ready this weekend, I just need to run current version through it paces and to stop adding things..LOL.

Cheers
Jim
~null~
great work looking forward...... tongue.gif
~null~
thanks Referer http://www.neowin.net/forum/index.php?showtopic=224324
chopyaedoff
~null~ double posting diespam.gif
Tosca
I think that this is the longest thread I've ever seen (apart from jokes etc.)!

I know that Herby thrives on challenges and responds almost instanataneously so here's an easy one: the updated .reg files etc. are added to the .zip in the first post in this thread, so how about also adding the tutorial? It's at post 378 (I think that's the correct one), but if it was in the first .zip, there would be everything there together - the .reg files, individual notes, along with a "how to".

I also have a comment about the software that's been, or being, produced to do these tweaks automatically. I acknowledge the skill that Herby has clearly demonstrated here and also the skill of the programmer(s) who have taken these techniques and put them into a package that is "user friendly" for those who don't like to play with the registry. Personally, I prefer to know exactly what's going on, so would rather do the tweaks by hand and have the frustration/pleasure of sorting out problems if they don't work exactly as planned. If such software had been produced and put onto the market without Herby sharing these great secrets with everyone, I wouldn't have had so much pleasure in creating textless icons.
ayo
Hi, just a question but if i uninstall SCCU will it revert back to default Windows? If it doesn't how can I set everything back to default? Thanks for any help.
nissmo300
I don't know if this has been answered or not but is there still any way to remove the "Create Shortcut" on the bottom of menu?

Great program by the way. yes.gif


(sorry if it's been answered, this thread is like 50 pages)
nissmo300
^ I want to add something to my post above (can't seem to find the edit button hmm.gif )

I found out how to remove the "create shortcut" button. (Yes I went from the beginning page by page)

My other question is can you add those horizontal separator's?
wiredbits
QUOTE(ayo @ Nov 26 2005, 03:09)
Hi, just a question but if i uninstall SCCU will it revert back to default Windows? If it doesn't how can I set everything back to default? Thanks for any help.
[right][snapback]586854602[/snapback][/right]


Hi
Not sure I understand your question of 'Default Windows'. If you mean does it remove any Icon you created during the uninstall then yes it does.
Jim
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.