- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Windows/コマンド/openfiles - オープンされてるファイルの操作 へ行く。
- 1 (2012-10-24 (水) 08:28:51)
- 2 (2012-10-24 (水) 08:29:44)
openfiles - オープンされてるファイルの操作
準備 - システム グローバル フラグ 'maintain objects list' を有効にする。
openfiles /local on
この後、PCを再起動する。一度フラグを有効にすれば再度行う必要はない。
オープンしているファイルの一覧
openfiles
オープンしているファイルを閉じる
IDを調べる
openfiles.exe | Select-String 1.txt
3704 explorer.exe C:\Users\france\Documents\tmp\1.txt
ファイルを閉じる
openfiles.exe /disconnect /id 3704