Jump to content

Windows 10 desktop background

mod960

Hi I just wanted to know if there is a way I can change my Windows 10 background picture on my desktop with a macro key on my keyboard 

 

If it helps I use a Logitech g710+

Link to comment
Share on other sites

Link to post
Share on other sites

There is a way. Create a slide then when you want to change it you make a macro that right clicks goes down to the next image button, save and bind it. It's not really practical.

Brah, do you even Java?

Link to comment
Share on other sites

Link to post
Share on other sites

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 comment
Share on other sites

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

×