I want to refresh wallpaper in Windows 7 from command line.
I'm setting wallpaper via reg.exe add
.
rundll32.exe user32.dll,UpdatePerUserSystemParameters
doesn't work (with 1,True
or 1,False
)
Requirements:
- It must refresh wallpaper immediately (no waiting)
- It must run from command line
- Default windows 7 command line is preferred. Writing a c++/VB/C# program is acceptable, but not as good as a default win7 cli solution.