タグ

debugとwindowsに関するsyqueのブックマーク (2)

  • ファイルを開いているプロセスを調べる - NyaRuRuが地球にいたころ

    以前『ファイルの使用者を調べる PowerShell Cmdlet』というエントリを書いたせいか,明らかに「ファイルを開いているプロセスを今すぐ調べたい」という感じの検索語でうちの日記に来られる方が多いようです. 『ファイルの使用者を調べる PowerShell Cmdlet』で示した方法は,技術的興味から作ってみただけの,不完全かつ使いにくいものなので,当に「ファイルを開いているプロセスを今すぐ調べたい」という方にはおすすめできるものではありません. 参考までに,そういうときに私がどうしているかについて軽く書いておきます. handle.exe sysinternals 社の Mark Russinovich 氏によって作成・公開され,同社の買収によって Microsoft サイトで公開されるようになった handle.exe というコマンドラインツールがあります. Handle v3

    ファイルを開いているプロセスを調べる - NyaRuRuが地球にいたころ
    syque
    syque 2011/01/31
    ファイルを開いているプロセスを調べる、CUI な Handle と GUI な Process Explorer。
  • Handle

    By Mark Russinovich Published: October 26, 2022 Download Handle (729 KB) Introduction Ever wondered which program has a particular file or directory open? Now you can find out. Handle is a utility that displays information about open handles for any process in the system. You can use it to see the programs that have a file open, or to see the object types and names of all the handles of a program.

    Handle
    syque
    syque 2011/01/31
    Handle is a utility that displays information about open handles for any process in the system.
  • 1