Created
March 11, 2015 14:40
-
-
Save jesusgoku/b26dc2417bc223213cfc to your computer and use it in GitHub Desktop.
Change wallpaper from command line on Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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