Skip to content

Instantly share code, notes, and snippets.

@jesusgoku
Created March 11, 2015 14:40
Show Gist options
  • Save jesusgoku/b26dc2417bc223213cfc to your computer and use it in GitHub Desktop.
Save jesusgoku/b26dc2417bc223213cfc to your computer and use it in GitHub Desktop.
Change wallpaper from command line on Windows
@echo off
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d %1 /f
rundll32.exe user32.dll,UpdatePerUserSystemParameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment