Results 1 to 4 of 4

Thread: Assigning Drive Letters

  1. #1
    TorresScott is offline Senior Member
    Join Date
    Dec 2009
    Posts
    239
    Rep Power
    3

    Default Assigning Drive Letters

    I have four external HDD and I want to assign a letter to every drive and give unique name such as, backup, downloads, mp3's, videos etc. I know how to do that. I want to if I plug in one of these newly lettered and renamed drives, will the system recognize which drive it is? Any easy to understand tip will be appreciated! Thanks in advanced.

  2. #2
    EvansMitchell is offline Senior Member
    Join Date
    Dec 2009
    Posts
    227
    Rep Power
    3

    Default

    Open Notepad and create the following reg file

    Code:
    REGEDIT4
    [HKEY_CURRENT_USERSoftwareClassesApplicationsExplorer.exeDrives[Drive Letter]]
    [HKEY_CURRENT_USERSoftwareClassesApplicationsExplorer.exeDrives[Drive Letter]DefaultIcon]
    @="C:\Users\Public\Pictures\Icons\System\Media\SD Memory Card.ico"
    [HKEY_CURRENT_USERSoftwareClassesApplicationsExplorer.exeDrives[Drive Letter]DefaultLabel]
    @="SD Card Reader"

  3. #3
    RogersNguyen is offline Senior Member
    Join Date
    Dec 2009
    Posts
    227
    Rep Power
    3

    Default

    The path and icon name should have in the double "\\" in the path. [Drive Letter] must be changed with what drive letter you would like assigned without the [ ].

  4. #4
    MorganCooper is offline Senior Member
    Join Date
    Dec 2009
    Posts
    233
    Rep Power
    3

    Default

    Save as "Drive Icons.reg" or whatever, and after that right-click and left-click merge it.

Similar Threads

  1. Changing PC Drive Letters
    By SmithJohnson in forum Flash Drives
    Replies: 0
    Last Post: 02-11-2010, 01:10 PM
  2. Changing Drive Letters in Windows 2000/XP/2003
    By ahnel in forum Windows XP
    Replies: 0
    Last Post: 11-26-2009, 07:20 PM
  3. Change Drive Letters in WindowsXP
    By Edwin Boje in forum Windows Vista
    Replies: 1
    Last Post: 07-13-2009, 01:32 PM
  4. Better drive letters (XP and Vista)
    By macrona in forum Windows XP
    Replies: 0
    Last Post: 03-30-2009, 10:02 AM
  5. Windows XP -Changing drive letters
    By onriwend in forum Windows XP
    Replies: 0
    Last Post: 06-27-2008, 02:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48