mirror of
https://github.com/mintty/wsltty.git
synced 2025-01-31 02:01:01 +00:00
Add note about Windows Defender issue.
I've noticed that any process run via WSL will fire up "Antimalware Service Executable" and peg the CPU. Adding this directory as an excluded path helped considerably. I don't really know the security implications of this. 🙈
This commit is contained in:
parent
26a1abb148
commit
0d1fb55028
@ -150,6 +150,14 @@ you may append a shell pathname and an optional `-l` parameter
|
|||||||
to the mintty invocation (in shortcuts, scripts, or context menu entries):
|
to the mintty invocation (in shortcuts, scripts, or context menu entries):
|
||||||
* `%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL= --configdir="%APPDATA%\wsltty" /bin/bash -l`
|
* `%LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL= --configdir="%APPDATA%\wsltty" /bin/bash -l`
|
||||||
|
|
||||||
|
|
||||||
|
#### Windows Defender and wsltty
|
||||||
|
|
||||||
|
If you note that "Antimalware Service Exectutable" pegs your CPU
|
||||||
|
during usage of mintty, particularly with WSL, you may want to add
|
||||||
|
`%LOCALAPPDATA%\wsltty\bin\` to your list of folders excluded from real-time
|
||||||
|
antivirus scanning.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Components and Credits ###
|
### Components and Credits ###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user