Now try to remember that the syntax to remove files recursively using “find” is:

find . -name "Thumbs.db" -exec rm '{}' \;