Jump to content

You could create a batch file that runs the code from this page http://www.windows-commandline.com/change-windows-wallpaper-command-line/

Then just set the macro to run that batch file

 

Edit:

That is to say create a batch file with this

reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d Your_Picture_Location_Here /f
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×