Git Product home page Git Product logo

bingwallpaper's Introduction

BingWallpaper

total / day total / week total / month total / year

Windows 每日必应壁纸

每日标准时间 0 点(北京时间 8 点)自动触发

如果没开机或没联网, 则自动延迟

最低支持 Win7、Win2008

使用

鼠标移至命令上,连点三次,Ctrl+CWin+RCtrl+VEnter

安装

powershell [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor 3072; (New-Object Net.WebClient).DownloadString('https://raw.fastgit.org/star2000/BingWallpaper/master/install.ps1') | iex

卸载

powershell [Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor 3072; (New-Object Net.WebClient).DownloadString('https://raw.fastgit.org/star2000/BingWallpaper/master/uninstall.ps1') | iex

设置

通过环境变量改变行为

setx "环境变量名" "环境变量值"

手动刷新执行

schtasks /Run /TN "\star2000\BingWallpaper"
  • 保存路径
    • 环境变量名:WallpaperPath
    • 默认值:无(不保存)
    • 可选值:任意有写权限的路径
    • 注意:不以.jpg结尾时,文件名默认为%Y-%m-%d.jpg(年年年年-月月-日日.jpg),参见UNIX 时间格式
  • 分辨率
    • 环境变量名:WallpaperResolution
    • 默认值:1920x1080
    • 可选值:
      • UHD(原图分辨率,一般 4k 以上)
      • 1920x1200
      • 1920x1080
      • 1366x768
      • 1280x768
      • 1024x768
      • 800x600
      • 800x480
      • 768x1280
      • 720x1280
      • 640x480
      • 480x800
      • 400x240
      • 320x240
      • 240x320
  • 国际版
    • 环境变量名:WallpaperEnSearch
    • 默认值:0(国内版)
    • 可选值:0, 1
  • 几天前
    • 环境变量名:WallpaperDaysAgo
    • 默认值:0(今天)
    • 可选值:0, 1, 2, 3, 4, 5, 6, 7

捐赠

bingwallpaper's People

Contributors

cyberw01f avatar star2000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.