Advertisement
rursache

Clean Apple Music Cache on Windows

Jan 10th, 2016
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. :: DOWNLOAD THIS OR COPY PASTE INTO A .BAT FILE!
  2. :: EDIT THE PATH BELOW WITH YOUR USERNAME!
  3. ECHO OFF
  4. TITLE Cache Cleaner - Apple Music
  5. ECHO Make sure you run this .bat script as administrator
  6. PAUSE
  7. ECHO Deleting cache
  8. del C:\Users\username\AppData\Local\Apple Computer\iTunes\*.*
  9. ECHO Done
  10. PAUSE
  11. :: Follow me on Twitter @iPhoNewsRO
  12. :: Mac OSX Script - http://pastebin.com/aMPxt1DZ
  13. :: Thanks KIRKVILLE for the paths(http://www.mcelhearn.com/where-itunes-caches-music-you-stream-with-apple-music-and-how-to-free-up-disk-space/)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement