progs:msedge
Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версияСледующая версия | Предыдущая версия | ||
progs:msedge [30.07.2024 19:21] – внешнее изменение 127.0.0.1 | progs:msedge [30.07.2025 18:28] (текущий) – [Microsoft Edge] viacheslav | ||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== Microsoft Edge ====== | ====== Microsoft Edge ====== | ||
+ | ===== Очистить кэш ===== | ||
+ | <code powershell> | ||
+ | # Stop | ||
+ | get-process msedge |Stop-Process | ||
+ | # Clear Microsoft Edge cache | ||
+ | del " | ||
+ | # Start | ||
+ | start msedge https:// | ||
+ | </ | ||
===== Отключить уродливую кнопку/ | ===== Отключить уродливую кнопку/ | ||
Строка 34: | Строка 43: | ||
reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 | reg add HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot /v TurnOffWindowsCopilot /t REG_DWORD /d 1 | ||
</ | </ | ||
+ | |||
+ | ===== Удаление браузера ===== | ||
+ | Чтобы включить эту возможность, | ||
+ | <code powershell> | ||
+ | $file = ' | ||
+ | |||
+ | $json = gc $file |ConvertFrom-Json | ||
+ | |||
+ | $json.policies |? `$comment -eq 'Edge is uninstallable.' | ||
+ | $_.defaultState = " | ||
+ | if ($_.conditions.region.enabled -notcontains " | ||
+ | $_.conditions.region.enabled += " | ||
+ | } | ||
+ | } | ||
+ | |||
+ | $json |ConvertTo-Json -Depth 32 |Set-Content $file | ||
+ | </ | ||
+ |
progs/msedge.1722367260.txt.gz · Последнее изменение: — 127.0.0.1