Skip to content

Instantly share code, notes, and snippets.

@kyvandoan
Created April 21, 2025 03:48
Show Gist options
  • Save kyvandoan/b46bce2fa155871726220674cf97308e to your computer and use it in GitHub Desktop.
Save kyvandoan/b46bce2fa155871726220674cf97308e to your computer and use it in GitHub Desktop.
Fetch Bing 4K Wallpaper of the Day and Override TranscodedWallpaper
Invoke-RestMethod "bing.com$((Invoke-RestMethod "bing.com/HPImageArchive.aspx?format=js&mkt=fr-FR&n=1").images[0].urlbase)_UHD.jpg&rf=LaDigue_UHD.jpg&pid=hp" -OutFile "$ENV:AppData\Microsoft\Windows\Themes\TranscodedWallpaper"
Stop-Process -Name explorer -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment