Skip to content

Instantly share code, notes, and snippets.

@dufferzafar
Created September 10, 2013 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dufferzafar/6510140 to your computer and use it in GitHub Desktop.
Save dufferzafar/6510140 to your computer and use it in GitHub Desktop.
Set Windows Wallpaper
;The Wallpaper should be BMP
FinalPaper := "Wallpaper.BMP"
DllCall( "SystemParametersInfo", UInt, 0x14, UInt, 0, Str, FinalPaper, UInt, 1 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment