Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 7zip 或 winzip 命令可以使用,以便压缩避免 thumbs.db 文件?
对于 7zip,-x是文件排除选项开关。
7z.exe a test.7z C:test* -r -x!thumbs.db
请参阅以下链接中的排除文件。