"ME" wrote:
Plug in the drive that gives the wrong drive letter. Go into Disk Management
and assign it the proper letter.
This is also found in the 'Computer Management' item.
Also, started by typing :
mmc.exe c:\windows\system32\diskmgmt.msc
...into the "Run box on your "Start Menu''
Then right-click on a drive you want to change the letter of and choose
the item :
"Change drive letters and paths"
...you may need to 'juggle' them a little, if you have a drive occupying
the letter you want to change it to, you will need to change that first,
to another unoccupied letter.
Hope this helps.
==
Cheers, Tim Meddick, Peckham, London. :-)
"ME" <M...@discussions.microsoft.com> wrote in message
news:65A42E63-A888-4F92...@microsoft.com...
"Tim Meddick" wrote:
> Go to 'Administrative Tools' on your 'Start Menu' and start the 'Disk
> Management' item.
>
> This is also found in the 'Computer Management' item.
>
> Also, started by typing :
>
> mmc.exe c:\windows\system32\diskmgmt.msc
>
> ....into the "Run box on your "Start Menu''
>
> Then right-click on a drive you want to change the letter of and choose
> the item :
>
> "Change drive letters and paths"
>
> ....you may need to 'juggle' them a little, if you have a drive occupying
When re-inserted into the system, Windows recognises the drive and the
GUID linked to it, and then re-assigns the same drive-letter.
If you use the same free USB port every time for a removable drive, it
will appear as the same letter every time it is inserted.
You have to make sure you don't allow any other drive to take up that
same drive-letter in the meantime, however.
Thusly, I can remove my pen drive (drive G:) from the system and, as
long as I don't let a new memory-stick I may add take up that letter,
when I re-insert the pen drive - it will always come up as drive [G:]
Windows will attempt to keep letters that have recently been allocated
to removable drives vacant - in case they are used again.
But apart from recently used letters, yes, Windows will assign the very
next free letter to a totally new drive.
You can make Windows "forget" all these recently used letters by typing
the following command into a 'Command Prompt' (dos-box) window :
reg DELETE
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoints2 /s
/f
(The above command should be all on one line but may not appear so due
to line-wrap. Please ensure that the command begins with 'reg' and ends
with '/f')
...this will result in Windows being forced to re-assign GUIDs to all
drives.
*Note - Please exercise care when editing the registry, always create a
backup and / or create a 'System Restore' point first.
You can also "see" a list of GUIDs for all available drives on your
system by typing the following command :
mountvol
..at the end of the help text that is displayed.
Hope this helps...
==
Cheers, Tim Meddick, Peckham, London. :-)
"ME" <M...@discussions.microsoft.com> wrote in message
news:C6A3F18C-5584-4702...@microsoft.com...
This seems to be a constant problem. Check the following:
http://www.uwe-sieber.de/usbdlm_e.html
Thank you Uwe!!!!!!