/ Published in: Windows PowerShell
Use this command to delete all the thumbs.db files on your drive.
Expand |
Embed | Plain Text
del /s /q Thumbs.db
Comments
Subscribe to comments
You need to login to post a comment.

Actually, this command does the exact same thing for DOS.
Also, this command is incomplete, I still find many Thumbs.db files on my harddrive after using it.
A more complete command is this: del /s /q /f /a:h Thumbs.db