Skip to content

Instantly share code, notes, and snippets.

@Himura2la
Created March 2, 2025 02:52
Show Gist options
  • Save Himura2la/0007ef3cf691a5fe284f820553df73b8 to your computer and use it in GitHub Desktop.
Save Himura2la/0007ef3cf691a5fe284f820553df73b8 to your computer and use it in GitHub Desktop.
Clean default Android directories on external drive
for /f "delims=" %%i in ('dir /ad /b') do rd "%%i"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment