> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/turkish-documentation/genel-sorular/troubleshooting/metamask-extension-not-working-virus-report.md).

# Metamask Eklentisi çalışmıyor / virüs raporu

Incogniton tarayıcınızda Metamask uzantısının Windows Defender tarafından engellenmesiyle ilgili sorunlar yaşıyorsunuz. Bir antivirüs yazılımı olarak Windows Defender, bazen Metamask'ın belirli dosyalarını potansiyel tehditler olarak algılar ve bu da uzantının düzgün çalışmasını engelleyebilir. Bunu çözmek için aşağıdaki adımları izleyin.

{% stepper %}
{% step %}

### Windows Güvenliğini Açın

Cihazınızda Windows Güvenliğini açarak başlayın. Genellikle Windows Güvenlik ayarlarında bulabilir veya arama çubuğunda **Windows Güvenliği** arayarak erişebilirsiniz.

<div align="left"><img src="/files/f1111d42b3fc65f398666a3e3c2d62550de755ec" alt=""></div>
{% endstep %}

{% step %}

### Virüs ve Tehdit Korumasına Gidin

Windows Güvenliğini açtıktan sonra, **Virüs ve Tehdit Koruması** bölümünü arayın. Bu, cihazınızdaki antivirüs ayarlarını yönetebileceğiniz yerdir.

<div align="left"><img src="/files/0c20892596f9d9c13fb20af68f7e1aeb4cd92acc" alt=""></div>
{% endstep %}

{% step %}

### Koruma Geçmişini Açın

**Koruma Geçmişi** (veya benzer bir seçenek) seçeneğini bulun. Bu, Windows Defender tarafından alınan son olayların ve eylemlerin bir kaydını görüntüler.

<div align="left"><img src="/files/ebf60ab0525208a6774a6bb38d6b9a3a2d10e4c0" alt=""></div>
{% endstep %}

{% step %}

### Metamask ile İlgili Olayları Arayın

Koruma Geçmişinde Metamask ile ilgili herhangi bir olay veya bildirim arayın. Windows Defender, Metamask ile ilişkili belirli dosyaları işaretlemiş ve kaldırmış olabilir, bu da uzantının arızalanmasına neden olabilir.

<div align="left"><img src="/files/76c0814f34b4893d30dd0ca815a35419e745b5ee" alt=""></div>
{% endstep %}

{% step %}

### Engellenen Dosyaları Geri Yükleyin veya İzin Verin

Metamask dosyalarının kaldırılması veya engellenmesiyle ilgili olaylar bulursanız, bu dosyaları Koruma Geçmişi kaydından geri yükleyin veya izin verin. Bu işlem, Metamask uzantısını beyaz listeye alacak ve Windows Defender'ın gelecekte onu engellemesini önleyecektir.

<div align="left"><img src="/files/2bf115125a158c01dbb0f962453e773ad18f43fe" alt=""></div>
{% endstep %}

{% step %}

### Metamask'ı Yeniden Yükleyin

Engellenen dosyaları geri yükledikten veya izin verdikten sonra, gerekli tüm bileşenlerin mevcut ve düzgün çalıştığından emin olmak için Metamask uzantısını yeniden yükleyin. Metamask'ı resmi Chrome Web Mağazası'ndan veya tarayıcınızın ilgili uzantı mağazasından yeniden yükleyin.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Hâlâ sorularınız varsa, [destek departmanımızla](https://incogniton.com/contact/) iletişime geçin.
{% endhint %}


---

# 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.incogniton.com/documentation/turkish-documentation/genel-sorular/troubleshooting/metamask-extension-not-working-virus-report.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.
