Skip to content

Instantly share code, notes, and snippets.

@xdqi
Created December 22, 2013 07:59
Show Gist options
  • Save xdqi/8079583 to your computer and use it in GitHub Desktop.
Save xdqi/8079583 to your computer and use it in GitHub Desktop.
ultimate file deleter on Windows
del "\\?\%~1" /f /s /q
rd "\\?\%~1" /s /q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment