Advertisement
MineHack7488

Android&Windows Trash Deoccupier

May 2nd, 2023 (edited)
1,769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Winbatch 0.95 KB | Software | 0 0
  1. @echo off
  2.  
  3. rd /s /q Android
  4. rd /s /q Movies
  5. rd /s /q Pictures
  6. rd /s /q Music
  7. rd /s /q LOST.DIR
  8. rd /s /q DCIM
  9. rd /s /q MIUI
  10. rd /s /q Documents
  11. rd /s /q Recordings
  12. rd /s /q Ringtones
  13. rd /s /q Alarms
  14. rd /s /q Audiobooks
  15. rd /s /q Podcasts
  16. rd /s /q Notifications
  17. rd /s /q Download
  18. rd /s /q "System Volume Information"
  19.  
  20. echo. > Android
  21. echo. > Movies
  22. echo. > Pictures
  23. echo. > Music
  24. echo. > LOST.DIR
  25. echo. > DCIM
  26. echo. > MIUI
  27. echo. > Documents
  28. echo. > Recordings
  29. echo. > Ringtones
  30. echo. > Alarms
  31. echo. > Audiobooks
  32. echo. > Podcasts
  33. echo. > Notifications
  34. echo. > Download
  35. echo. > "System Volume Information"
  36.  
  37. attrib +h Android
  38. attrib +h Movies
  39. attrib +h Pictures
  40. attrib +h Music
  41. attrib +h LOST.DIR
  42. attrib +h DCIM
  43. attrib +h MIUI
  44. attrib +h Documents
  45. attrib +h Recordings
  46. attrib +h Ringtones
  47. attrib +h Alarms
  48. attrib +h Audiobooks
  49. attrib +h Podcasts
  50. attrib +h Notifications
  51. attrib +h Download
  52. attrib +h "System Volume Information"
  53.  
Tags: Android
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement