How to get the icons for the memorycard reader back

ca6

Joined
Dec 19, 2008
Messages
25
Reaction score
0
After I installed the card reader drivers (CardRdr_Jmicron_v1.00.16.1.zip), the icons in explorer for any of the card slots would be corrupted, and only show a default icon.
It seems like the icon file was not copied to the correct location.

To correct this, copy "JmCrIcon.dll" from the extracted driver archive, located in "CardRdr_Jmicron_v.1.00.16.01\CardRdr_Jmicron_v.1.00.16.01\Application\res\x32" to "%Windows/System32".

No reboot was necessary in my case.
 
You can have the icon of your choice for any drive, fixed, removable hdd, usb or sd.

You need an icon in the .ico format. Say you call it 'sd-icon':

-place the icon in the root of the drive you are using the icon for
-open a notepad instance and enter the following:

[autorun]
icon=\sd-icon.ico
open=sd-icon.exe

save this as autorun.inf in the root of the drive(select 'all files' from the dropdown box to avoid saving it as a text file)

-use the same notepad instance that you just wrote and should still be open and save it as sd-icon.exe in the root of the drive

you should now have 3 items in the root of the drive for which you want an icon:
sd-icon.ico
autorun.inf
sd-icon.exe

-make all three items as hidden files and read only files

-restart Windows if it's a fixed drive, remove and put back the drive if it's usb or sd.

That's it.
 
Have you tried this using the same driver as I have?
I had a lot of issues getting the right icons back since this driver does not use the default Windows icons, rather than icons attached to the driver it self. Updating the registry where one would belive the error is located, does not bring the icons back in this case.
 
I am not sure I am quite getting all of what you said but I suggest you googled the Hitachi Microdrive driver. Install that one and I think you should be OK...
 
simbeb said:
I am not sure I am quite getting all of what you said but I suggest you googled the Hitachi Microdrive driver. Install that one and I think you should be OK...

Yeah, it's pretty obvious ;)
I wrote a guide about how to get the driver icons back if you install a certain driver, it was not a question....you are posting in the "How-to" sections.
 
Back
Top