Skip to content

Instantly share code, notes, and snippets.

@omar2205
Created October 27, 2020 01:26
Show Gist options
  • Save omar2205/338fb059141cdae324ae88cd8921f689 to your computer and use it in GitHub Desktop.
Save omar2205/338fb059141cdae324ae88cd8921f689 to your computer and use it in GitHub Desktop.
Windows 10 Upload with Fileio
REM move this file to "C:\Windows\System32"
curl -F "file=@%1" file.io
pause
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\fileio]
@="Upload with File.io (curl)"
[HKEY_CLASSES_ROOT\*\shell\fileio\command]
@="fileio %1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment