Skip to content

Instantly share code, notes, and snippets.

@posaunehm
Created September 20, 2012 03:09
Show Gist options
  • Save posaunehm/3753744 to your computer and use it in GitHub Desktop.
Save posaunehm/3753744 to your computer and use it in GitHub Desktop.
save clipboad image as file
Get-Clipboard -Image | %{$_.Save((Get-Date -Format "MMddhhmmss") + ".bmp")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment