ExplorerBgTool

让资源管理器为Windows 11和Windows 10提供自定义背景图像

  • 自定义文件资源管理器背景图片
  • 支持多个图片随机
  • 可调整图片透明度
  • 可自定义图片显示位置
  • 支持单独为某个路径设置背景图片

目录

预览 (Overview)

Windows 11

右下角 (Bottom right)

1
posType=3

image

居中 (Center)

1
posType=4

image

缩放和填充 (Zoom and fill)

1
2
posType=6
imgAlpha=140

image

Windows 10

1
posType=3

image

使用方法 (How to use)

从Release页面下载最新版本压缩包并解压

将图像放入 “Image” 文件夹

运行 “注册_Register.cmd” 文件

然后重新打开您的文件资源管理器窗口即可

要卸载请运行 “卸载_Uninstall.cmd” 文件

您也可以使用命令提示符手动注册/卸载

regsvr32 (/u) "你的路径/ExplorerBgTool.dll"

配置文件 (Config)

您可以通过修改 "config.ini"来修改一些样式

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[image]
#指定图片是否随机显示 您必须放入至少两张图像
#Specifies whether the image is displayed randomly, you need to put at least 2 images
random=true
#是否启用指定自定义文件夹的图片
#Enable custom specified folder pictures
custom=false
#图片显示位置 0=左上角 1=右上角 2=左下角 3=右下角 4=居中 5=缩放 6=缩放并填充; 默认为3 右下角
#Image display position
#0=Left top 1=Right top 2=Left right 3=Right bottom 4=Center 5=Stretch 6=Zoom and fill
posType=0
#图片的不透明度 范围0-255
#Alpha 0-255 of image
imgAlpha=255

修改后 您无需重启文件资源管理器 只需重新打开当前窗口即可

自定义路径 (Custom)

示例 (Example)

Config.ini

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[image]
custom=true

#括号内填入路径 请先将图片放入Image文件夹然后 img= 指定Image文件夹里的文件名 是文件名不是完整路径!
#Please put the picture in the Image folder first, and then img=specify the file name in the Image folder Is the file name, not the full path!
#某些特殊文件夹路径是CLSID 例如:
#Some special folder paths are CLSID For example:
#此电脑 This PC
#::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
#快速访问 Quick access
#::{679F85CB-0220-4080-B29B-5540CC05AAB6}
#网络 Network
#::{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}

#示例 (Example)
[::{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
img=myimage.png

[C:\Users\admin\Pictures\Camera Roll]
img=mypic.png
#保存文件后 刷新 立即生效(Takes effect as soon as the file is saved)

注意事项 (Attention)

图片仅支持png、jpg格式 请确保为有效的图片 否则可能引发崩溃!

如果出现崩溃 请按住ESC键再打开文件资源管理器(这不会加载图像) 然后卸载本工具或删除不兼容的图像