Change Drive Icon in Windows 10  

Page 4 of 5 FirstFirst ... 2345 LastLast

  1. Posts : 68,968
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #30

    xTL said:
    I tried to close explorer, restarted it, restarted windows, none of that worked :/
    But i fixed it.
    My icon works now :)

    The issue was that
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon
    became damaged or ignored somehow, no idea why but when i deleted \DriveIcons\C\DefaultIcon and readded it, windows accepted my custom icon.

    Thanks for all the help Shawn :)
    10/10 :)

    Great news. Gotta love the quirks.
      My Computers


  2. xTL
    Posts : 396
    Windows 10 Pro 64-Bit
       #31

    Yes xD, Change Drive Icon in Windows 10-clap.gif
      My Computer


  3. Posts : 23
    Windows 10
       #32

    Change Drive Icon in Windows 10... More...


    Hi Shawn Brink
    I appreciated your tutorial on the change of disk icon under windows.
    But you affirm it: "If you turn on BitLocker for a drive, the BitLocker icon will always show for the drive no matter what you change it to."
    And that's wrong for me , I changed the Bitlocker Locked/Unlocked disk icons (and more) with the following registery method (when folder "C:\Windows\MyIcons" have my custom icons ):
    ________________________________________________
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell MyIcons]
    "7"="C:\\Windows\\MyIcons\\HD_USB.ico"
    "8"="C:\\Windows\\MyIcons\\HD_Std.ico"
    "9"="C:\\Windows\\MyIcons\\HD_Red.ico"
    "10"="C:\\Windows\\MyIcons\\HD_Red_Out.ico"
    "11"="C:\\Windows\\MyIcons\\CD.ico"
    "59"="C:\\Windows\\MyIcons\\DVD.ico"
    "107"="C:\\Windows\\MyIcons\\HD_Windows.ico"
    "164"="C:\\Windows\\MyIcons\\HD_Bitlocker_.ico"
    "165"="C:\\Windows\\MyIcons\\HD_Bitlocker_Out.ico"

    [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\Shell MyIcons]
    "7"="C:\\Windows\\MyIcons\\HD_USB.ico"
    "8"="C:\\Windows\\MyIcons\\HD_Std.ico"
    "9"="C:\\Windows\\MyIcons\\HD_Red.ico"
    "10"="C:\\Windows\\MyIcons\\HD_Red_Out.ico"
    "11"="C:\\Windows\\MyIcons\\CD.ico"
    "59"="C:\\Windows\\MyIcons\\DVD.ico"
    "107"="C:\\Windows\\MyIcons\\HD_Windows.ico"
    "164"="C:\\Windows\\MyIcons\\HD_Bitlocker_.ico"
    "165"="C:\\Windows\\MyIcons\\HD_Bitlocker_Out.ico"


    This allows me to change the basic disk icons without any link to the letter used, which I prefer because it is sometimes impossible to anticipate the letter, especially for read-only discs.
    (Alas, I could test and find only those I own, thank you share those you find on your side. )
    Of course the solution of the autorun.inf is easy for usb keys but impossible for shared disk where anyone want his icons...
    Cordially
    Jean-Claude

    Change Drive Icon in Windows 10-myicons.pngChange Drive Icon in Windows 10-myicons_out.png
      My Computer


  4. Posts : 68,968
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #33

    Thank you Jean-Claude.
      My Computers


  5. Posts : 3
    Windows 10
       #34

    Where did you get the USB.ico file you're using in the example?
      My Computer


  6. Posts : 68,968
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #35

    ghbrumbaugh said:
    Where did you get the USB.ico file you're using in the example?

    Hello ghbrumbaugh, and welcome to Ten Forums.

    It was just an .ico file I had laying around on the hard drive.

    I would upload it here for you, but I don't seem to have it anymore.
      My Computers


  7. Posts : 23
    Windows 10
       #36

    Hello ( it's a minimum... )
    The icons used are the result of personal modifications of the original "Blend" icon made by Laurent Baumann.
    A+
    JC
      My Computer


  8. Posts : 3
    Windows 10
       #37

    Brink said:
    Hello ghbrumbaugh, and welcome to Ten Forums.

    It was just an .ico file I had laying around on the hard drive.

    I would upload it here for you, but I don't seem to have it anymore.
    Thanks for replying, I found that icon, it's just part of Windows 10.
      My Computer


  9. Posts : 68,968
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #38

    ghbrumbaugh said:
    Thanks for replying, I found that icon, it's just part of Windows 10.
    Great news.
      My Computers


  10. Posts : 125
    Windows 10 Pro x64 Full Retail Version
       #39

    I added my drive icons to the imageres.dll.mun in the resource folder in the windows folder. I used a resource hacker to add in my own icons and then saved the file. In order to replace the file you have to take ownership of it. Then i just used this .reg file i made to add the entries to the registry.

    Code:
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\C]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\C\DefaultIcon]
    @="imageres.dll,-425"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\D]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\D\DefaultIcon]
    @="imageres.dll,-428"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\E]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\E\DefaultIcon]
    @="imageres.dll,-426"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\F]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\F\DefaultIcon]
    @="imageres.dll,-426"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\G]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\G\DefaultIcon]
    @="imageres.dll,-426"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\H]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\H\DefaultIcon]
    @="imageres.dll,-426"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\I]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\I\DefaultIcon]
    @="imageres.dll,-427"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\J]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\J\DefaultIcon]
    @="imageres.dll,-427"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\K]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\K\DefaultIcon]
    @="imageres.dll,-427"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\L]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\L\DefaultIcon]
    @="imageres.dll,-427"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\M]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\M\DefaultIcon]
    @="imageres.dll,-427"
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\Z]
    
    [HKEY_CURRENT_USER\Software\Classes\Applications\Explorer.exe\Drives\Z\DefaultIcon]
    @="imageres.dll,-429"
      My Computer


 

Tutorial Categories

Change Drive Icon in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:08.
Find Us




Windows 10 Forums