Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save viniciusmelocodes/4eeaf54174e868b6a50840db972fe1a7 to your computer and use it in GitHub Desktop.
Save viniciusmelocodes/4eeaf54174e868b6a50840db972fe1a7 to your computer and use it in GitHub Desktop.
How to change the desktop wallpaper from powershell.
set-itemproperty -path "HKCU:Control Panel\Desktop" -name WallPaper -value accipiter.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment