Change Library Icon in Windows 10  

Page 2 of 2 FirstFirst 12

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

    For folders in This PC, it would be best to go ahead and create a new thread in the "Customization" forum to keep this tutorial on topic.
      My Computers


  2. Posts : 120
    Windows 10
       #11

    I followed the steps on number (3) and things went pretty well except for the few extra folders I have plus with the messy icons as well. When I expand the "Libraries" section on the left I see the wrong icons. I like the icons that are there that I am using now but the inside icons are wrong is there a way to change them as well. Is there a way to change the sub folder icons and how would I remove a sub folder also. I tried to delete a empty folder from images and now I get a error when I click on it and its still there.

    Example for empty folder in the image I put in the comment you will see music has 2 icons one is a music note and one is a folder. The folder is called "C:\Users\pawn\OneDrive\Music" and the music note is called "Music". I want too remove the empty onedrive folders and also be able to change the music note as well as the other icons. As you can see from the picture the new "Libraries" icons are all folders with icons ether in them or on them. I want to change the left side expanded icons to just plain symbol icons. Like a music note. and a movie reel and a camera for pictures and such. If I can get any help with this please comment back thank you.

    Change Library Icon in Windows 10-libraries-icon-help.jpg
      My Computers


  3. Posts : 68,921
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #12

    Hello Dawn,

    Those icons would be for your personal folders usually located inside your "C:\Users\<username>" folder. You can check the properties of each folder inside the library to verify the folder's location.

    Change Folder Icon in Windows 10

    OR

    Change Icons of Folders in This PC in Windows 10
      My Computers


  4. Posts : 120
    Windows 10
       #13

    What I mean to try and change are the icons for the selected folder. For example there is a music note for the music folder and I would like to change it to a speaker so it can match the new folder a bit more. And I did figure out a little bit more for the yellow folder icons. There for onedrive and I want to try and remove them still. Since I don't use onedrive.

    Change Library Icon in Windows 10-need-help-libraries-icons.jpg

    I'm trying to set my libraries icons to one style the blackish see through folders with matching icons. And then I'm trying to set my folder icons for the documents to a "Violet" colored folder set and use different symbol icons for each area. I think the blackish see through would look goo with the "violet" see through. But I don't know if its possible to show a symbol icon inside a empty folder or not.
      My Computers


  5. Posts : 989
    Microsoft Windows 10 Home
       #14


    Supplemental Information for Tutorial Option #4 - How to Change Icon of a Library in Windows 10


    In PowerShell the *.library-ms files can be opened and edited as as an XML object.
    Code:
    $XmlPath = $env:AppData\Microsoft\Windows\Libraries\Muisc.library-ms
    
    $xml = New-Object -TypeName xml
    
    $xml.Load($XmlPath)
    echo $xml.libraryDescription.iconReference
    $xml.libraryDescription.iconReference = "<New Icon Reference>"
    echo $xml.libraryDescription.iconReference
    $xml.Save($XmlPath)




    Also, the icon for the various default Libraries can be customized via the registrry without editing the definition file. Using CLSIDs from this list:
    Code:
    PS C:\...\Libraries>$FDKey = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions'
    PS C:\...\Libraries>$FDKey | gci | gp |? Name -match 'Librar' | ? { $_.ParsingName } | select name, { $_.ParsingName.Split('\')[-1].Trim(':') }
    
    Name                  $_.ParsingName.Split('\')[-1].Trim(':')
    ----                 -----------------------------------------
    MusicLibrary         {2112AB0A-C86A-4ffe-A368-0DE96E47012E}
    CameraRollLibrary    {2B20DF75-1EDA-4039-8097-38798227D5B7}
    VideosLibrary        {491E922F-5643-4af4-A7EB-4E7A138D8174}
    DocumentsLibrary     {7b0db17d-9cd2-4a93-9733-46cc89022e7c}
    UsersLibrariesFolder {031E4825-7B94-4dc3-B131-E946B44C8DD5}
    PicturesLibrary      {A990AE9F-A03B-4e80-94BC-9912D7504104}
    SavedPicturesLibrary {E25B5812-BE88-4bd9-94B0-29233477B6C3}

    To assign a custom icon for one of the above folders, create a CLSID-named key under:
    HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CLSID
    and under that create the DefaultIcon subkey. Set its (Default) value to your icon resource in the <ResourceFIle>,<Index> format:
    Change Library Icon in Windows 10-screenshot-899-.png

    Change Library Icon in Windows 10-screenshot-900-.png
      My Computer


 

Tutorial Categories

Change Library 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 09:45.
Find Us




Windows 10 Forums