为 win10 和 win11 的浏览器添加背景模糊效果或亚克力 (win11 使用镜面) 效果
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.
This project is for Explorer only, if you want to apply the effect globally, take a look at our other project DWMBlurGlass.
Compatible with StartAllBack, OldNewExplorer and other software that modifies window styles.
It is also compatible with third-party themes.
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
C:\Program Files".register.cmd" as administrator.cmd: regsvr32 "you path/ExplorerBlurMica.dll"
uninstall.cmd" as administrator.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.
…
Save the configuration after modification and reopen the File Explorer window to take effect.
The GUI running on Python. Dependent on minhook and customtkinter.
This project is an independent component based on the code in the MToolBox.
暂无开放 Issues,或尚未同步最近议题。