LoginSignup
0
1

More than 5 years have passed since last update.

特定のフォルダ配下にあるThumbs.dbを全て消す方法

Posted at

いらないファイルThumbs.db

隠しファイルで普段は見えないファイル。一つ一つのフォルダにあって、表示具合を保存しているキャッシュファイル。
共有ファイルサーバーなどにも保存されるので、移管する際にいろいろ厄介。
削除しようとするといちいちエラーが発生する。

image.png

削除コマンド

以下のコマンドを実行する。

#対象のフォルダに移動する。
cd {対象フォルダ}

#一致するファイルを全て削除する。配下のフォルダも含む、
del /ah /s thumbs.db
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1