{"id":13490219,"url":"https://github.com/Maplespe/explorerTool","last_synced_at":"2025-03-28T05:32:08.837Z","repository":{"id":37740210,"uuid":"386527497","full_name":"Maplespe/explorerTool","owner":"Maplespe","description":"Custom Windows Explorer background image","archived":true,"fork":false,"pushed_at":"2023-06-16T14:07:57.000Z","size":3012,"stargazers_count":418,"open_issues_count":12,"forks_count":161,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-01-21T15:35:15.441Z","etag":null,"topics":["custom","explorer","hook","shell","windows-10","windows11"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Maplespe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-07-16T06:02:33.000Z","updated_at":"2025-01-14T17:01:28.000Z","dependencies_parsed_at":"2024-01-16T09:09:26.643Z","dependency_job_id":"2f90b7cb-4d19-4569-9542-97e04ad47dbd","html_url":"https://github.com/Maplespe/explorerTool","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maplespe%2FexplorerTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maplespe%2FexplorerTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maplespe%2FexplorerTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maplespe%2FexplorerTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maplespe","download_url":"https://codeload.github.com/Maplespe/explorerTool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978200,"owners_count":20703675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom","explorer","hook","shell","windows-10","windows11"],"created_at":"2024-07-31T19:00:43.024Z","updated_at":"2025-03-28T05:32:08.514Z","avatar_url":"https://github.com/Maplespe.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# ExplorerBgTool\nLet your Explorer have a custom background image for Windows 11 and WIndows 10\n\n* 自定义文件资源管理器背景图片\n* 支持多个图片随机\n* 可调整图片透明度\n* 可自定义图片显示位置\n* 支持单独为某个路径设置背景图片\n\n#\n* Customize Explorer ItemView background image\n* Supports random switching of multiple pictures\n* Adjustable picture alpha\n* Customizable image display position\n* Support setting background image for a path separately\n\n## 目录\n1. [预览 (Overview)](#预览-overview)\n2. [使用方法 (How to use)](#使用方法-how-to-use)\n3. [配置文件 (Config)](#配置文件-config)\n4. [自定义路径 (Custom)](#自定义路径-custom)\n5. [其他 (Other)](#其他-other)\n## 预览 (Overview)\n### Windows 11\n\n\u003e 右下角 (Bottom right)\n```ini\nposType=3\n```\n![image](https://github.com/Maplespe/explorerTool/blob/main/Screenshot/083434.jpg)\n\n\u003e 居中 (Center)\n```ini\nposType=4\n```\n![image](https://github.com/Maplespe/explorerTool/blob/main/Screenshot/084016.jpg)\n\n\u003e 缩放和填充 (Zoom and fill)\n\n```ini\nposType=6\nimgAlpha=140\n```\n![image](https://github.com/Maplespe/explorerTool/blob/main/Screenshot/085051.jpg)\n\n### Windows 10\n```ini\nposType=3\n```\n![image](https://github.com/Maplespe/explorerTool/blob/main/Screenshot/085552.jpg)\n\n### 文件对话框 (File Dialog)\n```ini\n[load]\nfolderExt=true\n...\n```\n![image](https://github.com/Maplespe/explorerTool/blob/main/Screenshot/163113.jpg)\n\n## 使用方法 (How to use)\n从Release页面下载最新版本压缩包并解压\n\n将图像放入 \"`Image`\" 文件夹\n\n\u003e 运行 \"`注册_Register.cmd`\" 文件\n\n然后重新打开您的文件资源管理器窗口即可\n\n要卸载请运行 \"`卸载_Uninstall.cmd`\" 文件\n\n您也可以使用命令提示符手动注册/卸载\n\n\u003e `regsvr32 (/u) \"你的路径/ExplorerBgTool.dll\"`\n#\nDownload the latest version of the zip from the Release page and unzip it\n\nPut your image in the `\"image\"` folder\n\n\u003e Run the \"`注册_Register.cmd`\" file\n\nJust reopen your file explorer window\n\nTo uninstall run the \"`卸载_Uninstall.cmd`\" file\n\nYou can also use the command to register or uninstall\n\n\u003e `regsvr32 (/u) \"you path/ExplorerBgTool.dll\"`\n\n## 配置文件 (Config)\n您可以通过修改 \"`config.ini`\"来修改一些样式\n\nYou can modify some styles by modifying \"`config.ini`\"\n```ini\n[load]\n#指定是否在文件对话框中启用\n#Specify whether or not to enable in the file dialog.\nfolderExt=false\n#指定是否忽略错误(即出现错误不显示错误弹窗)\n#Specify whether or not to ignore errors (i.e. not show error popups when errors occur).\nnoerror=false\n[image]\n#指定图片是否随机显示 您必须放入至少两张图像\n#Specifies whether the image is displayed randomly, you need to put at least 2 images\nrandom=true\n#是否启用指定自定义文件夹的图片\n#Enable custom specified folder pictures\ncustom=false\n#图片显示位置 0=左上角 1=右上角 2=左下角 3=右下角 4=居中 5=缩放 6=缩放并填充; 默认为3 右下角\n#Image display position\n#0=Left top 1=Right top 2=Left right 3=Right bottom 4=Center 5=Stretch 6=Zoom and fill\nposType=0\n#图片的不透明度 范围0-255\n#Alpha 0-255 of image\nimgAlpha=255\n#自定义图片目录绝对路径 (为空则默认 ./image)\n#Custom image folder absolute path (empty defaults to . /image)\nfolder=\n```\n\n修改后 您无需重启文件资源管理器 只需重新打开当前窗口即可\n\nAfter modification you don't need to restart file explorer, just reopen the current window\n\n## 自定义路径 (Custom)\n示例 (Example)\n\nConfig.ini\n```ini\n[image]\ncustom=true\n\n#括号内填入路径 请先将图片放入Image文件夹然后 img= 指定Image文件夹里的文件名 是文件名不是完整路径!\n#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!\n#某些特殊文件夹路径是CLSID 例如:\n#Some special folder paths are CLSID For example:\n#此电脑 This PC\n#::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\n#快速访问 Quick access\n#::{679F85CB-0220-4080-B29B-5540CC05AAB6}\n#网络 Network\n#::{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\n\n#示例 (Example)\n[::{20D04FE0-3AEA-1069-A2D8-08002B30309D}]\nimg=myimage.png\n\n[C:\\Users\\admin\\Pictures\\Camera Roll]\nimg=mypic.png\n#保存文件后 刷新 立即生效(Takes effect as soon as the file is saved)\n```\n## 注意事项 (Attention)\n图片仅支持`png、jpg`格式 请确保为有效的图片 否则可能引发崩溃!\n\n如果出现崩溃 请按住`ESC`键再打开文件资源管理器(这不会加载图像) 然后卸载本工具或删除不兼容的图像\n#\nThe image only supports `png, jpg` format, please make sure it is a valid image, otherwise it may cause a crash!\n\nIf there is a crash hold down the `ESC` key and open the file explorer (this will not load the image) then uninstall the tool or delete the incompatible image\n## 其他 (Other)\n有关工具和介绍请访问：\n\nFor tools and introductions, please visit:\n\n[winmoes.com](https://winmoes.com/tools/12556.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaplespe%2FexplorerTool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMaplespe%2FexplorerTool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMaplespe%2FexplorerTool/lists"}