Windows Adobe config tool with profile mgmt
- Download the latest release from the link above
- Extract the archive (WinRAR / 7-Zip)
- Run
python main.py(or see Usage below) - Configure settings in
config.yaml
What Adobe products are supported?
Currently, Photoshop, Illustor, and Premiere Pro are supported. More to come.How do I create a new profile?
Edit the `config.yaml` file and add a new profile under the `profiles` section. Then, restart the tool.Can I run multiple profiles at the same time?
No, the tool only supports running one profile at a time.Make sure you have Python 3.11 or higher installed.
These Python packages are needed:
PyYAMLpsutilrequestsPillow
Install them via pip:
pip install -r requirements.txt- Tool doesn't start: Make sure you have Python 3.11+ installed.
- ** fails:** Set the
adobe_pathmanually inconfig.yaml. Double-check the path. - Profile isn't loading: Verify the profile name in
config.yamlmatches the one you selected in the GUI. Also, check for YAML syntax errors (use a YAML validator). - GUI issues: Try running the tool with admin privileges.
The config.yaml file controls the tool's behavior. Here's an example:
adobe_path: "C:\\Program Files\\Adobe\\Adobe Photoshop 2024"
profile_directory: "profiles"
auto_detect: true
profiles:
default:
settings:
performance:
memory_usage: 70
scch_disks:
- "D:\\temp"
- "E:\\temp"
interface:
ui_scaling: 100
recent_files: 20
photo_editing:
settings:
performance:
memory_usage: 80
scch_disks:
- "F:\\temp"
interface:
ui_scaling: 125
recent_files: 10adobe_path: The main Adobe install folder. Leave blank for .
profile_directory: Where profile files are stored.
auto_detect: If true, it tries to find the path automatically.
Each profile has a name (e.g., default, photo_editing) and settings.
To run the tool:
python main.pyIt auto-detects the Adobe install path. If it fails, you can manually set it in config.yaml.
This tool offers the following features:
- It's a full version with all features enabled. No registion required.
- finds the Adobe installation path.
- It's portable – no installation needed, just run the
main.py. - Premium features are enabled by default. You get the good stuff.
- Profile management lets you switch between different Adobe configuions.
TODO: Add support for more Adobe products. WIP.
🌍 Available in multiple languages — check README_* files