Skip to content

Instantly share code, notes, and snippets.

@tgranqvist
Last active December 30, 2022 16:19
Show Gist options
  • Select an option

  • Save tgranqvist/9908bb34b3264b25b662271eb41252db to your computer and use it in GitHub Desktop.

Select an option

Save tgranqvist/9908bb34b3264b25b662271eb41252db to your computer and use it in GitHub Desktop.
My SendTo setup for Windows 10

Custom SendTo setup

  • Single-file executables placed in a location on the path, e.g. %userprofile%.path.
  • Shortcuts created in Shell:SendTo
  • Shortcut targets set to the command below

Commands

VirusTotal

Scan the file with VirusTotal. A non-zero detection will open the results page. Note that this will upload and submit previously unscanned files to the service. Uses the signature checker tool from Sysinternals.

C:\Windows\System32\cmd.exe /k sigcheck.exe -vrs
SecureDelete

Securely delete files using the Secure Delete tool from Sysinternals

%userprofile%\.path\sdelete.exe -p 3

Send to clipboard

Send the contents of the file to the clipboard for easy pasting.

cmd.exe /c "clip.exe <"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment