/ 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.
sachinbhavsar on 04/02/08
4 people have marked this snippet as a favorite
alexxx
Vordreller
Mithun
dantreacy
Use this command to delete all the thumbs.db files on your drive.
del /s /q Thumbs.db
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