Skip to content

Instantly share code, notes, and snippets.

@pisceanfoot
Created August 5, 2014 12:54
Show Gist options
  • Save pisceanfoot/70f19b0b35d70d6ba29a to your computer and use it in GitHub Desktop.
Save pisceanfoot/70f19b0b35d70d6ba29a to your computer and use it in GitHub Desktop.
remove windows folder
DEL /F /A /Q \\?\%1
RD /S /Q \\?\%1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment