# Удалить 'Edge'

[Гайд](https://rentry.co/debloatguide#removing-microsoft-edge) от анонов, полезный к прочтению о эдже в целом.

Перед запуском скриптов на всякий случай временно Отключаем защиту в реальном времени по первому пункту.

1. Открываем командную строку от имени администратора и вставляем:

```
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\ClientState\{56EB18F8-B008-4CBD-B6D2-8C97FE7E9062} /v experiment_control_labels /f 
```

**`Если ключ реестра с первого пункта не существует то просто продолжаем дальше.`**

```
PowerShell -ExecutionPolicy Unrestricted -Command "$installer = (Get-ChildItem "^""$env:ProgramFiles*\Microsoft\Edge\Application\*\Installer\setup.exe"^""); if (!$installer) {; Write-Host 'Could not find the installer'; } else {; & $installer.FullName -Uninstall -System-Level -Verbose-Logging -Force-Uninstall; }"
```

2. Скачиваем и запускаем от имени администратора

* [Edge\_Removal.bat](https://snippet.host/xteenf/raw)

  * [Сурцы Edge\_Removal.bat](https://github.com/zoicware/fox/blob/main/Edge_Removal.bat)

  Этот скрипт помимо эджа удаляет ещё и WebView под чистую, если он нужен то меняем на 0 в скрипте.

<figure><img src="/files/ir3oiCneuSe5cqixCEaI" alt=""><figcaption></figcaption></figure>

> :information\_source: Альтернативные методы, если у кого то не работает первый:
>
> &#x20;[Remove-MS-Edge](https://github.com/ShadowWhisperer/Remove-MS-Edge)
>
> &#x20;[RemoveEdge.ps1](https://github.com/he3als/EdgeRemover/releases/download/v1.5.0/RemoveEdge.ps1)


---

# 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://shapkodebil.gitbook.io/win10thread/khotelki/khochu.../udalit-edge.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.
