Jing Ming wrote:
> in my situation, drive H has been assigned to network share. sometime, when
> user connect USB drive to the comptuer, drive letter H will be assigned to
> this USB drive, IS there any easy way to reserv drive H, also need to deploy
> this solution to all computers in our orgnization. Thanks!!
No, there is no build in solution. This happens when
H is the first free local letter. Network shares are
no local letters, they are user specific so the mount
mananger cannot see them.
I've written a small Windows service that can automatically
remount newly attached USB drives to different letters.
http://www.uwe-sieber.de/usbdlm_e.html
It has a silent install option so it's possible to install
it on the clients without user interaction.
Greetings from Germany
Uwe