Jump to content

Recommended Posts

Posted

i am going thru that hugh reg tweak file and found this:

;----- Change Recycle Bin Icons
;----- The icons must be in the $$ folder directly for unattend install.
;----- If you use this after an install then the Bmp file must be under windows folder
;-----
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
@="%WinDir%\\system32\\shell32.dll,31"
"Full"="%WinDir%\\system32\\shell32.dll,32"
"Empty"="%WinDir%\\system32\\shell32.dll,31"

it allows u to change the recycle bin icons thru a reg tweak, does this mean that you can change any icon as long as u know what icon # it is?


Posted

well i have this set a new icon for my c:\ drive , the icon is in $oem$\$$\

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon]
@="C:\\Windows\\windisk.ico"

So i guess the same method should work for all icons if you can find the regsitry entry

Posted

hiya im not 100% sure if this is wat ur looking for but here goes..

Each reg code just needs the icon like ive done.. hopefully it'll help u out

[HKEY_CLASSES_ROOT\CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon]
@="C:\\WINDOWS\\Icons\\Network Neighborhood .ico,0"

[HKEY_CLASSES_ROOT\CLSID\{00021400-0000-0000-C000-000000000046}\DefaultIcon]
@="C:\\WINDOWS\\Icons\\Show Desktop.ico,0"

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
@="C:\\WINDOWS\\Icons\\my computer.ico,0"

[HKEY_CLASSES_ROOT\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\DefaultIcon]
@="C:\\WINDOWS\\Icons\\control panel.ico,0"

[HKEY_CLASSES_ROOT\CLSID\{2227A280-3AEA-1069-A2DE-08002B30309D}\DefaultIcon]
@="C:\\WINDOWS\\Icons\\Printer,0"

[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\DefaultIcon]
@="C:\\WINDOWS\\Icons\\My Documents.ico,0"

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
@=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,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
 65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,31,00,00,\
 00
"Empty"="C:\\WINDOWS\\Icons\\Recycle Bin Empty.ico,0"
"Full"="C:\\WINDOWS\\Icons\\Recycle Bin Full.ico,0"

[HKEY_CLASSES_ROOT\CLSID\{992CFFA0-F557-101A-88EC-00DD010CCC48}\DefaultIcon]
@="C:\\WINDOWS\\Icons\\DialUp.ico,0"

I went through a while back & have used this way to add the icons & info to my reg tweaks so they are auto replaced on install.. Also if u do it this way, then most things cannot over rite them.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...