百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
E

ExplorerBlurMica

> 编程语言
开源

为 win10 和 win11 的浏览器添加背景模糊效果或亚克力 (win11 使用镜面) 效果

4.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

为 win10 和 win11 的浏览器添加背景模糊效果或亚克力 (win11 使用镜面) 效果

ExplorerBlurMica

Add background Blur effect or Acrylic or Mica effect to explorer for win10 and win11

给文件资源管理器添加背景模糊效果或Acrylic、Mica效果 适用于win10和win11

| 中文 | English | Türkçe This project uses LGNU V3 license.

Effects

  • Blur or Acrylic, Mica effects are available.
  • Custom blend colors are available.
  • Light/Dark Mode Adaptive.

This project is for Explorer only, if you want to apply the effect globally, take a look at our other project DWMBlurGlass.

Compatibility

Compatible with StartAllBack, OldNewExplorer and other software that modifies window styles.

It is also compatible with third-party themes.

Catalog

  • Overview
  • How to use
  • Config
  • Other

Overview

Windows 11

23H2 WinUI3

[config]
effect=1
clearBarBg=true
clearAddress=true
clearWinUIBg=true
[light]
r=255
g=255
b=255
a=200
....

Dark Mode

[config]
effect=2
clearBarBg=true
clearAddress=true
clearWinUIBg=true

22H2 XamlIslands

[config]
effect=1
clearBarBg=true
clearAddress=true
clearWinUIBg=true
[light]
r=255
g=255
b=255
a=200
....
[config]
effect=1
clearBarBg=true
clearAddress=true
clearWinUIBg=false
[light]
r=255
g=255
b=255
a=200
....
Windows 10
[config]
effect=1
clearBarBg=true
clearAddress=true
clearWinUIBg=false
[light]
r=222
g=222
b=222
a=200

How to use

Install

  1. Download the compiled program archive from the Release page.
  2. Unzip it to a location such as "C:\Program Files".
  3. Run "register.cmd" as administrator.
  4. Reopen the Explorer window to take effect.

cmd: regsvr32 "you path/ExplorerBlurMica.dll"

Uninstall

  1. Run "uninstall.cmd" as administrator.
  2. Delete the remaining files.

cmd: regsvr32 /u "you path/ExplorerBlurMica.dll"

Note: If something happens that crashes Explorer, press and hold the ESC key to open Explorer and uninstall the program.

Config

…

Save the configuration after modification and reopen the File Explorer window to take effect.

Other

The GUI running on Python. Dependent on minhook and customtkinter.

This project is an independent component based on the code in the MToolBox.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Blur or Acrylic, Mica effects are available.
  • •Custom blend colors are available.
  • •Light/Dark Mode Adaptive.
  • •Overview
  • •How to use

> 标签

C++acrylicblurexplorermica

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言