-
Notifications
You must be signed in to change notification settings - Fork 5
Configuration
LinJHS edited this page Jan 4, 2026
·
3 revisions
When you launch Win Folder Manager for the first time, you will be prompted to set the Root Path.
-
Root Path: This is the top-level directory that contains the folders you want to manage.
-
Example:
D:\Games,E:\Projects,Z:\Shared - The application scans the immediate subdirectories of this root path.
-
Example:
The configuration is stored in a JSON file located in your user's AppData directory. This ensures your settings persist across updates.
-
Location:
%APPDATA%\win-folder-manager\config.json- Usually:
C:\Users\<YourUsername>\AppData\Roaming\win-folder-manager\config.json
- Usually:
{
"root_path": "D:\\MyFolders",
"icons": [
{
"name": "Game Icon",
"path": "D:\\Resources\\Icons\\game.ico"
}
]
}In the Settings (Global Config) modal, you can manage your Icon Library.
- Purpose: Instead of finding the icon path every time, you can save frequently used icons with a friendly name.
-
How to use:
- Click "Settings" in the top right.
- Under "Icon Library Management", click "+ Add New Icon".
-
Select File: A file dialog will appear.
- Select .ico: The path is added directly.
- Select Image (png/jpg/etc): The image is automatically converted to .ico and saved to your configured cache directory.
- Enter a Name (e.g., "Work", "Game", "Movie") if needed.
- Save Config.
- Now, when editing a folder, you can select these icons from a dropdown menu!
Configure where generated icons (from AI or Image Conversion) are stored.
-
Global (Default): Icons are saved in a central directory (e.g.,
%APPDATA%\win-folder-manager\icons). Useful for sharing icons across different root folders. -
Root Relative: Icons are saved in a hidden folder (e.g.,
.emoji_cache) inside your current Root Path. Useful for portability (e.g., on a USB drive).
Enable AI features to automatically generate folder aliases and icons.
- Enable AI: Toggle the "AI Auto-naming Configuration" switch in Settings.
- Provider: Select your preferred AI provider (e.g., OpenAI, DeepSeek, SiliconFlow). You can add custom providers.
- API Key & Model: Enter your API Key and select the model you wish to use.
When AI generates an emoji icon, it needs to save the .ico file somewhere.
- Global (Default): Saves all generated icons in a single, central directory. Useful if you want to keep your project folders clean.
-
Root Relative: Saves icons in a hidden
.emoji_cachefolder inside your current workspace root. Useful if you want the icons to travel with the project (e.g., on a USB drive).