> For the complete documentation index, see [llms.txt](https://docs.plura.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ja/faq/edr/command.md).

# コマンド

### ファイルに対するLast Access設定値を照会 <a href="#id-1" id="id-1"></a>

```powershell
// 現在の設定をクエリ
fsutil behavior query disablelastaccess
```

このコマンドは現在のシステムの`disablelastaccess`設定値を返します。

例えば、設定が有効であれば1を返し、無効であれば0を返します。
