# 명령어

### 파일에 대한 Last Access 를 설정 값을 조회 <a href="#id-1" id="id-1"></a>

```powershell
// 현재 설정을 쿼리
fsutil behavior query disablelastaccess
```

이 명령어는 현재 시스템의 `disablelastaccess` 설정 값을 반환합니다.&#x20;

예를 들어, 설정이 활성화되어 있으면 `1`을 반환하고, 비활성화되어 있으면 `0`을 반환합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.plura.io/ko/faq/edr/command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
