1
Support and Feedback / Re: overlay-icons are mixed up
« Last post by Mathias (Author) on Today at 17:02:10 »MC do not fetch overlay it self. MC ask Windows about the overlay icons.
The problem is that Windows only support 16 overlay icons.. So only the first 16 that are in the registry will work.
Also 32bit and 64bit extension that are installed can install different overlay.. If you run 64bit version of MC then MC only gets the shell extensions registered for 64bit.
REG:\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\ ( 64bit apps on 64bit system )
REG:\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\ (32bit app on 64bit system)
They are loaded in alphabetic order. and only the 16 first are loaded.. as you see lots of them problably have space infront of the name to "force" them to be higher up the list.
The problem is that Windows only support 16 overlay icons.. So only the first 16 that are in the registry will work.
Also 32bit and 64bit extension that are installed can install different overlay.. If you run 64bit version of MC then MC only gets the shell extensions registered for 64bit.
REG:\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\ ( 64bit apps on 64bit system )
REG:\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers\ (32bit app on 64bit system)
They are loaded in alphabetic order. and only the 16 first are loaded.. as you see lots of them problably have space infront of the name to "force" them to be higher up the list.
Recent Posts