Hey
I bought Card reader Chieftec CRD 501 (3,5'' USB). I have Win 7. In my computer I see letter only when i put card to card reader. For example If I put CF Card I see only K letter, If I put SD Card only L letter and it works for me correctly. I have little problem with TC. TC always show all letters K L M N . I would like to ask for patch/plugin which change this. I would like to see only this letter which card I use. Thanks for any advice
You can hide those which you never use by adding the line
allowed=CDEF\
to your wincmd.ini, where CDEF are the drives you want to see, and \ the network neighborhood. Unfortunately I couldn't find any function to quickly detect whether a medium is inserted or not. Checking this can take several seconds (or even minutes) with some USB devices like CD drives, and even cause the tray to be closed...
I have implemented my own in the meantime, using GetVolumeInformation. I just call it for drives of type DRIVE_REMOVABLE. I make it optional via ini switch, so it will not slow down systems with old slow hardware (e.g. zip drive or so).
I know this thread is old but I just encoutered this problem!
All these drives from my cardreader are rather annoying and they dont even show up in the windows explorer...
So how do I activate this function to hide unused drives via the ini file?
From Help 4.b. - INI-File settings: wincmd.ini
In Section [Configuration]
HideRemovableNoMedia=7
When !=0, removable drives like USB card readers will not be shown unless a medium is inserted. Note that CD-ROM drives and floppy disk drives will always be shown. Apply to:
1: Drive button bar
2: Drive dropdown list
4: Search function - Drives
7: All
This function may be very slow with certain drives, so turn it off if you notice any slowdown.