Recommended Posts

So I tried changing icons trough a different way then hacking the dll files today and tried iconpackager, yes it's not for windows 7 but it seems to work xD...

So after some investigation it seemed to just add regedit values to the registry to the ico files when I change the icons manually ^^

So for everyone who wonder how to change the windows 8 folder icons without the need of iconpackager see example reg file text below:


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{FDD39AD0-238F-46AF-ADB4-6C85480369C7}]
"Icon"="C:\\Documents.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{18989B1D-99B5-455B-841C-AB7C74E4DDFC}]
"Icon"="C:\\Videos.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{56784854-C6CB-462B-8169-88E350ACB882}]
"Icon"="C:\\Search.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{4C5C32FF-BB9D-43b0-B5B4-2D72E54EAAA4}]
"Icon"="C:\\Games.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{33E28130-4E1E-4676-835A-98395C3BC3BB}]
"Icon"="C:\\Pictures.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{4BD8D571-6D19-48D3-BE97-422220080E43}]
"Icon"="C:\\Music.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{bfb9d5e0-c6a9-404c-b2b2-ae6db6af4968}]
"Icon"="C:\\Links.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{374DE290-123F-4565-9164-39C4925E467B}]
"Icon"="C:\\Downloads.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{FDD39AD0-238F-46AF-ADB4-6C85480369C7}]
"Icon"="C:\\Favourites.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
"Icon"="C:\\Desktop.ico,0"

[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\DefaultIcon]
@="C:\\Controlpanel.ico,0"

[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
@="C:\\Computer.ico,0"

[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\DefaultIcon]
@="C:\\Controlpanel.ico,0"

[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{26EE0668-A00A-44D7-9371-BEB064C98683}\DefaultIcon]
@="C:\\Controlpanel.ico,0"

[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
@="C:\\Userfolder,0"

[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="C:\\Help.ico,0"

[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
"empty"="C:\\Empty-recyclebin.ico,0"
"full"="C:\\Full-recyclebin.ico,0"
@="C:\\Full-recyclebin.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"0"="C:\\Contacts.ico,0"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"3"="C:\\Folder.ico,0"
"4"="C:\\Folder.ico,0"
"livefolder_back"="C:\\livefolder_back.ico,0"
"livefolder_front"="C:\\livefolder_front.ico,0"
"29"="C:\\Shortcut-arrow.ico,0"
"34"="C:\\Desktop.ico,0"
"15"="C:\\Computer.ico,0"
"livefolder_data"="C:\\livefolder_back.ico,0"
[/CODE]

To reset everything back to default:

[CODE]
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{FDD39AD0-238F-46AF-ADB4-6C85480369C7}]
"Icon"="%SystemRoot%\system32\imageres.dll,-112"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{18989B1D-99B5-455B-841C-AB7C74E4DDFC}]
"Icon"="%SystemRoot%\system32\imageres.dll,-189"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{56784854-C6CB-462B-8169-88E350ACB882}]
"Icon"="%SystemRoot%\system32\imageres.dll,-18"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{4C5C32FF-BB9D-43b0-B5B4-2D72E54EAAA4}]
"Icon"="%SystemRoot%\system32\imageres.dll,-186
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{33E28130-4E1E-4676-835A-98395C3BC3BB}]
"Icon"="%SystemRoot%\system32\imageres.dll,-113"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{4BD8D571-6D19-48D3-BE97-422220080E43}]
"Icon"="%SystemRoot%\system32\imageres.dll,-108"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{bfb9d5e0-c6a9-404c-b2b2-ae6db6af4968}]
"Icon"="%SystemRoot%\system32\imageres.dll,-185"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{374DE290-123F-4565-9164-39C4925E467B}]
"Icon"="%SystemRoot%\system32\imageres.dll,-184"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{FDD39AD0-238F-46AF-ADB4-6C85480369C7}]
"Icon"="%SystemRoot%\system32\imageres.dll,-115
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{B4BFCC3A-DB2C-424C-B029-7FE99A87C641}]
"Icon"="%SystemRoot%\system32\imageres.dll,-183"

[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\DefaultIcon]
@="%SystemRoot%\system32\imageres.dll,-27"
[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
@="%SystemRoot%\system32\imageres.dll,-109"
[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\DefaultIcon]
@="%SystemRoot%\system32\imageres.dll,-27"
[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{26EE0668-A00A-44D7-9371-BEB064C98683}\DefaultIcon]
@="%SystemRoot%\system32\imageres.dll,-27"
[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{59031A47-3F72-44A7-89C5-5595FE6B30EE}\DefaultIcon]
@="%SystemRoot%\system32\imageres.dll,-123"
[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{2559a1f1-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@="C:\\Help.ico,0"
[HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
"empty"="%SystemRoot%\system32\imageres.dll,-55"
"full"="%SystemRoot%\system32\imageres.dll,-54"
@="%SystemRoot%\system32\imageres.dll,-54"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"0"="%SystemRoot%\system32\imageres.dll,-181"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons]
"3"="%SystemRoot%\system32\imageres.dll,-3"
"4"="%SystemRoot%\system32\imageres.dll,-4"
"livefolder_back"="%SystemRoot%\system32\imageres.dll,-5"
"livefolder_front"="%SystemRoot%\system32\imageres.dll,-6"
"29"="%SystemRoot%\system32\imageres.dll,-163"
"34"="%SystemRoot%\system32\imageres.dll,-183"
"15"="%SystemRoot%\system32\imageres.dll,-109"
"livefolder_data"="%SystemRoot%\system32\imageres.dll,-162"
[/CODE]

I'll update this post with all icons later ^^ I wonder what other functions iconpackager has next to registry modification :/

Edit: Seems that some icons have different values in windows 8 then in widnows 7, I'll lookup the values for those manually ;)

Edit2: Finished most common icons, I'll update in a min.

edit3: Done

Anyone willing to test if it also works correctly on other 64bit systems and 32bit? Here are the elementary icons in ico format: http://dl.dropbox.co...5hcr68itjvy.zip place them in "C:\" when uisng above regedit files also make sure to make a system restore point!

i get an error message when importing the reg file: "couldn't import bla.reg: error accessing the registry." the same error occurs when opening regedit and clicking file->import. a few icons did change though: the standard folder icon and the icon for network pc's. and it did mess up the shortcut arrow, it shows as the "blank icon" icon.

i get an error message when importing the reg file: "couldn't import bla.reg: error accessing the registry." the same error occurs when opening regedit and clicking file->import. a few icons did change though: the standard folder icon and the icon for network pc's. and it did mess up the shortcut arrow, it shows as the "blank icon" icon.

Yeah noticed those problems after a restart here too :/

Seems I got to improve my reg file a bit :p atleast folders are working ^^

  • 3 weeks later...

Please remember that "HKEY_USERS\S-1-5-21-2099262738-29464829-2369556334-1001\" line is valid only for your user account - everyone should check their user id in registry and change.

Correct me if I'm wrong, but shouldn't "HKEY_CURRENT_USER" work just as peachily?

(For example, "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{21EC2020-3AEA-1069-A2DD-08002B30309D}\DefaultIcon")

But yeah, I'd had an idea in my head a while back to use Process Monitor to see if IconPackager did it a simple way vs. some funky hack, but I never got around to it. If this works, it'd be very nice indeed. (I knew at least the icons already modifyable by the UI were in the registry, and you can go around and change the extention icons manually if you like, but I didn't know how extensively this was, or if IconPackager did something else.)

This topic is now closed to further replies.
  • Posts

    • Ocenaudio 3.19.5 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.5 changelog: Fixes crashes related to audio devices on Windows (DirectSound and ASIO) Fixes several crashes and memory corruption issues Fixes opening several headerless files at once, which previously dropped all but one Improves batch export by suggesting and remembering the destination folder Fixes accented and non-Latin characters in VST plug-in and compressed-archive file names Adds zstd compression support and updates the archive library Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I did think about a Echo show once and it would be useful to see what my cameras see. But my brother got one and I changed my mind. Adverts and not really worth the price just to see my cameras. I have a load of dots and a Echo Gen 4, they will do.
    • I asking where you are from or live, because if you don't live in the U.K, why are you so bothered? That is another reason I voted out, E.U and people poking their noses in where they should not be. Sadly we still have it, Trump, and his cronies. Putin as well and no doubt others. It makes no difference what we believe, if we made the right choice or not, we are out. As I said to someone when the news first broke we have voted out, we just need to make the best of it. I have no problems with closer ties to the E.U, we still need to trade. Just don't want to be in their club.
    • So you think I voted out because i am anti-immigrant. I am fed up with those that come over and think that we owe them something. The ones that are at the moment coming over from France where they are already in a safe country because they think and no doubt will get everything chucked at them. While people who were born and bred here get very little. I have nothing against as i have said before those that come here and work. In fact I know full well that our NHS would struggle without them. I do have a problem with those that come over here and try to push their religion and their way of life onto us. My reasons for voting out was because of what the E.U is and is also becoming. I did not agree with Freedom of movement, not because I don't want people over here, but because people need to be checked before being allowed to cross borders and that goes both ways. But my main thing was because the E.U is becoming if not already a united states of Europe. The only reason countries like Poland and Romania joined was because they had no money. When my partner left Poland, she had nothing, Poland had nothing, that is why she left. Wanted to learn something and earn a living. The E.U would have us back according to Michel Barnier. https://www.euronews.com/my-eu...ator-barnier-tells-euronews Why are you so scared to say what country you are in?
    • I wonder what that line really meant...
  • Recent Achievements

    • One Month Later
      Excellence2025 earned a badge
      One Month Later
    • Week One Done
      Excellence2025 earned a badge
      Week One Done
    • Week One Done
      flexorcist earned a badge
      Week One Done
    • One Month Later
      Woland13 earned a badge
      One Month Later
    • Week One Done
      Woland13 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      498
    2. 2
      +Edouard
      205
    3. 3
      PsYcHoKiLLa
      145
    4. 4
      Steven P.
      74
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!