ExplorerBlurMica
2.0.1
Win10 および Win11 のエクスプローラーに背景のぼかし効果またはアクリルまたはマイカ効果を追加します
文件资源管理者背景模糊効果またはアクリル、マイカ効果を追加win10 および win11 に適用
| 中国語 |英語 | Türkçe このプロジェクトは LGNU V3 ライセンスを使用します。
このプロジェクトは Explorer 専用です。効果をグローバルに適用したい場合は、他のプロジェクト DWMBlurGlass をご覧ください。
StartAllBack、OldNewExplorer、およびウィンドウ スタイルを変更するその他のソフトウェアと互換性があります。
サードパーティのテーマとも互換性があります。
23H2 WinUI3
[config]
effect =1
clearBarBg =true
clearAddress =true
clearWinUIBg =true
[light]
r =255
g =255
b =255
a =200
....
ダークモード
[config]
effect =2
clearBarBg =true
clearAddress =true
clearWinUIBg =true
22H2 ザムル諸島
[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
....
[config]
effect =1
clearBarBg =true
clearAddress =true
clearWinUIBg =false
[light]
r =222
g =222
b =222
a =200
C:Program Files
」などの場所に解凍します。register.cmd
」を管理者として実行します。 cmd: regsvr32 "you path/ExplorerBlurMica.dll"
uninstall.cmd
」を実行します。 cmd: regsvr32 /u "you path/ExplorerBlurMica.dll"
注: エクスプローラーがクラッシュするような問題が発生した場合は、 ESC
キーを押したままにしてエクスプローラーを開き、プログラムをアンインストールします。
[config]
# Effect type 0=Blur 1=Acrylic 2=Mica 3=Blur(Clear) 4=MicaAlt
# Blur is only available until win11 22h2, Blur (Clear) is available in both win10 and win11, Mica is win11 only.
effect =1
# Clear the background of the address bar.
clearAddress =true
# Clear the background color of the scrollbar.
# (Note: Since the system scrollbar itself has a background color that cannot be removed,
# when this option is turned on, the scrollbar is drawn by the program and the style may be different from the system).
clearBarBg =true
# Remove the toolbar background color from the WinUI or XamlIslands section of Windows 11.
clearWinUIBg =true
# Show split line between TreeView and DUIView.
showLine =true
[light]
# The system color scheme is the color in Light mode.
# RGBA component of background blend color
r =220
g =220
b =220
a =160
[dark]
# The system color scheme is the color in Dark mode.
r =0
g =0
b =0
a =120
変更後に構成を保存し、ファイル エクスプローラー ウィンドウを再度開いて有効にします。
Python 上で動作する GUI。 minhookとcustomtkinterに依存します。
このプロジェクトは、MToolBox のコードに基づく独立したコンポーネントです。