Adds "Folder Icon Tools" to your right-click menus, allowing you to easily customize folder icons with a simple right-click.
Folder Right-click |
Background Right-click |
Image Right-click |
---|
- Batch generate and change folder icons for each folder.
- Batch generate and change multiple folders at once.
- Set image as folder icon directly by right-clicking on them.
- Use keywords to automatically set the matched file inside a folder as the folder icon.
- Supports a wide range of image extensions (
*.jpg
,*.png
,*.ico
,*.webp
,*.jpeg
,*.bmp
,*.tiff
,*.heic
,*.heif
,*.wbmp
,*.tga
,*.svg
). - Automatically edit, convert, and set image as folder icon.
- Provides several available templates to choose from, eliminating the need for manual editing.
- Generate
*.ico
files using template with multiple icon size resources included. - Generate
*.png
files using template. - Convert multiple images to any image extension at once.
- Resize and compress multiple images at once.
- Activate and Deactivate folders icons.
- Search for folder icon by folder name.
- Search for poster image by folder name.
- Achieve everything with just a few clicks, making it fast and easy.
- Download the .zip file here.
- Extract it using the password: 1234.
- Put the "RCFI Tools" folder somewhere, once it's installed, you are not allowed to move the folder; otherwise you'll have to reinstall it.
- Open RCFI Tools.bat.
- You'll be prompted to allow the script to write to the Registry. Click 'Yes' to proceed with the installation.
- There will be 'config.ini' and 'uninstall.cmd' generated. Done.
You can access 'Folder Icon Tools' via the right-click menu in Windows Explorer.
Note: In case if "RCFI Tools.bat" is flagged as a malicious program by antivirus software (see the issue discussion), you might have to add the "RCFI Tools.bat" to the allow list in your antivirus.
It's simple and easy to use. Once installed, you can generate a folder icon by right-clicking on a folder, an image, or the folder background.
You can choose the template you want to generate the folder icon, it will automatically edit the image using ImageMagick.
Here's some samples of the template i've made.
Generated folder icon
The samples above use '*Poster*.jpg' as the generated folder icon. Certain templates with specific configurations may combine additional files located within the folder directory to achieve the results as shown above. If the required additional files are not available, they will be ignored, and the folder icon will be generated without them.
To give you an idea of how it looks and how you can use it,
I've made a video that you can watch it Here.
Some templates include configuration settings that can be customized according to your preferences. To modify the configuration, open the 'template file.bat' using a text editor and adjust the values. The 'template file.bat' can be found at RCFI Tools\templates\
.
Here are some available settings:
Configuration | Options | Description |
---|---|---|
set "display-movieinfo= " | yes no |
Search for a '*.nfo' file located within the same directory as the selected image to get movie information. |
set "show-Rating= " | yes no |
Show movie's rating on generated folder icon |
set "show-Genre= " | yes no |
Show movie's genre on generated folder icon |
set "genre-characters-limit= " | [number] | Limit the movie's genre characters to fit the template. |
set "display-FolderName= " | yes no |
Display folder name on the generated folder icon |
set "FolderNameShort-characters-limit= " | [number] | Limit the folder name characters to fit the template. |
set "FolderNameLong-characters-limit= " | [number] | Limit the folder name characters to fit the template. |
set "FolderName-Center= " | yes no Auto |
Align the folder name label on the generated folder icon to the left, center, or use auto-adjustment based on character count. |
set "use-Logo-instead-FolderName= " | yes no |
Search for '*Logo.png' within the same directory as the selected image and place it in the folder name's position. |
set "display-clearArt= " | yes no |
Search for '*ClearArt.png' within the same directory as the selected image and place it on the generated folder icon. |
set "display-discimage= " | yes no |
Search for '*DiscArt.png' within the same directory as the selected image and place it on the generated folder icon. |
Note: The availability of the above settings may vary depending on each template.
You can also create your own template using a batch script, just place the script within the 'template' folder.
The RCFI Tools Configuration can be found in RCFI Tools\RCFI.config.ini
and can be adjusted and modified using a text editor.
Here are the available configuration options:
Configuration | Options | Description |
---|---|---|
DrivePath=" " | [none] | Last used drive path |
Keyword=" " | [string] | Keyword for searching an image to set as the folder icon |
Keyword-Extension=" " | [image file extension] | File extension to search for the image |
Template=" " | [template file name] | Default template to use for generating folder icon |
TemplateForICO=" " | [template file name] | Template to use if the image extension is .ico |
TemplateForPNG=" " | [template file name] | Template to use if the image extension is .png |
TemplateForJPG=" " | [template file name] | Template to use if the image extension is .jpg or .jpeg |
TemplateAlwaysAsk=" " | yes no |
Always ask which template to use for generating the folder icon |
TemplateTestMode=" " | yes no |
When selecting template via choose template menu, redirect to Test Mode page to generate folder icon and execute the template |
TemplateTestMode-AutoExecute=" " | yes no |
Generate folder icon and automatically execute the template when modifications on the template file detected |
TemplateIconSize=" " | [icon height] | Specifies the icon height to be generated; multiple icon sizes can be specified, e.g., 256,192,64 , which will create icon files with 256x256px , 192x192px , and 64x64px icon resources. |
ExitWait=" " | [number] | Automatically closes the window after [number] seconds. If the number is greater than 99, it will pause indefinitely until manually closed. |
In the end, My role involves is just bringing together the work and ideas of others to bring this project to happend.
- This project was inspired by Anime Icon Matcher 2018 by serenity !29TgfcZgPU, which I used a lots in the past.
- This project owes its existence to ImageMagick, the tool that is use to process and edit images.
- I utilize the SingleInstanceAccumulator by Beej126 to accumulate the selected items in Explorer so it doesn't make a new instance for each selected items.
- I use PSD templates by em1l, saikuro, mauricioestrella, 90scomics.com and Jonathan Brimer to create all available folder icon templates.
- While working on this project, I also drew some inspiration from FolderIco, Raticon and Folderify.
A big thank you to all mentioned above for their contributions.