Solved Quick Access Icon Help


Lucas North

Well-known member
Member
VIP
Local time
9:59 AM
Posts
75
Location
Sydney, Australia
OS
Windows 11 Pro 24H2
Windows 11 Pro 24H2 (OS Build 26100.4351)

I'm trying to find out how to change the 'Documents' Folder icon in the left column
to resemble the icon used in the right hand column, up to now I've had no luck no
matter how many tips and tricks I've tried from information gathered online.
I was able to change the 'Desktop' icon which had a similar problem but up to now
I still can't resolve the issue.
Any help or solution that anyone can offer would be very much appreciated. 👍

Screenshot 2025-06-17.webp
 

My Computer

System One

  • OS
    Windows 11 Pro 24H2
CLSID_ThisPCDocumentsRegFolder - {A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}

regedit


Computer\HKEY_CLASSES_ROOT\CLSID\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}\DefaultIcon


The problem is that this key can only be changed as 'TrustedInstaller', which I never do.

1.webp

2.webp

(In the Documents folder, changed desktop.ini)

The Video and Music folders do not require this.

It is probably possible to replace icon #112 in the imageres.dll file, but I also don’t really recommend it.
 
Last edited:

My Computer

System One

  • OS
    Microsoft Windows 11 Home
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI MS-7D98
    CPU
    Intel Core i5-13490F
    Motherboard
    MSI B760 GAMING PLUS WIFI
    Memory
    2 x 16 Patriot Memory (PDP Systems) PSD516G560081
    Graphics Card(s)
    GIGABYTE GeForce RTX 4070 WINDFORCE OC 12G (GV-N4070WF3OC-12GD)
    Sound Card
    Bluetooth Аудио
    Monitor(s) Displays
    INNOCN 15K1F
    Screen Resolution
    1920 x 1080
    Hard Drives
    WD_BLACK SN770 250GB
    KINGSTON SNV2S1000G (ELFK0S.6)
    PSU
    Thermaltake Toughpower GF3 1000W
    Case
    CG560 - DeepCool
    Cooling
    ID-COOLING SE-224-XTS / 2 x 140Mm Fan - rear and top; 3 x 120Mm - front
    Keyboard
    Corsair K70 RGB TKL
    Mouse
    Corsair KATAR PRO XT
    Internet Speed
    100 Mbps
    Browser
    Firefox
    Antivirus
    Microsoft Defender Antivirus
    Other Info
    https://www.userbenchmark.com/UserRun/66553205
HKEY_CLASSES_ROOT\CLSID\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}\DefaultIcon


The problem is that this key can only be changed as 'TrustedInstaller', which I never do.
If you consider how HKCR works, it is actually straightforward to change the (default) value of this key. You can do this as an ordinary user with no special rights.

HKCR is a virtual key. It consists of whatever is in HKLM\Software\Classes overlaid with whatever is in HKCU\Software\Classes. And, the HKCU part takes precedence over the HKLM part.


So, if the key HKCU\Software\Classes\CLSID\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}\DefaultIcon exists its (default) value will replace the (default) value from HKLM\Software\Classes\CLSID\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}\DefaultIcon

Additional rules about how HKCR works explain what happens when both the HKLM and the HKCU key exist. In that case any value written will be written to the HKCU key only.

When you look at the permissions in HKCR, if it shows that the key only has write permissions for Trusted Installer then that shows that MS has decided to make it a bit more difficult for administrators to change the default settings for all users.

If you create the key HKCU\Software\Classes\CLSID\{A8CDFF1C-4878-43be-B5FD-F8091C1C60D0}\DefaultIcon, and then look at the permissions from HKCR, you'll see that you have full control of the key, and that you own it. So if you attempt to edit the (default) value you'll be successful. If you then delete the value it will seem to be empty. Refresh the view and theoriginal will reappear.

One other point, If you try to add a subkey by adding it from the HKCR view, it will fail. All key creation into HKCR will be done in the HKLM branch. If you need a subkey you'll have to create it in the HKCU branch.

This can all be rather confusing until you get used to it. I have started to write a more comprehensive piece on how HKCR works, and will post it at some point.

The idea to take away is that as an ordinary user you can add any key or value and change any value in HKCR, but you can't delete or rename any key or value.

Mike
 

My Computer

System One

  • OS
    Windows 11 23H2 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI
    CPU
    i3-1215U
    Memory
    8GB
    Monitor(s) Displays
    Dell S2721
    Screen Resolution
    3840x2160
    PSU
    External 65W
    Keyboard
    Cherry mechanical (Blue)
    Mouse
    Microsoft
    Browser
    FireFox
    Antivirus
    MS
Back
Top Bottom