FolderIconMaker is a small Windows utility that turns a folder containing exactly one .ico file into a folder with a custom icon.
- Download and extract the release.
- Run
FolderIcon\Install.batonce to add the context-menu entry for your user account. - Put exactly one
.icofile inside the target folder. - Right-click the folder and choose
FolderIcon, or drag the folder ontoFolderIcon.bat.
- Folder paths with spaces are supported.
- The script skips folders that contain no
.icofiles. - The script skips folders that contain more than one
.icofile so it does not overwrite anything silently. - The only
.icofile in the folder is renamed toFolderIcon.ico. Desktop.iniis created automatically and Explorer is notified to refresh the icon.
FolderIcon\FolderIcon.batapplies the icon to one or more folders.FolderIcon\Install.batinstalls the context-menu entry underHKCU, so admin rights are not required.FolderIcon\Uninstall.batremoves the context-menu entry and deletes the installed script copy.FolderIcon\Install.regis a manual-install template if you prefer editing the registry entry yourself.FolderIcon\unins.regis the matching manual uninstall template.
If you want to use Install.reg directly, replace __FOLDERICON_BAT_PATH__ with the full path to FolderIcon.bat before importing it.