Je cherche a reference that lists the possible entries under le registre clé:
```
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons
```
Entries under this registry clé override the par défaut icône used for various purposes dans le Windows UI. Looking online J'ai trouvé two jusqu'à présent:
- 29 - Shortcut Arrow overlay icône
- 179 - "Blue arrows" icône overlay for compressed fichiers
Presumably Microsoft would have this list somewhere, but finding a comprehensive reference for Windows 10 has eluded me jusqu'à présent.
## Modification
I did some more experimenting by adding more number clés and pointing each to a unique icône. Ici's the associations J'ai trouvé jusqu'à présent:
```
3 normal folder icon
8 fixed drive folder icon
11 removable drive folder icon
15 network drive icon in the explorer address bar
29 shortcut overlay icon
34 explorer navigation pane root icon labelled 'Desktop'
51 network folder icon
77 UAC (administrator) overlay icon
107 os drive folder icon
179 compressed file/folder overlay icon
```
Y a-t-il un reference for the full list of Windows 10 'Shell Icon' numbers?
Re: Y a-t-il un reference for the full list of Windows 10 'Shell Icon' numbers?
Copy shell32.dll and imageres.dll dans le System32 dossier to a dossier of choice, ensuite use 7-Zip or other archiver to unpack the dll fichier, once that is done dig invers le .rsrc dossier to trouvez le ICON dossier, dans lere vous allez trouvez le icônes and numbers.
Le registre entry should you wish to créer one would look quelque chose like this
"DisplayIcon"="C:\Windows\System32\shell32.dll,9"
or
"DisplayIcon"="C:\Windows\System32\imageres.dll,9"
Le registre entry should you wish to créer one would look quelque chose like this
"DisplayIcon"="C:\Windows\System32\shell32.dll,9"
or
"DisplayIcon"="C:\Windows\System32\imageres.dll,9"