Does anyone know....

...if the new SP2 explorer.exe can be modified to allow 256 colours in the system tray? I know that there was a modified version released very soon after SP1, which stopped icons in the system tray being displayed in 16 colours. I know its not that important, but I can't stand seeing the icons that way Homer

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar07.webp

187 Posts
Location -
Joined 1999-10-23
...if the new SP2 explorer.exe can be modified to allow 256 colours in the system tray?
 
I know that there was a modified version released very soon after SP1, which stopped icons in the system tray being displayed in 16 colours.
 
I know its not that important, but I can't stand seeing the icons that way
 
Homer

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar35.webp

7 Posts
Location -
Joined 2001-05-08
Make Better Looking Windows Icons
Windows icons are set to a default of 4 BPP, a simple change to 16 adds depth and color
 
to the icons.
 
Navigate to:
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
and change the Shell Icon BPP from 4 to 16. "Shell Icon BPP"="16"
or 32 or 256 whatever you want, 16 is usually more than enough....

data/avatar/default/avatar19.webp

690 Posts
Location -
Joined 2000-05-21
Very nice, but that has absolutely zero effect on the system tray icons.

data/avatar/default/avatar27.webp

1117 Posts
Location -
Joined 2000-01-23
yes, it can - here's how to do it. If you don't know how to use a hex editor (or don't want to bother), I will post the hacked exe tomorrow.
 
Open explorer.exe in a hex editor
go to offset 0x1ECC
change 'FF 74 24 18' to '6A 11 90 90'
save the modified file to a temporary directory
 
 
Once you have the hacked exe, here's how to use it:
 
Open the task manager (ctrl-shift-esc)
on the processes tab, end explorer.exe
go to File->New Task(Run...) and type 'cmd'
copy the new explorer.exe to these locations, in order:
\WINNT\ServicePackFiles\i386
\WINNT\system32\dllcache
\WINNT\
type 'exit' to close the command prompt
go to File->New Task(Run...) and type 'explorer'
 
et voila!
 
Like I said, I'll post the hacked exe tomorrow (if the admins here don't have a problem with that, of course). If you have any problems, let me know.

data/avatar/default/avatar07.webp

187 Posts
Location -
Joined 1999-10-23
OP
I'd appreciate the exe actually, as Hex Editing goes way over my head.
 
If the Admins have a problem with the file being posted or linked to here, then please email me
 
Cheers for your help
 
Homer

data/avatar/default/avatar07.webp

187 Posts
Location -
Joined 1999-10-23
OP
LOL
 
Too quick for me.... You replied whilst I was replying.
 
That was the site I originally looked at, looks like the guy updated today....
 
Homer