Thursday, October 19, 2017

Delete MAC crap garbage files


Win+R -> cmd


del /s /q /f /a .DS_STORE

del /s /q /f /a ._.*

(change drive, repeat)
https://awesometoast.com/delete-all-instances-of-ds_store-in-windows/