Delete all the Thumbs.db files on your drive


/ Published in: Windows PowerShell
Save to your folder(s)

Use this command to delete all the thumbs.db files on your drive.


Copy this code and paste it in your HTML
  1. del /s /q Thumbs.db

Report this snippet


Comments


You need to login to view comments.