thanks a ton for actually updating the OP, @davidvkimball! Seriously appreciate you adding the repo link, man. And huge props to @Hotcreme for the assist/suggestion!
Just to clear the air and be totally honest with you guys I didn't set up the Folder11 repo to step on this thread's toes or...
To fix this, I just released an update featuring a 'Rebuild Icon Cache' tool (similar to Wintoys). You can find it in the latest version of the app. Once you click it, it will force Windows to refresh all icons and clear the old cache, so your changes should appear instantly without needing a...
I recently published Fold11 on the Microsoft Store. It's a free, lightweight tool that lets you customize your Windows folder colors, add text, and apply custom icons directly from the right-click menu.
🔗 Get Fold11 on the Microsoft Store
Are there any SVG files available? The repository only supports SVG files, which will later be converted to the .ico format. If you have PSD files, I can help recreate them as SVGs.
Hey folks! Exciting news—the small icons feature for Folder11 is live! If you're up for contributing, feel free to toss your small icons into the repo. Every bit helps and is super appreciated!
SVG Main
SVG Small
Folder11
@ParisBridge you can use ImageMagick, then use this command on cmd
magick file.png -define icon:auto-resize="256,64,48,40,32,24,20,16" file.ico
the same method I use on my github repository Folder11
@ParisBridge You should create an icon group containing "256x256, 64x64, 48x48, 40x40, 32x32, 24x24, 20x20, 16x16"
in one .ico extension, there are several icons with different sizes
so if you choose only 256x256 then there is only one size
@ParisBridge
You just need to adjust the size with the system icon
"256x256, 64x64, 48x48, 40x40, 32x32, 24x24, 20x20, 16x16"
ignore the example, I'm using win 10 to try it, will be appropriate if you use win 11