mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
docs(windows): add Defender information
This commit is contained in:
parent
ebce0f30f5
commit
89ab82fde0
|
@ -81,6 +81,14 @@ This installs a couple of things:
|
||||||
|
|
||||||
For the `$PATH` to reload, a restart of your terminal is advised.
|
For the `$PATH` to reload, a restart of your terminal is advised.
|
||||||
|
|
||||||
|
:::warning Windows Defender
|
||||||
|
To ensure Oh My Posh isn't blocked by Windows Defender, open an elevated PowerShell prompt and run the following command:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
Add-MpPreference -ExclusionProcess oh-my-posh.exe
|
||||||
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
## Update
|
## Update
|
||||||
|
|
||||||
<Tabs
|
<Tabs
|
||||||
|
|
Loading…
Reference in a new issue