A GUI tool to add background Blur, Acrylic, or Mica effects to Windows Explorer for Windows 10 and 11.
Please note that I am not liable for any damage or harm this application may cause to your system, whether during installation, usage, or any other circumstances.
- Multiple effects available:
- Acrylic: Blur with noise (Windows 10/11)
- Blur: Classic blur (Windows 11 22H2 or earlier)
- Blur (Clear): Clean blur without noise (Windows 10/11)
- Mica: System-colored background (Windows 11 only)
- Mica Alt: Alternative system colors (Windows 11 only)
- Customizable transparency and colors
- Light/Dark mode presets
- Easy-to-use graphical interface
- Download the latest installer from the Releases page
- Run the installer and follow the prompts
- Launch Mica4U from the Start Menu or Desktop shortcut
- Download the standalone executable from the Releases page
- Extract the ZIP file to your desired location
- Run
Mica4U.exe
Note: Both methods require administrator privileges for installation and usage.
- Launch Mica4U
- Choose your desired effect:
- Acrylic: Blur with noise (Windows 10/11)
- Blur: Classic blur (Windows 11 22H2 or earlier)
- Blur (Clear): Clean blur without noise (Windows 10/11)
- Mica: System-colored background (Windows 11 only)
- Mica Alt: Alternative system colors (Windows 11 only)
-
Effect Options:
- Clear Address Bar: Makes address bar transparent
- Clear Toolbar: Makes toolbar transparent
- Clear Background: Makes window background transparent
- Show Separator: Shows line between toolbar and content
-
Color Settings:
- Use the color picker to customize background colors
- Adjust transparency with the alpha slider
- Save custom color combinations as presets
-
Presets:
- Choose from built-in Light/Dark mode presets
- Create custom presets for quick switching
- Delete unwanted custom presets
- After adjusting settings, click "Install" to apply changes
- Windows Explorer will restart automatically
- Your new settings will take effect immediately
- If Explorer crashes, hold the
ESC
key while opening Explorer to bypass the effect - Use the "Uninstall" button to remove effects if issues persist
- Check the Settings dialog for compatibility options
- Open Windows Settings
- Go to Apps > Apps & features
- Search for "Mica4U"
- Click "Uninstall"
- Follow the prompts to complete uninstallation
- Uninstall effects using the "Uninstall" button in Mica4U
- Delete the program files
- Delete the configuration folder at
%APPDATA%\Mica4U
(optional)
- Windows 10/11
- Compatible with StartAllBack, Rectify11, and multitudes of other software
This project builds upon ExplorerBlurMica by Maplespe, which provides the core functionality for applying visual effects to Windows Explorer. The additional user-friendly graphical interface is powered by PyQt6.
To compile Mica4U from source, you'll need:
- Python 3.10 or higher
- PyQt6
- PyInstaller
- Inno Setup 6
-
Clone the repository:
git clone https://github.com/DRKCTRL/Mica4U.git cd Mica4U
-
Install required Python packages:
pip install PyQt6 pyinstaller
-
Download and install Inno Setup 6
-
Run the build script:
- Double-click
build.cmd
, or - Run from command line:
build.cmd
- Double-click
The build process will:
- Clean previous builds (optional)
- Create executable using PyInstaller
- Create installer using Inno Setup
- Output files will be in:
compiled/dist/
- Standalone executablecompiled/installer/
- Windows installer
If you prefer to compile manually:
-
Build executable:
pyinstaller compiled/Mica4U.spec
-
Create installer:
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" "compiled\installer.iss"
This project uses GNU LGPL v3 license.