How to make a batch file that changes the wallpaper of a computer
问题 I want to create a batch file that is later going to be converted to an exe that changes the wallpaper of my computer as soon as I open it. Sorry I have no idea how to do this D: 回答1: The usual answer to this question is reg add "HKCU\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d "c:\somewhere\something.bmp" /f to set the adecuated entry in the registry, followed by RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters to inform the system of the changes. BUT , from windows Vista this