Created
March 2, 2025 02:52
-
-
Save Himura2la/0007ef3cf691a5fe284f820553df73b8 to your computer and use it in GitHub Desktop.
Clean default Android directories on external drive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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