Powershell removing Thumbs.db
Powershell needs -force
to delete Thumbs.db
, like this:
Remove-Item "W:\" -include "thumbs.db" -recurse -force
As an important side note, I've learned that since Windows 7 explorer doesn't create Thumbs.db inside folders on my local disks, only on remote network locations.