> For the complete documentation index, see [llms.txt](https://docs.bengo-kakumei.jp/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bengo-kakumei.jp/guide/articles/anti-virus.md).

# アンチウイルスソフトに動作を止められないようにする

アンチウイルスソフトの影響で弁護革命が正常に動作しないことがあります。\
これまでアンチウイルスソフトに影響されていなくても、弁護革命がバージョンアップした際にアンチウイルスソフトが反応するようになり、動作に不具合が起きるケースも稀にあります。

各種アンチウイルスについての情報などを、判明した範囲で記述いたします。

## 許可設定

アンチウイルスソフトでは、あるプログラムを「信頼する・許可する・検査対象から除外する」といった設定が可能になっています。この設定を弁護革命に対しておこなえば、アンチウイルスソフトに動作を止められることがなくなります。

許可設定をおこなうときは、下記のファイルを対象にして下さい。\
一度、許可設定をおこなっておけば、以後アンチウイルスソフトの影響を受けることはなくなります。

【Windowsの対象ファイル】\
デスクトップなどにおかれた `Bengokakumei2.0Launcher.exe`\
\
【Macの対象ファイル】\
アプリケーションフォルダにある `BengoKakumei.app`

上記だけで解決しない場合には、[プログラムがインストールされているフォルダ](/guide/any/security.md#hadokoniinsutrusareteimasuka)も対象に追加する。

## アバスト(avast)

[**機密データシールド**](https://support.avast.com/ja-jp/article/Use-Antivirus-Sensitive-Data-Shield/)という機能があり、これによって、弁護革命による文書登録などがブロックされることがあります。\
「許可 / ブロックするアプリ」の設定から、弁護革命のプログラムを許可してください。\
\&#xNAN;**(1)通常の除外設定、(2)機密データシールドの除外設定、というように、2カ所での設定が必要となるようですのでご注意ください。**

## ウイルスバスター(TREND MICRO)

[**ランサムウェア対策機能**](https://success.trendmicro.com/jp/solution/1112790) によって、弁護革命の動作がブロックされることがあります。\
「除外リスト」で、弁護革命のプログラムを許可して下さい。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bengo-kakumei.jp/guide/articles/anti-virus.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
