In a power shell run..
# to view
Get-ChildItem -Path . -Include Thumbs.db -Recurse -Name -Force
# to delete
Get-ChildItem -Path . -Include Thumbs.db -Recurse -Name -Force | Remove-Item -Force
No comments:
Post a Comment