{"id":25432367,"url":"https://github.com/star2000/bingwallpaper","last_synced_at":"2025-10-31T22:30:25.161Z","repository":{"id":41369763,"uuid":"205605477","full_name":"star2000/BingWallpaper","owner":"star2000","description":"Windows 每日必应壁纸 | Windows Daily Bing Wallpaper","archived":false,"fork":false,"pushed_at":"2024-01-20T13:12:57.000Z","size":52,"stargazers_count":42,"open_issues_count":0,"forks_count":13,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-01-20T14:26:38.639Z","etag":null,"topics":["bingwallpaper","powershell","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/star2000.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":"2019-08-31T23:09:16.000Z","updated_at":"2024-01-20T14:26:41.952Z","dependencies_parsed_at":"2024-01-20T14:26:41.240Z","dependency_job_id":"2a8eff64-6ee1-415e-820c-465ed92ee1bb","html_url":"https://github.com/star2000/BingWallpaper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star2000%2FBingWallpaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star2000%2FBingWallpaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star2000%2FBingWallpaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/star2000%2FBingWallpaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/star2000","download_url":"https://codeload.github.com/star2000/BingWallpaper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239236447,"owners_count":19604908,"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":["bingwallpaper","powershell","windows"],"created_at":"2025-02-17T04:50:13.772Z","updated_at":"2025-10-31T22:30:25.122Z","avatar_url":"https://github.com/star2000.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BingWallpaper\n\n[![total / day](https://img.shields.io/badge/dynamic/json?url=https://data.jsdelivr.com/v1/package/gh/star2000/count@2/stats/day\u0026label=total\u0026query=total\u0026suffix=+/+day\u0026style=flat-square)](https://github.com/star2000/count)\n[![total / week](https://img.shields.io/badge/dynamic/json?url=https://data.jsdelivr.com/v1/package/gh/star2000/count@2/stats/week\u0026label=total\u0026query=total\u0026suffix=+/+week\u0026style=flat-square)](https://github.com/star2000/count)\n[![total / month](https://img.shields.io/badge/dynamic/json?url=https://data.jsdelivr.com/v1/package/gh/star2000/count@2/stats/month\u0026label=total\u0026query=total\u0026suffix=+/+month\u0026style=flat-square)](https://github.com/star2000/count)\n[![total / year](https://img.shields.io/badge/dynamic/json?url=https://data.jsdelivr.com/v1/package/gh/star2000/count@2/stats/year\u0026label=total\u0026query=total\u0026suffix=+/+year\u0026style=flat-square)](https://github.com/star2000/count)\n\nWindows 每日必应壁纸\n\n每日标准时间 0 点(北京时间 8 点)自动触发\n\n如果没开机或没联网, 则自动延迟\n\n最低支持 Win7、Win2008\n\n## 使用\n\n鼠标移至命令上，连点三次，`Ctrl+C`，`Win+R`，`Ctrl+V`，`Enter`\n\n### 安装\n\n```ps1\npowershell [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor 3072; (New-Object Net.WebClient).DownloadString('https://cdn.jsdelivr.net/gh/star2000/BingWallpaper@master/install.ps1') | iex\n```\n\n### 卸载\n\n```ps1\npowershell [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor 3072; (New-Object Net.WebClient).DownloadString('https://cdn.jsdelivr.net/gh/star2000/BingWallpaper@master/uninstall.ps1') | iex\n```\n\n## 设置\n\n通过环境变量改变行为\n\n```bat\nsetx \"环境变量名\" \"环境变量值\"\n```\n\n手动刷新执行\n\n```bat\nschtasks /Run /TN \"\\star2000\\BingWallpaper\"\n```\n\n- 保存路径\n  - 环境变量名：`WallpaperPath`\n  - 默认值：无（不保存）\n  - 可选值：任意有写权限的路径\n  - 注意：不以`.jpg`结尾时，文件名默认为`%Y-%m-%d.jpg`（年年年年-月月-日日.jpg），参见[UNIX 时间格式](https://docs.microsoft.com/zh-cn/powershell/module/microsoft.powershell.utility/get-date#notes)\n- 分辨率\n  - 环境变量名：`WallpaperResolution`\n  - 默认值：`1920x1080`\n  - 可选值：\n    - `UHD`（原图分辨率，一般 4k 以上）\n    - `1920x1200`\n    - `1920x1080`\n    - `1366x768`\n    - `1280x768`\n    - `1024x768`\n    - `800x600`\n    - `800x480`\n    - `768x1280`\n    - `720x1280`\n    - `640x480`\n    - `480x800`\n    - `400x240`\n    - `320x240`\n    - `240x320`\n- 国际版\n  - 环境变量名：`WallpaperEnSearch`\n  - 默认值：`0`（国内版）\n  - 可选值：`0`, `1`\n- 几天前\n  - 环境变量名：`WallpaperDaysAgo`\n  - 默认值：`0`（今天）\n  - 可选值：`0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`\n\n## [捐赠](https://blog.star2000.work/images/alipay.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstar2000%2Fbingwallpaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstar2000%2Fbingwallpaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstar2000%2Fbingwallpaper/lists"}