
So the motherfuckers at Microsoft are too stupid to understand that people use network folders as well as local folders, that's why there is no "Folder icons / Change Icon" section in the "Customize" tab of a folder property, if the folder is pointed to a network location from the "Location" tab.
To solve this, you go to "Folder options" (Found in "Control Panel") or as you see in the next picture, very neatly hidden in Windows 8.x:
...and you first enable "Show hidden files, folders, or drives" and second, you uncheck the "Hide protected operating system files (Recommended)".
Now we can see the hidden "desktop.ini" file inside the folder. (Yeah, the file is called "desktop.ini" even though it is in a random folder, totally logical in Microsoft's crazy land...)
Open up the "desktop.ini" in a text editor, for example Notepad and add the below line to the "[.ShellClassInfo]" section:
Code: Select all
[.ShellClassInfo]
IconResource=<c:anywhere you have an .ICO file>,0
Remember to add the ",0" at the end of it. It might not work without it.
In my case, this is my "Downloads" folder and I got my .ICO file in some network location:
Code: Select all
[.ShellClassInfo]
LocalizedResourceName=downloads
IconResource=\HOME
on hicdocuments......ICO3D01.ICO,0
And here is a nice picture for you to enjoy! Kind of like how Microsoft seems to like the lowest common denominator:
