Skip to content

Instantly share code, notes, and snippets.

@DeadPackets
Last active March 18, 2017 09:34
Show Gist options
  • Save DeadPackets/cb1b02a879440604eee15c1b4bdbdfa4 to your computer and use it in GitHub Desktop.
Save DeadPackets/cb1b02a879440604eee15c1b4bdbdfa4 to your computer and use it in GitHub Desktop.
Background changer for powershell (for the USB rubber ducky)
powershell -NoP -NonI -W Hidden -Exec Bypass "IEX (New-Object System.Net.WebClient).DownloadFile('http://pre10.deviantart.net/f080/th/pre/i/2012/171/e/2/mlp_fim___mane_six_by_galaxyart-d53o02k.png',\"$env:temp\bg.png\");"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment